summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-108/+365
2013-07-31Merge git://git.denx.de/u-boot-armStefano Babic597-9255/+2352
2013-07-31spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin1-3/+1
2013-07-31gpio: adi_gpio2: Unreserve gpio in special_gpio_free()Axel Lin1-2/+2
2013-07-30gpio: tca642x: Add the tca642x gpio expander driverDan Murphy2-0/+334
2013-07-30net, phy, cpsw: fix gigabit register accessHeiko Schocher2-2/+6
2013-07-30ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov1-1/+3
2013-07-30usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros1-12/+15
2013-07-30dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2-0/+13
2013-07-30usb: mv_udc: Add bounce bufferMarek Vasut1-7/+77
2013-07-30usb: mv_udc: Add proper cache managementMarek Vasut1-5/+77
2013-07-30usb: mv_udc: Implement better qTD item accessorMarek Vasut1-2/+15
2013-07-30usb: mv_udc: Improve allocation of qTD itemsMarek Vasut1-2/+23
2013-07-30usb: mv_udc: Implement better QH accessorMarek Vasut1-5/+18
2013-07-30usb: mv_udc: Add cacheline length checkMarek Vasut1-0/+10
2013-07-30usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut1-8/+18
2013-07-30usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut1-13/+13
2013-07-30usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut1-3/+3
2013-07-30usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut1-3/+4
2013-07-30usb: mv_udc: Clean up the initial variable checkMarek Vasut1-6/+5
2013-07-30usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut1-18/+23
2013-07-30usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2-10/+14
2013-07-30usb: mv_udc: Clean up the EP initializationMarek Vasut1-12/+26
2013-07-30usb: mv_udc: Move endpoint array into driver dataMarek Vasut1-24/+24
2013-07-30usb: mv_udc: Unbreak the mv_udc driverMarek Vasut3-2/+9
2013-07-29mxc_ipuv3: fix memory alignment of framebufferEric Nelson1-2/+3
2013-07-27drivers: net: cpsw: Enable statistics for all portMugunthan V N1-0/+1
2013-07-27drivers: net: cpsw: remove hard coding bd ram for cpswMugunthan V N1-3/+1
2013-07-26Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini1-1/+1
2013-07-25Merge branch 'u-boot/master' into u-boot-arm/masterAlbert ARIBAUD595-9249/+2009
2013-07-25cfi_flash: use buffer length in unmap_physmem()Kuo-Jung Su1-1/+1
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini4-86/+8
2013-07-25qemu-malta: Update for SPDX license identifiersTom Rini1-3/+1
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini3-1/+180
2013-07-25drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiersTom Rini3-17/+3
2013-07-25net: calxedaxgmac: enable rx cut-thruRob Herring1-1/+1
2013-07-24MIPS: qemu-malta: add PCI supportGabor Juhos2-0/+179
2013-07-24net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini9-333/+1236
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk1-4/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk589-8826/+601
2013-07-24mxc_gpio: Correct the GPIO handling in gpio_direction_output()Dirk Behme1-2/+2
2013-07-24pci: move pci_ftpci100.h to include/faraday/ftpci100.hGabor Juhos2-98/+2
2013-07-24pci: add prototype for pci_ftpci_init() functionGabor Juhos1-0/+2
2013-07-24block: constify sect_buf argument of ide_write_dataGabor Juhos1-1/+1
2013-07-24mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos1-1/+5
2013-07-23i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su3-0/+451
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang1-7/+55
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2-98/+97
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass2-49/+33