]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers
buildman: Make -V (verbose_build) really be verbose
[karo-tx-uboot.git] / drivers /
2015-09-08 Scott Woodahci: mmio_base is a virtual address
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_I2S to Kconfig
2015-09-08 Simon Glasssandbox: exynos: Move CONFIG_SOUND to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SANDBOX_SPI to Kconfig
2015-09-08 Simon Glasssandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
2015-09-08 Simon Glasssandbox: Move GPIO CONFIGs to Kconfig
2015-09-08 Simon Glassdm: net: Adjust designware driver to support driver...
2015-09-08 Simon Glassdm: net: Tidy up designware driver ready for driver...
2015-09-08 Simon Glassdm: net: Adjust PHY interface to work with CONFIG_DM_ETH
2015-09-08 Simon GlassKconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
2015-09-08 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-09-08 Joe Hershbergernet: cosmetic: Clean up netconsole variables and functions
2015-09-08 Joe Hershbergernet: cosmetic: Fix var naming net <-> eth drivers
2015-09-08 Joe Hershbergernet: cosmetic: Cleanup internal packet buffer names
2015-09-08 Joe Hershbergernet: cosmetic: Name ethaddr variables consistently
2015-09-08 Joe Hershbergernet: cosmetic: Change IPaddr_t to struct in_addr
2015-09-08 Masahiro Yamadadm: spi_flash: fix wrong dependency
2015-09-08 Simon Glassdm: usb: exynos: Adjust XHCI driver to support driver...
2015-09-08 Simon Glassdm: usb: Rename the XHCI HCD to U-Boot
2015-09-08 Simon Glassdm: usb: Support driver model in XHCI
2015-09-08 Simon Glassdm: usb: xhci: Factor out common init/uninit
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_setup_a...
2015-09-08 Simon Glassdm: usb: xhci: Use explicit parameters for xhci_alloc_v...
2015-09-08 Simon Glassdm: usb: xhci: Use a function to get xhci_ctrl
2015-09-08 Simon Glassdm: usb: tegra: Add driver model support to tegra EHCI
2015-09-08 Simon Glassdm: usb: tegra: Move most of init/uninit into a function
2015-09-08 Simon Glassdm: usb: tegra: Tidy up error handling and a static...
2015-09-08 Simon Glassdm: usb: tegra: Remove the port_addr_clear_csc variable
2015-09-08 Simon Glassdm: usb: exynos: Add driver model support to exynos...
2015-09-08 Simon Glassdm: usb: Add support for USB ethernet devices with...
2015-09-08 Simon Glassdm: usb: sandbox: Add a driver for sandbox
2015-09-08 Simon Glassdm: usb: sandbox: Add an emulator for USB hub emulation
2015-09-08 Simon Glassdm: usb: sandbox: Add an emulator for USB flash devices
2015-09-08 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-09-08 Simon Glassdm: usb: sandbox: Add a uclass for USB device emulation
2015-09-08 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-09-08 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-09-08 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-09-08 Simon Glassdm: usb: Add driver model support to EHCI
2015-09-08 Simon Glassdm: usb: Change ehci_reset() to use a pointer
2015-09-08 Simon Glassdm: usb: Drop the EHCI weak functions
2015-09-08 Simon Glassdm: usb: Refactor EHCI init
2015-09-08 Simon Glassdm: usb: ehci: Use a function to find the controller...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_ports...
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
2015-09-08 Simon Glassdm: usb: tegra: Drop use of global controller variable
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_powerup_f...
2015-09-08 Simon Glassdm: usb: tegra: Store the controller type explicitly
2015-09-08 Simon Glassdm: usb: Allow ECHI to hold private data for the controller
2015-09-08 Simon Glassdm: usb: Pass EHCI controller pointer to ehci_get_port_...
2015-09-08 Simon Glassdm: usb: Move all the EHCI weak functions together...
2015-09-08 Simon Glassdm: usb: Add a uclass for USB controllers
2015-09-08 Simon Glassdm: gpio: Add an implementation for gpio_get_number()
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 Haikun.Wang@freesc... dm: spi: Convert Freescale QSPI driver to driver model
2015-09-08 Haikun.Wang@freesc... dm: spi: Convert Freescale DSPI driver to driver model
2015-09-08 Przemyslaw Marczakdm: i2c: add i2c-gpio driver
2015-09-08 Przemyslaw MarczakKconfig: i2c: fix help message related to dm i2c
2015-09-08 Przemyslaw Marczakdm: gpio: request list: return the count if requests...
2015-09-08 Simon Glassi8042: Add keyboard enable logic in kbd_reset()
2015-09-08 Simon Glasssandbox: cros_ec: Add Kconfig for sandbox EC config
2015-09-08 Simon Glasscros_ec: exynos: Match up device tree with kernel version
2015-09-08 Simon Glasscros_ec: Drop unused CONFIG_DM_CROS_EC
2015-09-08 Simon Glasscros_ec: Reinit the cros_ec device when 'crosec init...
2015-09-08 Simon Glassdm: cros_ec: Convert cros_ec LPC driver to driver model
2015-09-08 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model
2015-09-08 Simon Glassdm: sf: Add driver model read/write/erase methods
2015-09-08 Joe Hershbergersandbox: eth: Add support for using the 'lo' interface
2015-09-08 Joe Hershbergersandbox: eth: Add a bridge to a real network for sandbox
2015-09-08 Joe Hershbergersandbox: eth: Add ability to disable ping reply in...
2015-09-08 Joe Hershbergersandbox: eth: Add ARP and PING response to sandbox...
2015-09-08 Joe Hershbergersandbox: eth: Add network support to sandbox
2015-09-08 Joe Hershbergerdm: eth: Add basic driver model support to Ethernet...
2015-09-08 Joe Hershbergernet: Remove the bd* parameter from net stack functions
2015-09-08 Joe Hershbergercommon: Make sure arch-specific map_sysmem() is defined
2015-09-08 Simon Glassdm: x86: pci: Add a PCI driver for driver model
2015-09-08 Simon Glassdm: sandbox: pci: Enable PCI for sandbox
2015-09-08 Simon Glassdm: sandbox: Add a emulated PCI device as an example
2015-09-08 Simon Glassdm: sandbox: pci: Add a PCI emulation uclass
2015-09-08 Simon Glassdm: sandbox: Add a simple PCI driver
2015-09-08 Simon Glassdm: pci: Add a uclass for PCI
2015-09-08 Simon Glassdm: pci: Move common PCI functions into their own file
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-08 Simon Glassx86: Add a x86_ prefix to the x86-specific PCI functions
2015-09-08 Simon Glassx86: spi: Add support for lynxpoint
2015-09-08 Simon Glassx86: video: Allow keyboard presence to be controlled...
2015-09-08 Kishon Vijay Abraham Iti: dwc3: Enable clocks in enable_basic_clocks() in...
2015-09-08 Alexander Merklefix ARM DCC support for ARMv7 based cores (e.g. CortexA)
next