summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Fix code reentrancy issue in device_probe_child()Bin Meng2015-08-261-5/+14
* dm: pci: Optimize pci_uclass_post_bind()Bin Meng2015-08-261-0/+7
* video: ct69000: Remove unused codesBin Meng2015-08-261-21/+0
* video: cfb_console: Allow VGA device to work without i8042 keyboardBin Meng2015-08-261-6/+5
* x86: i8042: Correctly initialize the controllerBin Meng2015-08-261-22/+21
* x86: i8042: Clean up the driver per coding conventionBin Meng2015-08-261-112/+118
* x86: i8042: Reorder static functionsBin Meng2015-08-261-268/+222
* x86: i8042: Remove unused codesBin Meng2015-08-261-17/+0
* x86: gpio: Tidy up gpio_ich6_get_base() and callersSimon Glass2015-08-261-3/+3
* x86: gpio: Correct calls to _ich6_gpio_set_direction()Simon Glass2015-08-261-2/+2
* dm: pci: Save devfn without bus number in pci_uclass_child_post_bind()Bin Meng2015-08-261-2/+2
* x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng2015-08-261-1/+12
* x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe()Bin Meng2015-08-261-0/+21
* dm: pci: Support selected device/driver binding before relocationBin Meng2015-08-261-11/+30
* x86: Set up video framebuffer for coreboot before loading kernelBin Meng2015-08-261-2/+0
* video: coreboot: Save VESA mode for future useBin Meng2015-08-262-1/+25
* net: e1000: Fix build warnings for 32-bitBin Meng2015-08-261-4/+5
* lcd: pxa: clean-up include file orderMarcel Ziswiler2015-08-241-5/+4
* usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler2015-08-241-3/+2
* serial: pxa: clean-up include file orderMarcel Ziswiler2015-08-241-2/+2
* arm: pxa: mmc: clean-up include file orderMarcel Ziswiler2015-08-241-5/+3
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2015-08-234-2/+177
|\
| * gpio: Add DW APB GPIO driverMarek Vasut2015-08-233-0/+175
| * ddr: altera: Repair uninited variableMarek Vasut2015-08-231-1/+1
| * ddr: altera: Replace float multiplication with integer oneMarek Vasut2015-08-231-1/+1
* | net: e1000: Add Kconfig optionsSimon Glass2015-08-212-7/+32
* | net: e1000: Convert to driver modelSimon Glass2015-08-212-0/+142
* | net: e1000: Prepare for driver model conversionSimon Glass2015-08-212-200/+245
* | net: e1000: Move #include of common.h to the C filesSimon Glass2015-08-213-1/+2
* | net: e1000: Support 64-bit physical addressMingkai Hu2015-08-211-4/+4
|/
* usb: dwc2: Rename to dwc2_usbMarek Vasut2015-08-191-1/+1
* usb: dwc2: Add original Synopsys compat stringMarek Vasut2015-08-191-0/+1
* usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I2015-08-191-0/+1
* usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I2015-08-191-0/+1
* usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I2015-08-191-0/+4
* usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov2015-08-191-5/+14
* usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese2015-08-191-3/+35
* imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso2015-08-191-4/+33
* imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso2015-08-192-19/+82
* imx: usb: ehci-mx6: document board specific functionsAdrian Alonso2015-08-191-0/+31
* imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso2015-08-191-33/+18
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-1833-47/+47
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-183-6/+6
* led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entriesMasahiro Yamada2015-08-181-2/+1
* led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LEDMasahiro Yamada2015-08-182-2/+2
* ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entriesMasahiro Yamada2015-08-181-2/+1
* ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAMMasahiro Yamada2015-08-182-2/+2
* clk: unify obj-$(CONFIG_CLK) and obj-$(CONFIG_SPL_CLK) entriesMasahiro Yamada2015-08-181-2/+1
* clk: rename CONFIG_SPL_CLK_SUPPORT to CONFIG_SPL_CLKMasahiro Yamada2015-08-182-2/+2
* dm: unify obj-$(CONFIG_DM) and obj-$(CONFIG_SPL_DM) entriesMasahiro Yamada2015-08-181-2/+2
OpenPOWER on IntegriCloud