]> git.ipfire.org Git - people/ms/u-boot.git/history - include/dm
arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiB
[people/ms/u-boot.git] / include / dm /
2015-08-06  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-08-06  Simon Glassdm: core: Fix a typo in the uclass_get_device_by_name...
2015-08-06  Simon Glassdm: core: Add a way to set a device name
2015-08-06  Masahiro Yamadadevres: add debug command to dump device resources
2015-08-06  Masahiro Yamadadevres: make Devres optional with CONFIG_DEVRES
2015-08-06  Masahiro Yamadadevres: add devm_kmalloc() and friends (managed memory...
2015-08-06  Masahiro Yamadadevres: introduce Devres (Managed Device Resource)...
2015-08-06  Masahiro Yamadadm: add DM_FLAG_BOUND flag
2015-08-06  Simon Glassdm: Support address translation for simple-bus
2015-08-06  Simon Glassdm: video: Add support for video bridges
2015-08-06  Simon Glassdm: i2c: Add support for multiplexed I2C buses
2015-08-06  Simon Glassdm: core: Support finding a device by phandle
2015-08-05  Tom RiniMerge git://git.denx.de/u-boot-x86
2015-08-05  Simon Glassdm: Add a return value comment to device_get_child()
2015-08-02  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-07-24  Tom RiniMerge git://git.denx.de/u-boot-usb
2015-07-23  Tom RiniMerge git://git.denx.de/u-boot-uniphier
2015-07-23  Tom RiniMerge git://git.denx.de/u-boot-marvell
2015-07-21  Hans de Goededm: Export device_remove_children / device_unbind_children
2015-07-21  Simon Glassdm: Add platform data advice and admonishment
2015-07-21  Simon Glassdm: Add a clock uclass
2015-07-21  Simon Glassdm: Add a system reset uclass
2015-07-21  Simon Glassdm: Add support for RAM drivers
2015-07-21  Simon Glassdm: mmc: Add an MMC uclass
2015-07-21  Simon Glassdm: Add support for LEDs
2015-07-21  Simon Glassdm: Add support for generic system controllers (syscon)
2015-07-21  Simon Glassdm: core: Correct device_get_child_by_of_offset() parameter
2015-07-21  Simon Glassdm: core: Add a function to find any device from device...
2015-07-21  Simon Glassdm: Move the tree/uclass dump code into its own file
2015-07-07  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2015-06-08  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-06-06  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2015-06-05  Tom RiniMerge git://git.denx.de/u-boot-fdt
2015-06-05  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-06-04  Simon Glassdm: Sort the uclass IDs after the tegra/PMIC addition
2015-05-26  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-05-25  Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2015-05-22  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-05-21  Joe Hershbergertest: dm: Move the dm tests over to the ut command
2015-05-21  Joe Hershbergertest: Generalize the unit test framework
2015-05-18  Tom RiniMerge git://git.denx.de/u-boot-samsung
2015-05-15  Przemyslaw Marczakdm: regulator: add implementation of driver model regul...
2015-05-15  Przemyslaw Marczakdm: pmic: add implementation of driver model pmic uclass
2015-05-14  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2015-05-13  Simon Glassdm: video: Add a uclass for display port
2015-05-13  Simon Glassdm: core: Sort the uclasses
2015-05-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-05-06  Simon Glassdm: rtc: Add a uclass for real-time clocks
2015-05-05  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2015-05-05  Tom RiniMerge git://git.denx.de/u-boot-marvell
2015-05-05  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2015-05-05  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2015-05-05  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2015-05-04  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2015-04-30  Simon Glassdm: Implement a CPU uclass
2015-04-30  Simon Glassdm: core: Add a function to bind a driver for a device...
2015-04-29  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2015-04-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-04-28  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-04-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-04-23  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-23  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-04-23  Simon Glassdm: core: Remove unbind operations when not required
2015-04-22  Przemyslaw Marczakdm: core: precise comments for get/find device by name
2015-04-22  Przemyslaw Marczakdm: core: remove type 'static' of function uclass_get_d...
2015-04-22  Przemyslaw Marczakdm: core: device: add function: dev_get_uclass_name()
2015-04-22  Przemyslaw Marczakdm: core: device: add function: dev_get_driver_ops()
2015-04-22  Przemyslaw Marczakdm: core: uclass: add function: uclass_get_device_by_name()
2015-04-22  Przemyslaw Marczakdm: core: uclass: add function: uclass_find_device_by_n...
2015-04-22  Przemyslaw Marczakdm: test: Add tests for device's uclass platform data
2015-04-22  Przemyslaw Marczakdm: core: Extend struct udevice by '.uclass_platdata...
2015-04-22  Przemyslaw Marczakdm: core: add internal functions for getting the device...
2015-04-20  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-04-18  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-18  Simon Glassdm: test: Allow 'dm test' to select a particular test...
2015-04-18  Simon Glassdm: usb: sandbox: Add an emulator for USB flash devices
2015-04-18  Simon Glassdm: usb: sandbox: Add a uclass for USB device emulation
2015-04-18  Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-04-18  Simon Glassdm: usb: Add driver model support for hubs
2015-04-18  Simon Glassdm: usb: Add a uclass for USB controllers
2015-04-18  Simon Glassdm: core: Add device children and sibling functions
2015-04-18  Simon Glassdm: core: Rename driver data function to dev_get_driver...
2015-04-18  Simon Glassdm: core: Convert driver_bind() to use const
2015-04-18  Simon Glassdm: core: Support allocating driver-private data for DMA
2015-04-18  Simon Glassdm: x86: Add a uclass for an Low Pin Count (LPC) device
2015-04-18  Joe Hershbergerdm: eth: Add basic driver model support to Ethernet...
2015-04-18  Simon Glassdm: x86: pci: Convert coreboot to use driver model...
2015-04-17  Simon Glassdm: sandbox: pci: Add a PCI emulation uclass
2015-04-17  Simon Glassdm: pci: Add a uclass for PCI
2015-04-17  Simon Glassdm: core: Add a uclass pre_probe() method for devices
2015-04-17  Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
2015-03-02  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2015-02-24  Albert ARIBAUDMerge remote-tracking branch 'u-boot/master' into ...
2015-02-22  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2015-02-21  Tom RiniMerge git://git.denx.de/u-boot-dm
2015-02-19  Marek Vasutdm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
2015-02-17  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2015-02-16  Tom RiniMerge git://git.denx.de/u-boot-marvell
2015-02-16  Tom RiniMerge branch 'sandbox' of git://git.denx.de/u-boot-x86
2015-02-13  Tom RiniMerge git://git.denx.de/u-boot-samsung
next