aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-07-23dm: Give the demo uclass a nameSimon Glass1-0/+1
2014-07-23dm: Add dm_scan_other() to locate board-specific devicesSimon Glass1-0/+8
2014-07-23dm: Improve errors and warnings in lists_bind_fdt()Simon Glass1-3/+13
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-1/+15
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+26
2014-07-23dm: Add functions to access a device's childrenSimon Glass1-0/+93
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-15/+18
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+2
2014-07-23dm: Allow a device to be found by its FDT offsetSimon Glass1-0/+35
2014-07-23dm: Introduce device sequence numberingSimon Glass2-0/+106
2014-07-23dm: Move uclass error checking/probing into a functionSimon Glass1-6/+22
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23dm: Support driver model prior to relocationSimon Glass1-0/+25
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass3-9/+14
2014-07-23dm: Provide a way to shut down driver modelSimon Glass1-0/+8
2014-07-23dm: Make sure that the root device is probedSimon Glass1-0/+3
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass9-31/+73
2014-07-23stdio: Remove redundant code around stdio_register() callsSimon Glass2-4/+0
2014-07-23dm: gpio: Don't use the driver model uclass for SPLSimon Glass1-0/+2
2014-07-22AHCI: Increase link timeout to 200msIan Campbell1-1/+1
2014-07-22serial: ns16550: use a const variable instead of macroMasahiro Yamada1-3/+3
2014-07-22serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisorMasahiro Yamada1-7/+3
2014-07-22serial: ns16550: drop CONFIG_OMAP1610 from the special caseMasahiro Yamada1-6/+0
2014-07-22driver/usb: include upper/lower_32_bits() from linux/compat.hLijun Pan1-4/+2
2014-07-21Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2-2/+77
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee2-4/+4
2014-07-18dirvers: mmc: use __weakJeroen Hofstee1-11/+9
2014-07-18dm: add missing includesJeroen Hofstee2-0/+2
2014-07-18mtd: cfi_flash: fix clang warningJeroen Hofstee1-1/+1
2014-07-16fsl_i2c: add support for 3rd and 4th I2CShengzhou Liu1-2/+20
2014-07-16i2c, omap24xx: add i2c deblock sequenzHeiko Schocher1-0/+57
2014-07-09usb: phy: omap_usb_phy: implement usb_phy_power() for AM437xFelipe Balbi1-1/+16
2014-07-09usb: host: xhci: make sure to power up PHYFelipe Balbi1-0/+1
2014-07-07board: gdsys: Make gdsys osd hardware detection more robustDirk Eibach1-1/+0
2014-07-07i2c: IHS I2C master driverDirk Eibach2-0/+205
2014-07-07blackfin: Fix warning about undefined functionVasili Galka1-0/+1
2014-07-07mpc8xx: remove v37 board supportMasahiro Yamada1-7/+1
2014-07-07mpc8xx: remove rbc823 board supportMasahiro Yamada1-66/+1
2014-07-07mpc8xx: remove RPXlite_dw, quantum board supportMasahiro Yamada4-89/+0
2014-07-07tpm: don't use unneeded double bracketsJeroen Hofstee1-1/+1
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-1/+1
2014-07-07Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-17/+27
2014-07-05watchdog/denali: Adding DesignWare watchdog driver supportChin Liang See2-0/+75
2014-07-04arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev4-0/+314
2014-07-04gpio: spear_gpio: Fix gpio_set_value() implementationAxel Lin1-1/+4
2014-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera3-0/+275
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun1-0/+5
2014-07-03i2c: tegra: dump alen in debug statementsStephen Warren1-4/+4
2014-07-03i2c: tegra: write clean data to TX FIFOStephen Warren1-5/+7
2014-07-03i2c: tegra: use repeated start for readsStephen Warren1-8/+16