]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers
x86: minnowmax: use the correct NOR in the configuration
[karo-tx-uboot.git] / drivers /
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)
2015-09-08 Paul Kocialkowskii2c: mvtwsi: Support for up to 4 different controllers
2015-09-08 Hans de Goedesunxi: axp221: Use vbus-available rather then vbus...
2015-09-08 Paul Kocialkowskipower: axp209: Registers definitions in header
2015-09-08 Paul Kocialkowskipower: axp152: Registers definitions in header
2015-09-08 Paul Kocialkowskisunxi: Complete mmc pin mux for each supported platform...
2015-09-08 Paul Kocialkowskisunxi: GPIO pin mux hardware-feature-specific function...
2015-09-08 Paul Kocialkowskisunxi: common VBUS detection logic in usbc
2015-09-08 Paul Kocialkowskipower: axp209: VBUS detection support
2015-09-08 Paul Kocialkowskisunxi: usb: Drop AXP-sepcific VBUS detection and drive...
2015-09-08 Paul Kocialkowskipower: axp221: Virtual VBUS detect and enable GPIOs...
2015-09-08 Alexey Firagofastboot: add support for reboot-bootloader command
2015-09-08 Marek Szyprowskiusb: gadget: thor: Claim EP after allocating it in...
2015-09-08 Lukasz Majewskiusb: dwc3: Correct clean up code for requests
2015-09-08 Lukasz Majewskiusb: dwc3: gadget: Set non EP0 max packet limit to...
2015-09-08 Lukasz Majewskiusb: dwc3: gadget: Set all ctrl fields of Transfer...
2015-09-08 Marek Szyprowskiusb: dwc3: optimize interrupt loop
2015-09-08 Marek Szyprowskiusb: dwc3: gadget: add common endpoint configuration...
2015-09-08 Marek Szyprowskiusb: dwc3: add a workaround for too small OUT requests
2015-09-08 Joonyoung Shimusb: dwc3: make dwc3_set_mode to static
2015-09-08 Lukasz Majewskiusb: dwc3: Remove BIT(x) macro from DWC3's gadget code
2015-09-08 Lukasz Majewskiusb: composite: Add .reset callback to usb_gadget_drive...
next