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
*
sf: Add a method to obtain the block-protect setting
Simon Glass
2018-11-20
5
-0
/
+42
*
misc: Update read() and write() methods to return bytes xfered
Simon Glass
2018-11-20
5
-6
/
+18
*
video: Update video_set_default_colors() to support invert
Simon Glass
2018-11-20
2
-9
/
+20
*
sandbox: tpm: Allow debugging of data packages
Simon Glass
2018-11-20
1
-0
/
+6
*
cros_ec: Add new features for events and power
Simon Glass
2018-11-20
2
-7
/
+340
*
cros_ec: Align uclass data to a cache boundary
Simon Glass
2018-11-20
1
-0
/
+1
*
cros_ec: Fail if we cannot determine the flash burst size
Simon Glass
2018-11-20
1
-0
/
+3
*
cros_ec: Add error logging on a few commands
Simon Glass
2018-11-20
1
-2
/
+9
*
cros_ec: Use uint instead of u8 for parameters
Simon Glass
2018-11-20
1
-6
/
+4
*
dm: spi: prevent setting a speed of 0 Hz
Simon Goldschmidt
2018-11-20
1
-3
/
+12
*
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
2018-11-20
1
-4
/
+4
*
dm/pci: Change the first CFG read to Vendor ID in enumeration
Hou Zhiqiang
2018-11-20
1
-4
/
+7
*
clk: meson: fix clk81 divider calculation
Jerome Brunet
2018-11-20
1
-1
/
+2
*
dm: adc: add uclass's mask and conversion helpers
Fabrice Gasnier
2018-11-20
1
-0
/
+37
*
gpio: Add MT7621 GPIO support
Stefan Roese
2018-11-18
3
-0
/
+192
*
wdt: Add MT7621 watchdog driver
Stefan Roese
2018-11-18
3
-0
/
+111
*
misc: fs_loader: Fix compiler warning
Keerthy
2018-11-16
1
-1
/
+1
*
misc: fs_loader: Use device_get_global_by_ofnode to get to node
Keerthy
2018-11-16
1
-3
/
+2
*
serial: ns16550: add setconfig support
Simon Goldschmidt
2018-11-16
1
-2
/
+41
*
ram: Introduce K3 AM654 DDR Sub System driver
Lokesh Vutla
2018-11-16
4
-0
/
+2027
*
i2c: stm32f7: change setup struct to const
Patrick Delaunay
2018-11-16
1
-2
/
+2
*
i2c: stm32f7: cosmetic: clean the driver
Patrick Delaunay
2018-11-16
1
-15
/
+16
*
pinctrl: sandbox: Add get_pin_muxing ops support
Patrice Chotard
2018-11-16
1
-0
/
+18
*
gpio: stm32f7: Add ops get_function
Patrice Chotard
2018-11-16
1
-0
/
+20
*
pinctrl: stm32: Add get_pin_muxing() ops
Patrice Chotard
2018-11-16
1
-0
/
+71
*
pinctrl: stm32: Add get_pin_name() ops
Patrice Chotard
2018-11-16
1
-0
/
+46
*
pinctrl: stm32: Add get_pins_count() ops
Patrice Chotard
2018-11-16
1
-5
/
+85
*
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-16
1
-0
/
+13
*
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
Patrice Chotard
2018-11-16
1
-0
/
+23
*
dm: pinctrl: Add get_pin_muxing() ops
Patrice Chotard
2018-11-16
1
-0
/
+11
*
w1-eeprom: Add support for Maxim DS2502 add only memory
Martin Fuzzey
2018-11-16
3
-0
/
+258
*
mtd: nand: lpc32xx slc: disable DMA support in SPL builds
Vladimir Zapolskiy
2018-11-16
1
-46
/
+32
*
mtd: nand: lpc32xx mlc: predefine number of NAND chips to support
Vladimir Zapolskiy
2018-11-16
1
-0
/
+4
*
gpio: pca953x: Clear the polarity invert register at init
Ye Li
2018-11-16
1
-0
/
+28
*
clk: Allow clock defaults to be set also during re-reloc state
Andreas Dannenberg
2018-11-16
1
-4
/
+0
*
serial: bcm6858: add serial support
Philippe Reynes
2018-11-16
3
-0
/
+307
*
arm: at91: wdt: Convert watchdog driver to dm/dt
Prasanthi Chellakumar
2018-11-16
3
-25
/
+91
*
Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-11-16
107
-220
/
+5169
|
\
|
*
watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-1
/
+0
|
*
video: simplefb: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-1
/
+0
|
*
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-1
/
+0
|
*
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
26
-17
/
+18
|
*
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
14
-14
/
+0
|
*
ram: bmips: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-1
/
+0
|
*
pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
9
-2
/
+14
|
*
mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
1
-0
/
+2
|
*
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
1
-0
/
+2
|
*
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
4
-3
/
+3
|
*
clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
5
-7
/
+0
|
*
serial: ns16550: fix debug uart putc called before init
Simon Goldschmidt
2018-11-14
1
-2
/
+16
[next]