summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-13pwm: add pwm drvier base on DM [1/1]Bichao Zheng24-1/+1051
2014-12-11dm: i2c: Add tests for I2CSimon Glass4-0/+246
2014-12-11dm: Add a simple EEPROM driverSimon Glass4-0/+72
2014-12-11dm: i2c: Add I2C emulation driver for sandboxSimon Glass3-0/+16
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass5-0/+827
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini76-451/+1242
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass2-0/+34
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass2-0/+13
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass3-6/+30
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li7-0/+277
2014-11-21dm: Disable dm_warn() in SPLSimon Glass2-0/+7
2014-11-21dm: Allow device removal features to be droppedSimon Glass5-169/+203
2014-10-24dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada16-136/+172
2014-10-24dm: move platform data headers to include/dm/platform_dataMasahiro Yamada5-3/+3
2014-10-24test: dm: Support memory leak checking as a core featureSimon Glass3-16/+55
2014-10-22dm: core: Add support for simple-busSimon Glass3-0/+35
2014-10-22dm: core: Allow a list of devices to be declared in one stepSimon Glass1-0/+4
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass5-15/+174
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass4-1/+140
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass4-0/+62
2014-10-22dm: spi: Add a uclass for SPISimon Glass5-4/+650
2014-10-22dm: core: Add a clarifying comment on struct udevice's seq memberSimon Glass2-2/+5
2014-10-22dm: core: Allow parents to pass data to children during probeSimon Glass3-1/+25
2014-10-22dm: core: Add functions for iterating through device childrenSimon Glass4-1/+78
2014-10-22dm: add of_match_ptr() macroMasahiro Yamada1-0/+6
2014-10-22dm: fix include guardMasahiro Yamada1-0/+1
2014-10-22dm: include <linker_lists.h> from platdata.h and uclass.hMasahiro Yamada2-0/+3
2014-10-22dm: fix commentsMasahiro Yamada2-3/+3
2014-09-10dm: Add a uclass for serial devicesSimon Glass4-0/+310
2014-09-10dm: Adjust lists_bind_fdt() to return the bound deviceSimon Glass3-5/+13
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2-0/+21
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass5-2/+160
2014-07-23dm: Introduce per-child data for devicesSimon Glass5-8/+137
2014-07-23dm: Add functions to access a device's childrenSimon Glass4-1/+199
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass9-42/+166
2014-07-23dm: Tidy up some header file commentsSimon Glass5-6/+13
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass4-1/+83
2014-07-23dm: Introduce device sequence numberingSimon Glass8-8/+347
2014-07-23dm: Support driver model prior to relocationSimon Glass5-22/+60
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass14-41/+131
2014-07-23dm: Provide a way to shut down driver modelSimon Glass2-0/+16
2014-06-20dm: Tidy up four minor code nitsSimon Glass4-6/+28
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass3-4/+8
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass7-9/+9
2014-05-27dm: rename device struct to udeviceHeiko Schocher30-191/+193
2014-03-04dm: Add basic testsSimon Glass14-0/+1426
2014-03-04dm: Add base driver model supportSimon Glass18-0/+1601