index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
dm
Age
Commit message (
Expand
)
Author
2018-12-10
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
2018-12-06
dm: Add Hardware Spinlock class
Benjamin Gaignard
2018-12-05
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-12-05
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-12-05
dm: core: add functions to get/remap I/O addresses by name
Álvaro Fernández Rojas
2018-12-05
dm: (re)sort uclass ids alphabetically
Philipp Tomsich
2018-11-29
ofnode: fix comment typo
Baruch Siach
2018-11-29
dm: sandbox: i2c: Add a new 'emulation parent' uclass
Simon Glass
2018-11-29
dm: core: Put UCLASS_SIMPLE_BUS in order
Simon Glass
2018-11-29
dm: core: Add a few more specific child-finding functions
Simon Glass
2018-11-29
dm: core: Export uclass_find_device_by_phandle()
Simon Glass
2018-11-27
dm: platform_data: spi: s/pl022_spi.h/spi_pl022.h
Jagan Teki
2018-11-27
spi: pl022: Simplify platdata code
Jagan Teki
2018-11-26
dm: core: add missing prototype for ofnode_read_u64
Lukas Auer
2018-11-16
cmd: pinmux: Add pinmux command
Patrice Chotard
2018-11-16
dm: uclass: Add uclass_foreach_dev_probe
Patrice Chotard
2018-11-16
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-16
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
Patrice Chotard
2018-11-16
dm: pinctrl: Add get_pin_muxing() ops
Patrice Chotard
2018-11-14
dm: Add a new uclass driver for VirtIO transport devices
Bin Meng
2018-11-14
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
dm: Correct pre_reloc_only parameter description in several APIs' comments
Bin Meng
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()
Bin Meng
2018-10-12
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2018-10-10
spi: davinci: Add platdata support
Jagan Teki
2018-10-09
dm: core: Update ofnode to read binman-style flash entry
Simon Glass
2018-10-09
dm: core: Add a function to find the first inactive child
Simon Glass
2018-10-09
dm: core: Update some functions to use const
Simon Glass
2018-10-09
dm: core: Alloc uclass-private data to be cache-aligned
Simon Glass
2018-10-07
Add UCLASS_TEE for Trusted Execution Environment
Jens Wiklander
2018-09-30
Merge git://git.denx.de/u-boot-dm
Tom Rini
2018-09-29
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2018-09-29
drivers: Add board uclass
Mario Six
2018-09-29
core: Add dev_{disable,enable}_by_path
Mario Six
2018-09-29
core: Add functions to set properties in live-tree
Mario Six
2018-09-28
W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
Maxime Ripard
2018-09-28
w1: Add 1-Wire uclass
Maxime Ripard
2018-09-28
common: Generic loader for file system
Tien Fong Chee
2018-09-28
drivers: Add OSD uclass
Mario Six
2018-09-25
spi: add support for ARM PL022 SPI controller
Quentin Schulz
2018-09-18
dm: uclass: Adding missing child_pre_probe description
Bin Meng
2018-09-18
ofnode: add ofnode_by_prop_value()
Jens Wiklander
2018-08-21
device: expose the functions used to remove and unbind children of a device
Jean-Jacques Hiblot
2018-08-21
dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()
Jean-Jacques Hiblot
2018-08-21
uclass: Add dev_get_uclass_index() to get the uclass/index of a device
Jean-Jacques Hiblot
2018-08-11
axi: Add AXI sandbox driver and simple emulator
Mario Six
2018-08-11
drivers: Add AXI uclass
Mario Six
2018-08-08
dm: core: Add ofnode function to read PCI vendor and device id
Bin Meng
[next]