Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b9c716ea66ed5701fc1246d6edeb77ddab78a1da
/
drivers
« Previous
63f004e
dm: adc: add uclass's mask and conversion helpers
by Fabrice Gasnier
· 6 years ago
4751e55
gpio: Add MT7621 GPIO support
by Stefan Roese
· 6 years ago
053fce8
wdt: Add MT7621 watchdog driver
by Stefan Roese
· 6 years ago
118f020
dm: video: correctly set the cursor position
by Heinrich Schuchardt
· 6 years ago
907837d
misc: fs_loader: Fix compiler warning
by Keerthy
· 6 years ago
7c096ea
misc: fs_loader: Use device_get_global_by_ofnode to get to node
by Keerthy
· 6 years ago
9ad3b04
serial: ns16550: add setconfig support
by Simon Goldschmidt
· 6 years ago
06bda12
ram: Introduce K3 AM654 DDR Sub System driver
by Lokesh Vutla
· 6 years ago
c235b08
i2c: stm32f7: change setup struct to const
by Patrick Delaunay
· 6 years ago
c0765f4
i2c: stm32f7: cosmetic: clean the driver
by Patrick Delaunay
· 6 years ago
21e23aa
pinctrl: sandbox: Add get_pin_muxing ops support
by Patrice Chotard
· 6 years ago
cad7324
gpio: stm32f7: Add ops get_function
by Patrice Chotard
· 6 years ago
b42d938
pinctrl: stm32: Add get_pin_muxing() ops
by Patrice Chotard
· 6 years ago
4ff1c20
pinctrl: stm32: Add get_pin_name() ops
by Patrice Chotard
· 6 years ago
8f651ca
pinctrl: stm32: Add get_pins_count() ops
by Patrice Chotard
· 6 years ago
f6abd53
dm: uclass: Add uclass_next_device_err() to return a valid device
by Patrice Chotard
· 6 years ago
8bbb5b2
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
by Patrice Chotard
· 6 years ago
f55a0c0
dm: pinctrl: Add get_pin_muxing() ops
by Patrice Chotard
· 6 years ago
f9c87ad
w1-eeprom: Add support for Maxim DS2502 add only memory
by Martin Fuzzey
· 6 years ago
44cdfc0
mtd: nand: lpc32xx slc: disable DMA support in SPL builds
by Vladimir Zapolskiy
· 6 years ago
a098ce2
mtd: nand: lpc32xx mlc: predefine number of NAND chips to support
by Vladimir Zapolskiy
· 6 years ago
3764b2b
gpio: pca953x: Clear the polarity invert register at init
by Ye Li
· 6 years ago
e5e06b6
clk: Allow clock defaults to be set also during re-reloc state
by Andreas Dannenberg
· 6 years ago
f371f91
serial: bcm6858: add serial support
by Philippe Reynes
· 6 years ago
1473f6a
arm: at91: wdt: Convert watchdog driver to dm/dt
by Prasanthi Chellakumar
· 6 years ago
1d6edcb
Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
6f44333
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
8ee27da
watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
e3245e4
video: simplefb: Remove DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
ef329a6
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
4687919
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
d7a184d
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
05e4248
ram: bmips: Remove DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
ad0e804
pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
223b10c
mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
by Bin Meng
· 6 years ago
e0cfc20
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
by Bin Meng
· 6 years ago
695c499
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
e250806
clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
6f57c34
serial: ns16550: fix debug uart putc called before init
by Simon Goldschmidt
· 6 years ago
81f351d
uclass: Use uclass_foreach_dev() macro instead of open coding
by Liviu Dudau
· 6 years ago
640aae0
virtio: Add a Sandbox transport driver
by Bin Meng
· 6 years ago
699aae0
virtio: net: Support non-legacy device
by Bin Meng
· 6 years ago
550435e
virtio: pci: Support non-legacy PCI transport device
by Bin Meng
· 6 years ago
7a20614
test: dm: pci: Add cases for finding next PCI capability APIs
by Bin Meng
· 6 years ago
a8c5f8d
dm: pci: Add APIs to find next capability and extended capability
by Bin Meng
· 6 years ago
4135e10
virtio: Add virtio over pci transport driver
by Bin Meng
· 6 years ago
f480220
virtio: Add block driver support
by Tuomas Tynkkynen
· 6 years ago
4ad54ec
blk: Introduce IF_TYPE_VIRTIO
by Tuomas Tynkkynen
· 6 years ago
c879eeb
blk: Make blk_next_free_devnum() public
by Bin Meng
· 6 years ago
c515ee5
blk: Drop blk_prepare_device()
by Bin Meng
· 6 years ago
d0851c8
blk: Call part_init() in the post_probe() method
by Bin Meng
· 6 years ago
8f994c8
sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
by Bin Meng
· 6 years ago
f371ad3
virtio: Add net driver support
by Tuomas Tynkkynen
· 6 years ago
fdc4aca
virtio: Add virtio over mmio transport driver
by Bin Meng
· 6 years ago
c011641
virtio: Add codes for virtual queue/ring management
by Tuomas Tynkkynen
· 6 years ago
8fb49b4
dm: Add a new uclass driver for VirtIO transport devices
by Bin Meng
· 6 years ago
651d0c0
dm: core: Allow uclass to set up a device's child after it is probed
by Bin Meng
· 6 years ago
9b77fe3
regmap: Add endianness support
by Mario Six
· 6 years ago
d5c7bd9
regmap: Support reading from specific range
by Mario Six
· 6 years ago
84ff8f6
regmap: Add raw read/write functions
by Mario Six
· 6 years ago
2448f60
regmap: Add error output
by Mario Six
· 6 years ago
7f0e366
regmap: Introduce init_range
by Mario Six
· 6 years ago
205dd5a
core: ofnode: Fix mem leak in error path
by Mario Six
· 6 years ago
ab88bd2
misc: Add IHS FPGA driver
by Mario Six
· 6 years ago
c0a2b08
misc: Add gdsys_soc driver
by Mario Six
· 6 years ago
313d4cc
misc: Sort Makefile entries
by Mario Six
· 6 years ago
b6f58bf
regmap: Improve error handling
by Mario Six
· 6 years ago
9b07609
regmap: Add documentation
by Mario Six
· 6 years ago
73fe411
timer: Sort Kconfig driver entries
by Bin Meng
· 6 years ago
8e39afc
dm: core: Mirror the chosen node parse logic in the livetree scanning
by Bin Meng
· 6 years ago
8d773c4
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
by Bin Meng
· 6 years ago
e601ab1
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
by Bin Meng
· 6 years ago
6fe8abc
cpu: mpc83xx: Remove unnecessary characters in the description string
by Bin Meng
· 6 years ago
208ecba
Merge branch 'next'
by Tom Rini
· 6 years ago
745915a
gpio: pca953x_gpio: fix DT GPIO flags translation
by Anatolij Gustschin
· 6 years ago
7d121a8
sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCD
by Icenowy Zheng
· 6 years ago
8336a43
dm: video: bridge: don't fail to activate bridge if reset or sleep GPIO is missing
by Vasily Khoruzhick
· 6 years ago
20940ef
mmc: sunxi: add support for automatic delay calibration
by Vasily Khoruzhick
· 6 years ago
1f758b7
mtd: Drop duplicate MTD_PARTITIONS Kconfig option
by Boris Brezillon
· 6 years ago
96c2961
dfu: nand: Add missing dependency on CMD_MTDPARTS
by Boris Brezillon
· 6 years ago
5ffcd50
mtd: Use default mtdparts/mtids when not defined in the environment
by Boris Brezillon
· 6 years ago
26cc40d
mmc: dw_mmc: Add RCRC handling
by Marek Vasut
· 6 years ago
cdef6bb
dm: Fix typo - missed semicolon
by Andy Shevchenko
· 6 years ago
79d8127
driver: net: ti: keystone_net: switch to use common mdio lib
by Grygorii Strashko
· 6 years ago
4f41cd9
driver: net: ti: cpsw: switch to use common mdio lib
by Grygorii Strashko
· 6 years ago
6c4bbcc
driver: net: ti: introduce common mdio support library
by Grygorii Strashko
· 6 years ago
cbec53b
driver: net: ti: cpsw: update to use SPDX identifier
by Grygorii Strashko
· 6 years ago
af0cf21
drivers: net: keystone_net: drop non dm code
by Grygorii Strashko
· 6 years ago
6a256a8
configs: net: convert DRIVER_TI_KEYSTONE_NET kconfig
by Grygorii Strashko
· 6 years ago
ffad5fa
driver: net: consolidate ti's code in separate folder
by Grygorii Strashko
· 6 years ago
05bbd67
net: phy: mscc: add support for VSC8574 PHY
by Quentin Schulz
· 6 years ago
b5bca65
net: phy: mscc: factorize part of config function for VSC8584
by Quentin Schulz
· 6 years ago
04087fc
net: phy: mscc: add support for VSC8584 PHY
by Quentin Schulz
· 6 years ago
1e5d8aa
aspeed: ast2500: fix D2-PLL clock setting in RGMII mode
by Cédric Le Goater
· 6 years ago
e6ddacc
net: ftgmac100: Add support for the Aspeed SoC
by Cédric Le Goater
· 6 years ago
64ae823
aspeed: ast2500: fix missing break in D2PLL clock enablement
by Cédric Le Goater
· 6 years ago
1c0c61e
net: ftgmac100: add clock support
by Cédric Le Goater
· 6 years ago
d0e0b84
net: ftgmac100: handle timeouts when transmitting
by Cédric Le Goater
· 6 years ago
e766849
net: ftgmac100: convert the RX/TX descriptor arrays
by Cédric Le Goater
· 6 years ago
538e75d
net: ftgmac100: add MDIO bus and phylib support
by Cédric Le Goater
· 6 years ago
Next »