summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* serial: ns16550: use a const variable instead of macroMasahiro Yamada2014-07-221-3/+3
* serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada2014-07-221-7/+3
* serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada2014-07-221-6/+0
* driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan2014-07-221-4/+2
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2014-07-212-2/+77
|\
| * fsl_i2c: add support for 3rd and 4th I2CShengzhou Liu2014-07-161-2/+20
| * i2c, omap24xx: add i2c deblock sequenzHeiko Schocher2014-07-161-0/+57
* | mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-182-4/+4
* | dirvers: mmc: use __weakJeroen Hofstee2014-07-181-11/+9
* | dm: add missing includesJeroen Hofstee2014-07-182-0/+2
* | mtd: cfi_flash: fix clang warningJeroen Hofstee2014-07-181-1/+1
|/
* usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi2014-07-091-1/+16
* usb: host: xhci: make sure to power up PHYFelipe Balbi2014-07-091-0/+1
* board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach2014-07-071-1/+0
* i2c: IHS I2C master driverDirk Eibach2014-07-072-0/+205
* blackfin: Fix warning about undefined functionVasili Galka2014-07-071-0/+1
* mpc8xx: remove v37 board supportMasahiro Yamada2014-07-071-7/+1
* mpc8xx: remove rbc823 board supportMasahiro Yamada2014-07-071-66/+1
* mpc8xx: remove RPXlite_dw, quantum board supportMasahiro Yamada2014-07-074-89/+0
* tpm: don't use unneeded double bracketsJeroen Hofstee2014-07-071-1/+1
* build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada2014-07-071-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2014-07-071-17/+27
|\
| * i2c: tegra: dump alen in debug statementsStephen Warren2014-07-031-4/+4
| * i2c: tegra: write clean data to TX FIFOStephen Warren2014-07-031-5/+7
| * i2c: tegra: use repeated start for readsStephen Warren2014-07-031-8/+16
* | watchdog/denali: Adding DesignWare watchdog driver supportChin Liang See2014-07-052-0/+75
* | arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev2014-07-044-0/+314
* | gpio: spear_gpio: Fix gpio_set_value() implementationAxel Lin2014-07-041-1/+4
* | armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera2014-07-033-0/+275
* | ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun2014-07-031-0/+5
|/
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-07-0216-40/+1035
|\
| * Merge remote-tracking branch 'u-boot-samsung/master'Albert ARIBAUD2014-07-012-6/+12
| |\
| | * PMIC: MAX77686: fix invalid bus checkJeroen Hofstee2014-06-231-5/+8
| | * Exynos: SPI: Fix reading data from SPI flashAkshay Saraswat2014-06-231-1/+4
| * | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-015-3/+84
| |\ \
| | * | spi: davinci: Fix register address for SPI1_BUSAxel Lin2014-06-191-1/+1
| | * | ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.cKhoronzhuk, Ivan2014-06-193-0/+82
| | * | mtd: nand: davinci: add header file for driver definitionsKhoronzhuk, Ivan2014-06-191-2/+1
| | |/
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-304-2/+239
| |\ \
| | * | dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6DTim Harvey2014-06-061-0/+5
| | * | spl: nand: add support for mxs nandTim Harvey2014-06-062-0/+232
| | * | serial_mxc: disable new features of autobaud detectionEric Nelson2014-05-281-2/+2
| * | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-2530-236/+528
| |\ \ \
| * | | | video: atmel_hlcdfb: enable dcache supportWu, Josh2014-06-141-0/+6
| * | | | net: macb: enable dcache in macbWu, Josh2014-06-141-4/+57
| * | | | macb: make checkpatch cleanAndreas Bießmann2014-06-141-27/+29
| | |_|/ | |/| |
| * | | arm: vf610: Add QSPI driver supportAlison Wang2014-06-093-0/+610
* | | | usb: ci_udc: use var name ep/ci_ep consistentlyStephen Warren2014-07-021-9/+9
* | | | USB: gadget: atmel: zero out allocated requestsStephen Warren2014-07-021-1/+1
* | | | usb: ci_udc: don't memalign() struct ci_req allocationsStephen Warren2014-07-021-2/+1
OpenPOWER on IntegriCloud