index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
6
-14
/
+17
2018-11-14
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
Bin Meng
1
-0
/
+25
2018-11-14
cpu: mpc83xx: Remove unnecessary characters in the description string
Bin Meng
1
-1
/
+1
2018-11-14
Merge branch 'next'
Tom Rini
16
-969
/
+2444
2018-11-14
gpio: pca953x_gpio: fix DT GPIO flags translation
Anatolij Gustschin
1
-1
/
+1
2018-11-13
mtd: Drop duplicate MTD_PARTITIONS Kconfig option
Boris Brezillon
1
-6
/
+0
2018-11-13
dfu: nand: Add missing dependency on CMD_MTDPARTS
Boris Brezillon
1
-0
/
+1
2018-11-13
mtd: Use default mtdparts/mtids when not defined in the environment
Boris Brezillon
1
-2
/
+60
2018-11-10
mmc: dw_mmc: Add RCRC handling
Marek Vasut
1
-0
/
+4
2018-11-09
dm: Fix typo - missed semicolon
Andy Shevchenko
1
-1
/
+1
2018-11-05
driver: net: ti: keystone_net: switch to use common mdio lib
Grygorii Strashko
2
-102
/
+18
2018-11-05
driver: net: ti: cpsw: switch to use common mdio lib
Grygorii Strashko
1
-128
/
+6
2018-11-05
driver: net: ti: introduce common mdio support library
Grygorii Strashko
3
-1
/
+222
2018-11-05
driver: net: ti: cpsw: update to use SPDX identifier
Grygorii Strashko
1
-10
/
+2
2018-11-05
drivers: net: keystone_net: drop non dm code
Grygorii Strashko
1
-286
/
+1
2018-11-05
configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig
Grygorii Strashko
1
-0
/
+5
2018-11-05
driver: net: consolidate ti's code in separate folder
Grygorii Strashko
9
-14
/
+24
2018-11-05
net: phy: mscc: add support for VSC8574 PHY
Quentin Schulz
1
-0
/
+420
2018-11-05
net: phy: mscc: factorize part of config function for VSC8584
Quentin Schulz
1
-17
/
+39
2018-11-05
net: phy: mscc: add support for VSC8584 PHY
Quentin Schulz
1
-0
/
+553
2018-11-05
aspeed: ast2500: fix D2-PLL clock setting in RGMII mode
Cédric Le Goater
1
-0
/
+38
2018-11-05
net: ftgmac100: Add support for the Aspeed SoC
Cédric Le Goater
1
-4
/
+27
2018-11-05
aspeed: ast2500: fix missing break in D2PLL clock enablement
Cédric Le Goater
1
-0
/
+1
2018-11-05
net: ftgmac100: add clock support
Cédric Le Goater
1
-1
/
+14
2018-11-05
net: ftgmac100: handle timeouts when transmitting
Cédric Le Goater
1
-0
/
+24
2018-11-05
net: ftgmac100: convert the RX/TX descriptor arrays
Cédric Le Goater
1
-77
/
+64
2018-11-05
net: ftgmac100: add MDIO bus and phylib support
Cédric Le Goater
1
-220
/
+160
2018-11-05
net: ftgmac100: use setbits_le32() in the reset method
Cédric Le Goater
1
-1
/
+1
2018-11-05
net: ftgmac100: convert to driver model
Cédric Le Goater
2
-92
/
+157
2018-11-05
net: ftgmac100: use the aligned() macro
Cédric Le Goater
1
-2
/
+2
2018-11-05
net: ftgmac100: use the BIT() macro
Cédric Le Goater
1
-77
/
+77
2018-11-05
net: Add MT7628 ethernet driver
Stefan Roese
3
-0
/
+652
2018-11-04
Merge branch 'master' of git://git.denx.de/u-boot-sh
Tom Rini
4
-55
/
+105
2018-11-02
mmc: tmio: sdhi: Merge DTCNTL access into single register write
Marek Vasut
1
-6
/
+3
2018-11-02
mmc: tmio: sdhi: Implement waiting for DAT0 line state
Marek Vasut
1
-1
/
+26
2018-11-02
mmc: tmio: sdhi: Clear HS400 settings when resetting SCC
Marek Vasut
1
-0
/
+7
2018-11-02
mmc: tmio: sdhi: Touch SCC only when UHS capable
Marek Vasut
1
-2
/
+3
2018-11-02
mmc: tmio: Preinitialize regulator to 3.3V
Marek Vasut
1
-0
/
+2
2018-11-02
mmc: tmio: Configure clock before any other IOS
Marek Vasut
1
-1
/
+1
2018-11-02
mmc: tmio: Silence transfer errors when tuning
Marek Vasut
1
-21
/
+24
2018-11-02
mmc: tmio: Improve error handling
Marek Vasut
1
-3
/
+4
2018-11-02
mmc: tmio: Simplify pinmux handling
Marek Vasut
1
-19
/
+3
2018-11-02
pinctrl: renesas: Add POCCTRL handling to r8a77990
Marek Vasut
1
-2
/
+32
2018-11-02
pinctrl: renesas: Fix DRV register offset
Marek Vasut
1
-1
/
+1
2018-11-01
power: spl: add SPL_DM_REGULATOR_GPIO in Kconfig
Lokesh Vutla
1
-1
/
+8
2018-11-01
w1: fix data abort if no one wire bus master present
Martin Fuzzey
1
-6
/
+8
2018-11-01
w1-eeprom: ds24xxx: fix data abort in ds24xxx_probe()
Martin Fuzzey
1
-1
/
+1
2018-10-31
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2
-2
/
+2
2018-10-31
arm: socfpga: fpga: fix type of local variable
Simon Goldschmidt
2
-2
/
+2
2018-10-29
powerpc: t1040: Correct RCW EC2 settings
Bin Meng
1
-3
/
+0
[next]