]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers/core
CPCI4052: Remove CONFIG_SYS_LONGHELP
[karo-tx-uboot.git] / drivers / core /
2015-09-08 Simon GlassRemove SPL undefine of CONFIG_OF_CONTROL
2015-09-08 Simon Glassdm: core: Add a function to bind a driver for a device...
2015-09-08 Simon Glassdm: core: Correct bug introduced in uclass_first/next_d...
2015-09-08 Masahiro Yamadadm: core: drop device removal error path correctly
2015-09-08 Simon Glassdm: core: Select device tree control correctly for SPL
2015-09-08 Simon Glassdm: core: Drop device removal error path when not supported
2015-09-08 Simon Glassdm: core: Remove unbind operations when not required
2015-09-08 Simon Glassdm: core: Allow sequence alias support to be removed...
2015-09-08 Simon Glassdm: core: Handle recursive unbinding of uclass devices
2015-09-08 Przemyslaw Marczakdm: core: remove type 'static' of function uclass_get_d...
2015-09-08 Przemyslaw Marczakdm: core: device: add function: dev_get_uclass_name()
2015-09-08 Przemyslaw Marczakdm: core: device: add function: dev_get_driver_ops()
2015-09-08 Przemyslaw Marczakdm: core: uclass: add function: uclass_get_device_by_name()
2015-09-08 Przemyslaw Marczakdm: core: uclass: add function: uclass_find_device_by_n...
2015-09-08 Przemyslaw Marczakdm: core: Extend struct udevice by '.uclass_platdata...
2015-09-08 Przemyslaw Marczakdm: core: add internal functions for getting the device...
2015-09-08 Simon Glassdm: core: Add device children and sibling functions
2015-09-08 Simon Glassdm: core: Mark device as active before calling uclass...
2015-09-08 Simon Glassdm: core: Rename driver data function to dev_get_driver...
2015-09-08 Simon Glassdm: core: Convert driver_bind() to use const
2015-09-08 Simon Glassdm: core: Support allocating driver-private data for DMA
2015-09-08 Simon Glassdm: core: Add a uclass pre_probe() method for devices
2015-09-08 Simon Glassdm: core: Mark device as active before calling its...
2015-09-08 Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
2015-09-01 Masahiro Yamadakconfig: remove unneeded dependency on !SPL_BUILD
2015-09-01 Masahiro Yamadakconfig: switch to single .config configuration
2015-09-01 Michal Simekdm: Add support for all targets which requires MANUAL_RELOC
2015-09-01 Peng Fandm: introduce dev_get_addr interface
2015-09-01 Simon Glassdm: Add Kconfig options for driver model SPL support
2015-09-01 Simon Glassdm: Expand and complete Kconfig in drivers/
2015-08-24 Lothar WaßmannMerge branch 'karo-tx-uboot' into kc-merge
2015-03-09 Lothar Waßmannupdate to 2015.04-rc1
2015-03-04 Lothar Waßmannkaro: merge with Ka-Ro specific tree for secure boot...
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2015-01-31 Tom RiniMerge branch 'patman' of git://git.denx.de/u-boot-x86
2015-01-31 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2015-01-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2015-01-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-01-30 Simon Glassdm: core: Ignore disabled devices when binding
2015-01-30 Simon Glassdm: core: Allow uclass to set up a device's child befor...
2015-01-30 Simon Glassdm: core: Allow the uclass to set up a device's child...
2015-01-30 Simon Glassdm: core: Allow uclasses to specify private data for...
2015-01-30 Simon Glassdm: core: Add a flag to control sequence numbering
2015-01-30 Simon Glassdm: core: Add a function to get a device's uclass ID
2015-01-30 Simon Glassdm: core: Add a post_bind method for parents
2015-01-30 Simon Glassdm: core: Allow uclasses to specify platdata for a...
2015-01-30 Simon Glassdm: core: Allow parents to have platform data for their...
2015-01-30 Simon Glassdm: core: Allocate platform data when binding a device
2015-01-30 Simon Glassdm: core: Tidy up error handling in device_bind()
2015-01-30 Simon Glassdm: core: Set device tree node for root device
2015-01-14 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2014-12-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-12-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-12-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2014-12-12 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-12-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2014-12-11 Simon Glassdm: device: Add newline to debug() messages
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-11-26 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2014-11-26 Tom RiniMerge git://git.denx.de/u-boot-fdt
2014-11-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-11-24 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-11-24 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-11-22 Masahiro Yamadadm: core: remove unnecessary return condition in uclass...
2014-11-22 Masahiro Yamadadm: core: remove unnecessary return condition in driver...
2014-11-22 Masahiro Yamadadm: core: remove meaningless if conditional
2014-11-22 Masahiro Yamadadm: core: a trivial clean up
2014-11-22 Simon Glassdm: Add a function to bind a device by driver name
2014-11-22 Simon Glassdm: core: Add functions to find parent and OF data
2014-11-22 Simon Glassdm: core: Allow access to the device's driver_id data
2014-11-21 Simon Glassdm: Allow device removal features to be dropped
2014-11-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-11-05 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-imx
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2014-10-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-10-26 Tom RiniMerge http://git.denx.de/u-boot-sunxi
2014-10-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2014-10-26 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-24 Masahiro Yamadadm: add entries to Kconfig
2014-10-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-tegra
2014-10-23 Tom RiniMerge git://git.denx.de/u-boot-x86
2014-10-23 Tom RiniMerge git://git.denx.de/u-boot-fdt
2014-10-22 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-10-22 Simon Glassdm: core: Add support for simple-bus
2014-10-22 Simon Glassdm: core: Allow parents to pass data to children during...
2014-10-22 Simon Glassdm: core: Add functions for iterating through device...
2014-10-22 Masahiro Yamadadm: simplify the loop in lists_driver_lookup_name()
2014-10-22 Masahiro Yamadadm: do not check the existence of uclass operation
2014-10-08 Albert ARIBAUDMerge remote-tracking branch 'u-boot-imx/master'
2014-10-07 Minkyu KangMerge branch 'uboot'
2014-10-07 Minkyu KangMerge branch 'master' of http://git.denx.de/u-boot...
2014-10-07 Albert ARIBAUDMerge branch 'u-boot-marvell/master' into 'u-boot-arm...
2014-09-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2014-09-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-09-24 Masahiro Yamadakbuild: refactor some makefiles
2014-09-24 Masahiro Yamadakconfig: add blank Kconfig files
next