summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski
2015-07-22include: usb: Map USB controller base addresses for LS2085ANikhil Badola
2015-07-22include: usb: Move USB controller base address mappingNikhil Badola
2015-07-22drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola
2015-07-22ls1021aqds: Enable USB IP supportRamneek Mehresh
2015-07-22ls1021atwr: Enable USB IP supportRamneek Mehresh
2015-07-22usb: fsl: Add XHCI driver supportRamneek Mehresh
2015-07-22usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh
2015-07-22usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21x86: minnowmax: Drop the cache line size hackSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-07-21dm: usb: eth: Support driver model with USB EthernetSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-07-21dm: usb: Correct the struct usb_driver_entry commentSimon Glass
2015-07-21dm: pci: Add a function to get the BDF for a deviceSimon Glass
2015-07-21dm: pci: Add support for PCI driver matchingSimon Glass
2015-07-21dm: usb: Allow usb host drivers to implement usb_reset_root_portHans de Goede
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede
2015-07-21usb: usb_setup_device: Drop unneeded portnr function argumentHans de Goede
2015-07-21usb: Drop device-model specific copy of usb_legacy_port_resetHans de Goede
2015-07-21test: Add a macro to check that a value is not an error pointerSimon Glass
2015-07-21led: Return -ENODEV if the LED device cannot be foundSimon Glass
2015-07-21dm: reset: Allow reset_walk() to returnSimon Glass
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21dm: spl: Allow device tree/driver model in board_init_f()Simon Glass
2015-07-21lib: Add function to extract a number from the end of a stringSimon Glass
2015-07-21Add rivest cipher 4 (rc4) implementationSimon Glass
2015-07-21dm: Add support for RAM driversSimon Glass
2015-07-21dm: pmic: Add functions to adjust PMIC registersSimon Glass
2015-07-21dm: power: Add a function to set up all regulatorsSimon Glass
2015-07-21dm: pmic: Split output from functionSimon Glass
2015-07-21dm: power: Add regulator flags to centralise auto-set logicSimon Glass
2015-07-21mmc: Add structure comments for dwmmcSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: Add support for register maps (regmap)Simon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-07-21debug_uart: Remove use of asmlinkageSimon Glass
2015-07-21Add a way of checking the position of a structure memberSimon Glass