| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: core: Don't use pinctrl for the root device | Simon Glass | 2015-10-05 | 1 | -2/+6 |
* | fdt: add new fdt address parsing functions | Stephen Warren | 2015-09-15 | 1 | -1/+4 |
* | dm: Provide better debugging when a device fails to bind | Simon Glass | 2015-09-02 | 1 | -1/+4 |
* | dm: Improve handling of a missing uclass | Simon Glass | 2015-09-02 | 2 | -2/+9 |
* | pinctrl: add pin control uclass support | Masahiro Yamada | 2015-08-31 | 1 | -0/+4 |
* | dm: core: allow device_bind() to not return a device pointer | Masahiro Yamada | 2015-08-31 | 1 | -2/+4 |
* | dm: core: Add Kconfig for simple bus driver | Marek Vasut | 2015-08-31 | 3 | -6/+17 |
* | dm: Use dev_get_addr() where possible | Simon Glass | 2015-08-31 | 1 | -0/+2 |
* | dm: core: Fix code reentrancy issue in device_probe_child() | Bin Meng | 2015-08-26 | 1 | -5/+14 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 4 | -7/+7 |
* | dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list | Masahiro Yamada | 2015-08-18 | 3 | -6/+6 |
* | drivers: hierarchize drivers Kconfig menu | Masahiro Yamada | 2015-08-12 | 1 | -0/+4 |
* | dm: core: Add a way to set a device name | Simon Glass | 2015-08-06 | 1 | -0/+10 |
* | devres: add debug command to dump device resources | Masahiro Yamada | 2015-08-06 | 2 | -1/+31 |
* | devres: make Devres optional with CONFIG_DEVRES | Masahiro Yamada | 2015-08-06 | 3 | -2/+18 |
* | devres: add devm_kmalloc() and friends (managed memory allocators) | Masahiro Yamada | 2015-08-06 | 1 | -0/+34 |
* | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada | 2015-08-06 | 5 | -1/+215 |
* | dm: add DM_FLAG_BOUND flag | Masahiro Yamada | 2015-08-06 | 2 | -0/+5 |
* | dm: Support address translation for simple-bus | Simon Glass | 2015-08-06 | 2 | -6/+41 |
* | dm: Make regmap and syscon optional | Simon Glass | 2015-08-06 | 2 | -2/+21 |
* | dm: core: Support finding a device by phandle | Simon Glass | 2015-08-05 | 1 | -0/+42 |
* | dm: core: Check for empty list in uclass_find_device() | Simon Glass | 2015-08-05 | 1 | -0/+2 |
* | dm: core: Add \n to two dm_warn() messages | Simon Glass | 2015-07-21 | 1 | -2/+2 |
* | dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea | Hans de Goede | 2015-07-21 | 1 | -0/+4 |
* | dm: Export device_remove_children / device_unbind_children | Hans de Goede | 2015-07-21 | 1 | -18/+4 |
* | dm: remove redundant CONFIG_DM from driver/core/Makefile | Masahiro Yamada | 2015-07-21 | 1 | -1/+1 |
* | dm: do not set DM_FLAG_ACTIVATED twice | Masahiro Yamada | 2015-07-21 | 1 | -1/+0 |
* | dm: change dm_warn() message into debug() in uclass_add() | Masahiro Yamada | 2015-07-21 | 1 | -2/+2 |
* | dm: core: Add device checking to syscon_get_regmap() | Simon Glass | 2015-07-21 | 1 | -2/+5 |
* | dm: Add support for generic system controllers (syscon) | Simon Glass | 2015-07-21 | 2 | -0/+74 |
* | dm: Add support for register maps (regmap) | Simon Glass | 2015-07-21 | 2 | -0/+87 |
* | dm: core: Correct device_get_child_by_of_offset() parameter | Simon Glass | 2015-07-21 | 1 | -2/+2 |
* | dm: core: Add a function to find any device from device tree | Simon Glass | 2015-07-21 | 1 | -0/+25 |
* | dm: core: Use debug() instead of printf() for failures | Simon Glass | 2015-07-21 | 1 | -3/+3 |
* | dm: Move the tree/uclass dump code into its own file | Simon Glass | 2015-07-21 | 2 | -0/+97 |
* | Remove SPL undefine of CONFIG_OF_CONTROL | Simon Glass | 2015-06-10 | 1 | -0/+2 |
* | dm: core: Add a function to bind a driver for a device tree node | Simon Glass | 2015-04-29 | 1 | -1/+8 |
* | dm: core: Correct bug introduced in uclass_first/next_device() | Simon Glass | 2015-04-28 | 1 | -0/+5 |
* | dm: core: drop device removal error path correctly | Masahiro Yamada | 2015-04-28 | 1 | -3/+3 |
* | dm: core: Select device tree control correctly for SPL | Simon Glass | 2015-04-23 | 1 | -6/+8 |
* | dm: core: Drop device removal error path when not supported | Simon Glass | 2015-04-23 | 1 | -10/+16 |
* | dm: core: Remove unbind operations when not required | Simon Glass | 2015-04-23 | 1 | -0/+4 |
* | dm: core: Allow sequence alias support to be removed for SPL | Simon Glass | 2015-04-23 | 2 | -13/+24 |
* | dm: core: Handle recursive unbinding of uclass devices | Simon Glass | 2015-04-22 | 1 | -2/+10 |
* | dm: core: remove type 'static' of function uclass_get_device_tail() | Przemyslaw Marczak | 2015-04-22 | 1 | -11/+1 |
* | dm: core: device: add function: dev_get_uclass_name() | Przemyslaw Marczak | 2015-04-22 | 1 | -0/+8 |
* | dm: core: device: add function: dev_get_driver_ops() | Przemyslaw Marczak | 2015-04-22 | 1 | -0/+8 |
* | dm: core: uclass: add function: uclass_get_device_by_name() | Przemyslaw Marczak | 2015-04-22 | 1 | -0/+11 |
* | dm: core: uclass: add function: uclass_find_device_by_name() | Przemyslaw Marczak | 2015-04-22 | 1 | -0/+24 |
* | dm: core: Extend struct udevice by '.uclass_platdata' field. | Przemyslaw Marczak | 2015-04-22 | 2 | -4/+33 |