~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: Access device flags through functionsSimon Glass2021-01-05
* test: Move some test drivers into their own fileSimon Glass2021-01-05
* test: Use a simple variable to record removed deviceSimon Glass2021-01-05
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-18
* dm: core: Switch binding to use new sequence numbersSimon Glass2020-12-18
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* test: gpio: Add tests for the managed APIJean-Jacques Hiblot2020-09-30
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-07
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-03
* common: Drop log.h from common headerSimon Glass2020-05-18
* dm: core: Add a function to count the children of a deviceLokesh Vutla2019-10-11
* test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2018-11-14
* test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flagBin Meng2018-11-14
* sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-08
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: core: parse chosen nodeRob Clark2018-01-15
* test: bus: Add a check that dev is not NULLSimon Glass2017-06-12
* dm: test: Separate out the bus DT offset testSimon Glass2017-06-01
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-04
* dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2016-07-27
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23
* test: Generalize the unit test frameworkJoe Hershberger2015-05-21
* dm: test: bus: Use a local variable to simplify codeSimon Glass2015-04-18
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29
* dm: core: Allow the uclass to set up a device's child after bindingSimon Glass2015-01-29
* dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass2015-01-29
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29
* dm: core: Add a post_bind method for parentsSimon Glass2015-01-29
* dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass2015-01-29
* dm: core: Allow parents to have platform data for their childrenSimon Glass2015-01-29
* dm: core: Add functions for iterating through device childrenSimon Glass2014-10-22
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23
* dm: Introduce per-child data for devicesSimon Glass2014-07-23
* dm: Add functions to access a device's childrenSimon Glass2014-07-23
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23