aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass1-3/+4
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass1-0/+1
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass1-0/+1
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass1-0/+1
2015-04-18dm: usb: Add driver model support for hubsSimon Glass1-0/+1
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass1-0/+1
2015-04-18dm: core: Add device children and sibling functionsSimon Glass1-0/+30
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass1-5/+11
2015-04-18dm: core: Convert driver_bind() to use constSimon Glass2-2/+2
2015-04-18dm: core: Support allocating driver-private data for DMASimon Glass1-0/+3
2015-04-18dm: x86: Add a uclass for an Low Pin Count (LPC) deviceSimon Glass1-0/+1
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+1
2015-04-18dm: x86: pci: Convert coreboot to use driver model for pciSimon Glass1-0/+1
2015-04-16dm: sandbox: pci: Add a PCI emulation uclassSimon Glass1-0/+1
2015-04-16dm: pci: Add a uclass for PCISimon Glass1-0/+2
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass3-3/+7
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-0/+10
2015-02-19dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVEMarek Vasut1-0/+4
2015-02-12dm: introduce dev_get_addr interfacePeng Fan1-0/+10
2015-02-12dm: sh: serial: Add support driver modelNobuhiro Iwamatsu1-0/+37
2015-01-29DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driverRuchika Gupta1-0/+1
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass3-0/+15
2015-01-29dm: core: Allow the uclass to set up a device's child after bindingSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify private data for a device's childrenSimon Glass1-0/+4
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+5
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+8
2015-01-29dm: core: Add a post_bind method for parentsSimon Glass1-0/+2
2015-01-29dm: core: Allow uclasses to specify platdata for a device's childrenSimon Glass1-0/+5
2015-01-29dm: core: Allow parents to have platform data for their childrenSimon Glass1-0/+19
2015-01-29dm: core: Improve comments for uclass_first/next_device()Simon Glass1-0/+4
2014-12-11dm: i2c: Add tests for I2CSimon Glass1-0/+12
2014-12-11dm: Add a simple EEPROM driverSimon Glass1-0/+1
2014-12-11dm: i2c: Add I2C emulation driver for sandboxSimon Glass1-0/+1
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass1-0/+2
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+1
2014-11-22dm: Add a function to bind a device by driver nameSimon Glass1-0/+13
2014-11-22dm: core: Add functions to find parent and OF dataSimon Glass1-0/+8
2014-11-22dm: core: Allow access to the device's driver_id dataSimon Glass1-0/+11
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li1-0/+1
2014-11-21dm: Disable dm_warn() in SPLSimon Glass1-0/+6
2014-11-21dm: Allow device removal features to be droppedSimon Glass1-0/+10
2014-10-23dm: serial: use Driver Model for UniPhier serial driverMasahiro Yamada1-0/+18
2014-10-23dm: move platform data headers to include/dm/platform_dataMasahiro Yamada2-0/+41
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass1-0/+23
2014-10-22dm: core: Add support for simple-busSimon Glass1-0/+1
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 Glass1-0/+1
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass1-0/+1
2014-10-22dm: sandbox: Add a SPI emulation uclassSimon Glass1-0/+1
2014-10-22dm: spi: Add a uclass for SPISimon Glass1-0/+2