summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-18dm: x86: pci: Add a PCI driver for driver modelSimon Glass
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass
2015-04-18dm: sandbox: Add a emulated PCI device as an exampleSimon Glass
2015-04-17dm: sandbox: pci: Add a PCI emulation uclassSimon Glass
2015-04-17dm: sandbox: Add a simple PCI driverSimon Glass
2015-04-17dm: pci: Add a uclass for PCISimon Glass
2015-04-17dm: pci: Move common PCI functions into their own fileSimon Glass
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-04-17dm: core: Mark device as active before calling its probe() methodSimon Glass
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-04-17x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass
2015-04-17x86: spi: Add support for lynxpointSimon Glass
2015-04-17x86: video: Allow keyboard presence to be controlled by device treeSimon Glass
2015-04-16ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.cKishon Vijay Abraham I
2015-04-16Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski
2015-04-15sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detectHans de Goede
2015-04-15power: axp209: Registers definitions in headerPaul Kocialkowski
2015-04-15power: axp152: Registers definitions in headerPaul Kocialkowski
2015-04-15sunxi: Complete mmc pin mux for each supported platform, configured with KconfigPaul Kocialkowski
2015-04-15sunxi: GPIO pin mux hardware-feature-specific function index definesPaul Kocialkowski
2015-04-15sunxi: common VBUS detection logic in usbcPaul Kocialkowski
2015-04-15power: axp209: VBUS detection supportPaul Kocialkowski
2015-04-15sunxi: usb: Drop AXP-sepcific VBUS detection and drive logicPaul Kocialkowski
2015-04-15power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logicPaul Kocialkowski
2015-04-14fastboot: add support for reboot-bootloader commandAlexey Firago
2015-04-14usb: gadget: thor: Claim EP after allocating it in thor gadgetMarek Szyprowski
2015-04-14usb: dwc3: Correct clean up code for requestsLukasz Majewski
2015-04-14usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski
2015-04-14usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski
2015-04-14usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driverMarek Szyprowski
2015-04-14usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski
2015-04-14usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim
2015-04-14usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski
2015-04-14usb: composite: Add .reset callback to usb_gadget_driver structureLukasz Majewski
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I
2015-04-14usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I
2015-04-14usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I