index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
core
Age
Commit message (
Expand
)
Author
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-20
dm: core: Widen the dump tree to show more of the driver's name.
Liviu Dudau
2018-11-16
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-14
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
dm: core: Allow uclass to set up a device's child after it is probed
Bin Meng
2018-11-14
regmap: Add endianness support
Mario Six
2018-11-14
regmap: Support reading from specific range
Mario Six
2018-11-14
regmap: Add raw read/write functions
Mario Six
2018-11-14
regmap: Add error output
Mario Six
2018-11-14
regmap: Introduce init_range
Mario Six
2018-11-14
core: ofnode: Fix mem leak in error path
Mario Six
2018-11-14
regmap: Improve error handling
Mario Six
2018-11-14
regmap: Add documentation
Mario Six
2018-11-14
dm: core: Mirror the chosen node parse logic in the livetree scanning
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-09
fdt: Allow indicating a node is for U-Boot proper only
Simon Glass
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-08
ofnode: Add missing address translation into ofnode_get_addr_size()
Marek Vasut
2018-10-08
ofnode: Replace of_n_addr_cells with of_n_size_cells
Marek Vasut
2018-10-07
dm: fdt: scan for devices under /firmware too
Jens Wiklander
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-18
ofnode: add ofnode_by_prop_value()
Jens Wiklander
2018-09-18
dm: core: fix devfdt_remap_addr_index()
Cédric Le Goater
2018-09-18
dm: core: Scan "/firmware" node by default
Rajan Vaja
2018-09-18
dm: core: Move "/clock" node scan into function
Rajan Vaja
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
dm: print the index of the device when dumping the dm tree
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-08
dm: core: Add ofnode function to read PCI vendor and device id
Bin Meng
2018-08-06
dm: core: device: enable power domain in probe
Peng Fan
2018-07-09
dm: core: Add logging of some common errors
Simon Glass
2018-07-09
dm: core: Add a function to decode a memory region
Simon Glass
2018-07-09
dm: core: Update of_read_fmap_entry() for livetree
Simon Glass
2018-07-09
dm: core: Add a way to bind a device by ofnode
Simon Glass
2018-07-09
dm: core: Add a way to find an ofnode by compatible string
Simon Glass
2018-07-09
dm: core: Add ofnode function to read a 64-bit int
Simon Glass
2018-06-01
dm: core: add functions to get memory-mapped I/O addresses
Álvaro Fernández Rojas
2018-05-08
regmap: add regmap_update_bits() helper
Neil Armstrong
2018-05-07
syscon: add Linux-compatible syscon API
Masahiro Yamada
2018-05-07
regmap: change regmap_init_mem() to take ofnode instead udevice
Masahiro Yamada
2018-05-07
dm: ofnode: add ofnode_device_is_compatible() helper
Masahiro Yamada
2018-05-07
regmap: clean up regmap allocation
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
[next]