summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren1-4/+2
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren1-8/+4
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren1-95/+19
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren1-16/+39
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren1-107/+60
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov4-32/+41
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding1-4/+4
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring1-41/+41
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring1-21/+21
2015-04-14usb: eth: asix: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-04-10dtt: add ds620 supportAlbert ARIBAUD \(3ADEV\)2-0/+66
2015-04-10lpc32xx: add LPC32xx SSP support (SPI mode)Albert ARIBAUD \(3ADEV\)2-0/+145
2015-04-10lpc32xx: add GPIO supportAlbert ARIBAUD \(3ADEV\)3-0/+301
2015-04-10lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)2-0/+250
2015-04-10lpc32xx: mtd: nand: add MLC NAND controllerAlbert ARIBAUD \(3ADEV\)2-0/+765
2015-04-10lpc32xx: add Ethernet supportAlbert ARIBAUD \(3ADEV\)2-0/+638
2015-04-07ahci: Fix a wrong parameter passTang Yuantian1-1/+1
2015-04-06video: parade: configure SLP and RST GPIOs if specified in DTAjay Kumar1-0/+11
2015-04-06video: exynos_fb: configure backlight GPIOs if specified in DTAjay Kumar1-0/+21
2015-04-03serial-arc: switch to DMAlexey Brodkin1-32/+70
2015-04-03serial/serial_arc: set registers address during compilationAlexey Brodkin1-2/+1
2015-04-01Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-0/+6
2015-04-01ARM: at91: atmel_nand: Support flash based BBTDavid Dueck1-0/+6
2015-04-01Merge git://git.denx.de/u-boot-nand-flashTom Rini12-318/+120
2015-03-31Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-2/+1
2015-03-31mtd: vf610_nfc: specify transfer size before each transferStefan Agner1-8/+17
2015-03-31mtd: vf610_nfc: mark page as dirty on block eraseStefan Agner1-2/+1
2015-03-31nand: yaffs: Remove the "nand write.yaffs" commandPeter Tyser1-65/+12
2015-03-31nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser8-248/+0
2015-03-31dfu: nand: Verify writesPeter Tyser1-1/+1
2015-03-31nand: Add verification functionsPeter Tyser1-1/+96
2015-03-31mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()Luca Ellero1-1/+1
2015-03-31mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()Luca Ellero1-1/+1
2015-03-29spi: designware_spi: revisit FIFO size detection againAxel Lin1-2/+2
2015-03-29spi: cf_spi: Staticize local functionsAxel Lin1-13/+7
2015-03-29spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slaveAxel Lin1-2/+9
2015-03-29qspi: dra7x: enable quad mode read for ti-qspi driverRavi Babu1-0/+7
2015-03-29spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct addressAxel Lin1-1/+3
2015-03-29spi: davinci: Remove duplicate code to set bus and cs for slaveAxel Lin1-3/+0
2015-03-29spi: cf_qspi: Fixup to_cf_qspi_slave macroAxel Lin1-1/+1
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+14
2015-03-28ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada1-2/+2
2015-03-27Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2015-03-27Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-2/+0
2015-03-26sunxi: axp209: fix incorrect limits on ldo3Iain Paton1-1/+1
2015-03-26dm: serial: remove bogus include <ns16550.h>Masahiro Yamada1-2/+0
2015-03-25watchdog/imx_watchdog: do not set WCR_WDWSebastian Siewior1-2/+1
2015-03-25net: Add Intel Topcliff GMAC driverBin Meng3-0/+767
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng3-6/+3