summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-2810-246/+496
|\
| * sunxi: add gpio driverIan Campbell2014-07-182-0/+103
| * sunxi: Add axp152 pmic supportHans de Goede2014-07-182-0/+98
| * sunxi: Add axp209 pmic supportHenrik Nordstrom2014-07-182-0/+168
| * sunxi: Add i2c supportHans de Goede2014-07-181-0/+18
| * mvtwsi: convert to CONFIG_SYS_I2C frameworkHans de Goede2014-07-162-39/+33
| * net: Rename and cleanup sunxi (Allwinner) emac driverStefan Roese2014-07-062-73/+69
| * sunxi: Remove mmc DMA supportHans de Goede2014-07-061-134/+7
* | dm: Give the demo uclass a nameSimon Glass2014-07-231-0/+1
* | dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-231-0/+8
* | dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-231-3/+13
* | dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-1/+15
* | dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+26
* | dm: Add functions to access a device's childrenSimon Glass2014-07-231-0/+93
* | dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-15/+18
* | dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+2
* | dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-231-0/+35
* | dm: Introduce device sequence numberingSimon Glass2014-07-232-0/+106
* | dm: Move uclass error checking/probing into a functionSimon Glass2014-07-231-6/+22
* | Add a flag indicating when the serial console is readySimon Glass2014-07-231-0/+1
* | dm: Support driver model prior to relocationSimon Glass2014-07-231-0/+25
* | dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-233-9/+14
* | dm: Provide a way to shut down driver modelSimon Glass2014-07-231-0/+8
* | dm: Make sure that the root device is probedSimon Glass2014-07-231-0/+3
* | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-239-31/+73
* | stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-232-4/+0
* | dm: gpio: Don't use the driver model uclass for SPLSimon Glass2014-07-231-0/+2
* | AHCI: Increase link timeout to 200msIan Campbell2014-07-221-1/+1
* | 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
|\ \ | |/ |/|