index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
spi: omap3_spi: Fix speed and mode selection
Vignesh Raghavendra
2021-01-12
1
-3
/
+14
*
|
spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata
Ovidiu Panait
2021-01-12
1
-2
/
+2
*
|
gpio: tca642x: fix input subcommand for gpio banks > 0
Tomas Novotny
2021-01-12
1
-14
/
+35
*
|
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2021-01-06
9
-30
/
+391
|
\
\
|
*
|
video: Call video_sync in video_clear()
Michal Simek
2021-01-05
1
-1
/
+1
|
*
|
video: seps525: Add seps525 SPI driver
Michal Simek
2021-01-05
3
-0
/
+335
|
*
|
video: Introduce video_sync operation
Michal Simek
2021-01-05
1
-0
/
+9
|
*
|
video: Let video_sync to return error value
Michal Simek
2021-01-05
3
-18
/
+39
|
*
|
zynq: mtd: nand: remove superfluous if
Heinrich Schuchardt
2021-01-05
1
-6
/
+4
|
*
|
spi: zynqmp_gqspi: Fix unaligned data writes issue
T Karthik Reddy
2021-01-04
1
-4
/
+2
|
*
|
serial: uartlite: Fix uninitialized ret in debug uartlite
Ashok Reddy Soma
2021-01-04
1
-1
/
+1
*
|
|
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
216
-677
/
+1065
|
\
\
\
|
*
|
|
dtoc: Drop dm_populate_phandle_data()
Simon Glass
2021-01-05
1
-3
/
+0
|
*
|
|
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
2021-01-05
15
-18
/
+18
|
*
|
|
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
27
-39
/
+39
|
*
|
|
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2021-01-05
13
-19
/
+19
|
*
|
|
dm: core: Add logging when lists_bind_fdt() fails
Simon Glass
2021-01-05
1
-1
/
+1
|
*
|
|
dm: core: Allow the uclass list to move
Simon Glass
2021-01-05
3
-7
/
+8
|
*
|
|
dm: core: Split out scanning code to dm_scan()
Simon Glass
2021-01-05
1
-14
/
+35
|
*
|
|
dm: core: Access device ofnode through functions
Simon Glass
2021-01-05
43
-70
/
+82
|
*
|
|
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
12
-15
/
+15
|
*
|
|
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
4
-4
/
+4
|
*
|
|
dm: core: Access device flags through functions
Simon Glass
2021-01-05
8
-33
/
+33
|
*
|
|
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
4
-10
/
+10
|
*
|
|
dm: core: Split out alloc code into a new function
Simon Glass
2021-01-05
1
-37
/
+52
|
*
|
|
x86: sysreset: Move priv/plat structs to headers
Simon Glass
2021-01-05
1
-4
/
+1
|
*
|
|
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
2021-01-05
1
-6
/
+1
|
*
|
|
spi: Tweak a few strange SPI NOR features for of-platdata
Simon Glass
2021-01-05
2
-2
/
+2
|
*
|
|
spi: Tidy up get/set of device node
Simon Glass
2021-01-05
1
-1
/
+1
|
*
|
|
x86: spl: Move priv/plat structs to headers
Simon Glass
2021-01-05
2
-11
/
+11
|
*
|
|
x86: apl: Move priv/plat structs to headers
Simon Glass
2021-01-05
1
-12
/
+0
|
*
|
|
sandbox: Add a compatible string for spltest
Simon Glass
2021-01-05
1
-0
/
+6
|
*
|
|
sandbox: i2c: Move priv into a header file
Simon Glass
2021-01-05
1
-4
/
+1
|
*
|
|
sandbox: serial: Move priv into a header file
Simon Glass
2021-01-05
1
-15
/
+1
|
*
|
|
x86: pinctrl: Drop unlikely error messages from TPL
Simon Glass
2021-01-05
1
-3
/
+8
|
*
|
|
x86: apl: Reduce size for TPL
Simon Glass
2021-01-05
4
-4
/
+12
|
*
|
|
test: Move some test drivers into their own file
Simon Glass
2021-01-05
3
-0
/
+232
|
*
|
|
sysreset: Use a shorter error with SPL
Simon Glass
2021-01-05
1
-4
/
+8
|
*
|
|
pinctrl: Drop post_bind() method when not needed
Simon Glass
2021-01-05
1
-1
/
+3
|
*
|
|
dm: core: Rename the priv/plat members
Simon Glass
2021-01-05
2
-14
/
+14
|
*
|
|
dm: core: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
3
-37
/
+45
|
*
|
|
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
103
-244
/
+331
|
*
|
|
dm: core: Add functions to set priv/plat
Simon Glass
2021-01-05
1
-0
/
+30
|
*
|
|
dm: core: Add function to access uclass priv
Simon Glass
2021-01-05
1
-0
/
+10
|
*
|
|
x86: apl: Drop support for !OF_PLATDATA_PARENT
Simon Glass
2021-01-05
2
-17
/
+0
|
*
|
|
dm: core: Only include simple-bus devicetree id when needed
Simon Glass
2021-01-05
1
-1
/
+3
|
*
|
|
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2021-01-05
2
-4
/
+4
|
*
|
|
dm: core: Support dm_dump_all() in SPL
Simon Glass
2021-01-05
1
-2
/
+4
|
*
|
|
serial: Rename ns16550 functions to lower case
Simon Glass
2021-01-05
2
-19
/
+19
|
*
|
|
serial: Update NS16550_t and struct NS16550
Simon Glass
2021-01-05
6
-36
/
+36
[prev]
[next]