summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-018-108/+365
|\
| * ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-291-1/+3
| * usb: ehci-omap: Don't softreset USB High-speed Host (UHH) ModuleRoger Quadros2013-07-291-12/+15
| * dfu: Implementation of target reset after communication with dfu-util's -R sw...Lukasz Majewski2013-07-292-0/+13
| * usb: mv_udc: Add bounce bufferMarek Vasut2013-07-291-7/+77
| * usb: mv_udc: Add proper cache managementMarek Vasut2013-07-291-5/+77
| * usb: mv_udc: Implement better qTD item accessorMarek Vasut2013-07-291-2/+15
| * usb: mv_udc: Improve allocation of qTD itemsMarek Vasut2013-07-291-2/+23
| * usb: mv_udc: Implement better QH accessorMarek Vasut2013-07-291-5/+18
| * usb: mv_udc: Add cacheline length checkMarek Vasut2013-07-291-0/+10
| * usb: mv_udc: Properly align the endpoint QH and qTD listMarek Vasut2013-07-291-8/+18
| * usb: mv_udc: Move QH and qTD into mv_drvMarek Vasut2013-07-291-13/+13
| * usb: mv_udc: Init mv_drv.gadget.ops staticallyMarek Vasut2013-07-291-3/+3
| * usb: mv_udc: Remove QH_MAXNUM macroMarek Vasut2013-07-291-3/+4
| * usb: mv_udc: Clean up the initial variable checkMarek Vasut2013-07-291-6/+5
| * usb: mv_udc: Make use of struct ehci_ctrlMarek Vasut2013-07-291-18/+23
| * usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2013-07-292-10/+14
| * usb: mv_udc: Clean up the EP initializationMarek Vasut2013-07-291-12/+26
| * usb: mv_udc: Move endpoint array into driver dataMarek Vasut2013-07-291-24/+24
| * usb: mv_udc: Unbreak the mv_udc driverMarek Vasut2013-07-293-2/+9
* | spi: bfin_spi: Use DIV_ROUND_UP instead of open-codedAxel Lin2013-07-311-3/+1
* | gpio: adi_gpio2: Unreserve gpio in special_gpio_free()Axel Lin2013-07-311-2/+2
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini2013-07-261-1/+1
|\
| * cfi_flash: use buffer length in unmap_physmem()Kuo-Jung Su2013-07-251-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-254-86/+8
|\ \
| * | pci: move pci_ftpci100.h to include/faraday/ftpci100.hGabor Juhos2013-07-242-98/+2
| * | pci: add prototype for pci_ftpci_init() functionGabor Juhos2013-07-241-0/+2
| * | block: constify sect_buf argument of ide_write_dataGabor Juhos2013-07-241-1/+1
| * | mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos2013-07-241-1/+5
| |/
* | qemu-malta: Update for SPDX license identifiersTom Rini2013-07-251-3/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2013-07-253-1/+180
|\ \
| * | MIPS: qemu-malta: add PCI supportGabor Juhos2013-07-242-0/+179
| * | net: pcnet: use pci_virt_to_mem to obtain buffer addressesGabor Juhos2013-07-241-1/+1
* | | drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiersTom Rini2013-07-253-17/+3
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-249-333/+1236
|\ \ \ | |/ / |/| |
| * | i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su2013-07-233-0/+451
| * | I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang2013-07-231-7/+55
| * | i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach2013-07-232-98/+97
| * | tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass2013-07-232-49/+33
| * | tegra: i2c: Add function to know about current busSimon Glass2013-07-231-17/+61
| * | i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-232-134/+86
| * | i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-232-48/+58
| * | i2c: add i2c_core and prepare for new multibus supportHeiko Schocher2013-07-232-0/+415
| |/
* | Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-4/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24589-8826/+601
|/
* net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam2013-07-191-1/+1
* phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe2013-07-191-1/+9
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2013-07-162-5/+4
|\
| * fsl_esdhc: Touch only relevant sys ctrl bitsDirk Behme2013-07-161-3/+3
| * drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin2013-07-161-1/+0
OpenPOWER on IntegriCloud