Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
aa9bb0944acecf5459971c4f0f195c59f1af1fe1
/
drivers
aa9bb09
dm: clk: Update uclass to support livetree
by Simon Glass
· 7 years ago
a4e0ef5
clk: Modify xlate() method for livetree
by Simon Glass
· 7 years ago
a1e4ade
sandbox: usb: Convert emulators to livetree
by Simon Glass
· 7 years ago
d20fd27
dm: usb: Convert uclass to livetree
by Simon Glass
· 7 years ago
53d788d
dm: adc: Convert uclass to livetree
by Simon Glass
· 7 years ago
66e0ed5
dm: mmc: Convert uclass to livetree
by Simon Glass
· 7 years ago
a5493f8
dm: regulator: Update fixed regulator to support livetree.
by Simon Glass
· 7 years ago
f15cd4f
dm: regulator: Convert regulator uclass to support livetree
by Simon Glass
· 7 years ago
0402d00
sandbox: pmic: Convert pmic emulator to support livetree
by Simon Glass
· 7 years ago
7a869e6
dm: pmic: Convert uclass to livetree
by Simon Glass
· 7 years ago
1704308
dm: i2c: Convert uclass to livetree
by Simon Glass
· 7 years ago
a4b8e37
dm: Add more livetree helpers and definitions
by Simon Glass
· 7 years ago
eed3660
fdt: Rename a few functions in fdt_support
by Simon Glass
· 7 years ago
2ec9d17
cros_ec: Convert to support live tree
by Simon Glass
· 7 years ago
e907bf2
cros_ec: Fix debug() statement in ec_command_inptr()
by Simon Glass
· 7 years ago
150c5af
dm: gpio: Add live tree support
by Simon Glass
· 7 years ago
95795ad
dm: gpio: sandbox: Use dev_read...() functions to access DT
by Simon Glass
· 7 years ago
3a57123
dm: gpio: Refactor to prepare for live tree support
by Simon Glass
· 7 years ago
a40cc8e
dm: core: Update uclass_find_device_by_phandle() for livetree
by Simon Glass
· 7 years ago
7a993bb
dm: simple-bus: Add support for livetree
by Simon Glass
· 7 years ago
23d6326
dm: regmap: Add support for livetree
by Simon Glass
· 7 years ago
40bb637
dm: core: Add a way to find a device by ofnode
by Simon Glass
· 7 years ago
19c8205
dm: core: Scan the live tree when setting up driver model
by Simon Glass
· 7 years ago
45a2686
dm: core: Update device_bind_driver_to_node() to use ofnode
by Simon Glass
· 7 years ago
f5b5719
dm: core: Update lists_bind_fdt() to use ofnode
by Simon Glass
· 7 years ago
396e343
dm: core: Allow binding a device from a live tree
by Simon Glass
· 7 years ago
47a0fd3
dm: core: Implement live tree 'read' functions
by Simon Glass
· 7 years ago
f11c7ab
dm: core: Add device-based 'read' functions to access DT
by Simon Glass
· 7 years ago
b7e0d73
dm: core: Add a place to put extra device-tree reading functions
by Simon Glass
· 7 years ago
bed7749
dm: core: Add address operations on device tree references
by Simon Glass
· 7 years ago
38d21b4
dm: core: Add livetree address functions
by Simon Glass
· 7 years ago
9e51204
dm: core: Add operations on device tree references
by Simon Glass
· 7 years ago
911f3ae
dm: core: Rename of_device_is_compatible()
by Simon Glass
· 7 years ago
644ec0a
dm: core: Add livetree access functions
by Simon Glass
· 7 years ago
01b120b
dm: core: Set return value first in lists_bind_fdt()
by Simon Glass
· 7 years ago
0e513e7
tegra: Convert MMC to use driver model for operations
by Simon Glass
· 8 years ago
854f9a7
dm: mmc: Rewrite mmc_blk_probe()
by Simon Glass
· 8 years ago
6665602
dm: mmc: Check that drivers have operations
by Simon Glass
· 8 years ago
e48eeb9
dm: blk: Improve block device claiming
by Simon Glass
· 8 years ago
e8abbb5
dm: blk: Add a function to find the next block device number
by Simon Glass
· 8 years ago
6139281
dm: blk: Allow finding block devices without probing
by Simon Glass
· 8 years ago
05cbeb7
dm: mmc: Don't call board_mmc_power_init() with driver model
by Simon Glass
· 8 years ago
7a61b0b
dm: core: Adjust device_bind_common() to take an ofnode
by Simon Glass
· 7 years ago
4984de2
dm: core: Add ofnode to represent device tree nodes
by Simon Glass
· 7 years ago
da409cc
dm: core: Replace of_offset with accessor (part 2)
by Simon Glass
· 7 years ago
a771a04
dm: core: Dont export dm_scan_fdt_node()
by Simon Glass
· 7 years ago
4af0d7e
dm: Fix up inclusion of common.h
by Simon Glass
· 7 years ago
79fc0c7
atmel: Fix up use of dm_scan_fdt_node()
by Simon Glass
· 7 years ago
a821c4a
dm: Rename dev_addr..() functions
by Simon Glass
· 7 years ago
d6ffb00
dm: core: Move dev_get_addr() etc. into a separate file
by Simon Glass
· 7 years ago
9d92245
dm: Use dm.h header when driver mode is used
by Simon Glass
· 7 years ago
31493dd
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 7 years ago
24f8548
dm: serial: bcm6345: fix baud rate clock calculation
by Álvaro Fernández Rojas
· 7 years ago
6b7185f
dm: serial: bcm6345: fix uart stop bits
by Álvaro Fernández Rojas
· 7 years ago
05fc9e6
dm: cpu: bmips: add BCM6338 support
by Álvaro Fernández Rojas
· 7 years ago
603058f
dm: cpu: bmips: add BCM3380 support
by Álvaro Fernández Rojas
· 7 years ago
5a0efcf
dm: ram: bmips: add BCM6338/BCM6348 support
by Álvaro Fernández Rojas
· 7 years ago
2165961
dm: ram: bmips: split bcm6358_get_ram_size
by Álvaro Fernández Rojas
· 7 years ago
33a9995
dm: cpu: bmips: add BCM6348 support
by Álvaro Fernández Rojas
· 7 years ago
6ffc18c
dm: cpu: bmips: rename cpu_desc specific functions
by Álvaro Fernández Rojas
· 7 years ago
17a0c14
dm: sysreset: add watchdog-reboot driver
by Álvaro Fernández Rojas
· 7 years ago
7733193
dm: watchdog: add BCM6345 watchdog driver
by Álvaro Fernández Rojas
· 7 years ago
8dd082a
pinctrl: mvebu: Enable support for the Armada 37xx pinctrl driver
by Stefan Roese
· 8 years ago
d2d92bd
pinctrl: armada-37xx: Add gpio support
by Gregory CLEMENT
· 7 years ago
0871806
pinctrl: armada-37xx: Add pin controller support for Armada 37xx
by Gregory CLEMENT
· 8 years ago
6183b29
power: pmic: tps65218: Fix tps65218_voltage_update function
by Keerthy
· 7 years ago
f98205c
mmc: meson: increase max block number per request
by Heiner Kallweit
· 8 years ago
aae78fa
drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressions
by Tom Rini
· 8 years ago
380e86f
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
8dc1b17
Merge branch 'master' of git://git.denx.de/u-boot-nds32
by Tom Rini
· 7 years ago
be62fbf
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
3049a58
armv8: ls2080ardb: Add LS2081ARDB board support
by Priyanka Jain
· 8 years ago
e809e74
armv8: fsl-layerscape: Add NXP LS2081A, LS2041A SoC support
by Priyanka Jain
· 8 years ago
42e8179
driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path
by Yogesh Gaur
· 8 years ago
be71a17
nds32: eth: Support ftmac100 DM.
by rick
· 7 years ago
a4b0d83
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
c2774e6
Merge branch 'master' of git://git.denx.de/u-boot-nds32
by Tom Rini
· 7 years ago
fc843a0
Kconfig: Add a CONFIG_IDE option
by Simon Glass
· 7 years ago
551c393
Convert CONFIG_CMD_HASH to Kconfig
by Simon Glass
· 7 years ago
21c7297
Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR
by Simon Glass
· 7 years ago
853eaa4
Drop digital thermometer and thermostat (DTT) drivers
by Simon Glass
· 7 years ago
ab3c4fb
Drop three-wire serial (TWS) support
by Simon Glass
· 7 years ago
2c6ebff
Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR
by Simon Glass
· 7 years ago
879704d
Convert CONFIG_DS4510 to Kconfig
by Simon Glass
· 7 years ago
1136eb5
Kconfig: Drop CONFIG_CMD_DS4510
by Simon Glass
· 7 years ago
8dd026b
Kconfig: Drop CONFIG_CMD_DS4510_RST
by Simon Glass
· 7 years ago
9ab4b84
Kconfig: Drop CONFIG_CMD_DS4510_MEM
by Simon Glass
· 7 years ago
523f97a
Kconfig: Drop CONFIG_CMD_DS4510_INFO
by Simon Glass
· 7 years ago
089df18
lib: move hash CONFIG options to Kconfig
by Tom Rini
· 7 years ago
3426b20
usb: ehci: Add Renesas RCar M3/H3 EHCI support
by Hiroyuki Yokoyama
· 8 years ago
b841b6e
nds32: Support AE3XX platform.
by rick
· 7 years ago
f5076f8
nds32: Support AG101P timer DM.
by rick
· 7 years ago
b7cebcb
serial: sh: Add r8a7796 support
by Hiroyuki Yokoyama
· 8 years ago
8ae51b6
net: ravb: Add Renesas Ethernet RAVB driver
by Marek Vasut
· 8 years ago
1815c29
gpio: rcar_gen3: Fix GPIO read support
by Kouei Abe
· 8 years ago
3ce3026
net: usb: mcs7830: fix non-DM ingress path
by Uri Mashiach
· 7 years ago
a375ff8
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
9ad69f0
usb: lpc32xx: add i2c DM support
by Liam Beguin
· 7 years ago
c1d1e9d
pinctrl: imx: fix memory leak
by Peng Fan
· 8 years ago
aab203e
gpio: 74x164: make oe-pins optional
by Peng Fan
· 8 years ago
Next »