Age | Commit message (Expand) | Author |
2016-10-24 | Fix codying style broken by recent libfdt sync | Masahiro Yamada |
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass |
2016-10-11 | dm: core: Add a function to get a uclass name | Simon Glass |
2016-09-21 | dm: syscon: Provide a generic syscon driver | Paul Burton |
2016-09-21 | dm: core: Match compatible strings in order of priority | Paul Burton |
2016-09-21 | dm: regmap: Implement simple regmap_read & regmap_write | Paul Burton |
2016-08-12 | fdt: allow fdtdec_get_addr_size_*() to translate addresses | Stephen Warren |
2016-07-27 | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass |
2016-07-27 | dm: core: Add a function to bind child devices | Simon Glass |
2016-07-25 | dm: core: Add a way to find a device by its driver | Simon Glass |
2016-07-14 | dm: core: Add an implementation of regmap_init_mem_platdata() | Simon Glass |
2016-07-14 | dm: core: Move regmap allocation into a separate function | Simon Glass |
2016-07-14 | dm: core: Expand platdata for of-platdata devices | Simon Glass |
2016-07-14 | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED | Simon Glass |
2016-07-14 | dm: syscon: Add support for of-platdata | Simon Glass |
2016-07-14 | dm: regmap: Add a dummy implementation for of-platdata | Simon Glass |
2016-07-14 | dm: core: Don't use device tree with of-platdata | Simon Glass |
2016-07-09 | dm: core: implement dev_map_physmem() | Vignesh R |
2016-06-19 | dm: add manual relocation for devices | Angelo Dureghello |
2016-05-26 | dm: allow setting driver_data before/during bind | Stephen Warren |
2016-05-25 | fdt: Support for ISA busses | Paul Burton |
2016-05-24 | drivers: core: device: add support to check dt compatible for a device/machine | Mugunthan V N |
2016-05-17 | dm: core: Allow device names to be freed automatically | Simon Glass |
2016-05-17 | fdt: fix dev_get_addr_name node offset | Stephen Warren |
2016-05-17 | dm: core: allow drivers to refuse to bind | Stephen Warren |
2016-04-25 | dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address | Stefan Roese |
2016-04-15 | fdt: implement dev_get_addr_name() | Stephen Warren |
2016-04-14 | dm: device.c: Minor coding-style fix | Stefan Roese |
2016-04-14 | dm: core: device: set pinctrl state for pinctrl device | Peng Fan |
2016-03-17 | syscon: Avoid returning a device on failure | Simon Glass |
2016-03-14 | dm: core: make simple-bus compatible to simple-mfd | Masahiro Yamada |
2016-03-14 | dm: core: Add uclass_first_device_err() to return a valid device | Simon Glass |
2016-01-28 | dm: Remove device_probe_child() | Simon Glass |
2016-01-24 | dm: syscon: Allow finding devices by driver data | Simon Glass |
2016-01-24 | dm: core: Display the error number when driver binding fails | Simon Glass |
2016-01-21 | dm: core: Export uclass_find_device_by_of_offset() | Simon Glass |
2016-01-21 | dm: core: Don't set pinctrl for pinctrl devices | Simon Glass |
2016-01-20 | dm: core: Call uclass post_bind() after the driver's bind() method | Simon Glass |
2016-01-20 | dm: core: Provide uclass_find_device_by_phandle() only when needed | Simon Glass |
2016-01-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Tom Rini |
2016-01-13 | dm: core: Add a new api to get indexed device address | Mugunthan V N |
2016-01-13 | spl: dm: Add SPL_DM_SEQ_ALIAS config option | Nathan Rossi |
2016-01-12 | dm: core: Add option to configure an offset for the address translation | Stefan Roese |
2015-12-10 | dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE | Stefan Roese |
2015-12-07 | dm: core: Enable SPL_SIMPLE_BUS by default | Michal Simek |
2015-12-01 | dm: core: Add SPL Kconfig for REGMAP and SYSCON | huang lin |
2015-11-19 | Revert "dm: Export device_remove_children / device_unbind_children" | Simon Glass |
2015-11-19 | dm: core: Add missing entries for manual relocation | Michal Simek |
2015-10-29 | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini |
2015-10-29 | dm: core: Remove unnecessary codes in uclass_pre_remove_device() | Bin Meng |