summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-07-2813-18/+74
|\ \ \ \ | |/ / / |/| | |
| * | | driver/ddr: Fix DDR register timing_cfg_8York Sun2014-07-221-0/+3
| * | | driver/ddr: Fix DDR4 driver for ARMYork Sun2014-07-221-2/+5
| * | | driver/nand: Add support of 16K SRAM for IFC 2.0Prabhakar Kushwaha2014-07-222-2/+8
| * | | fsl/pcie: Change 'no link' to 'undetermined' for pcie endpointZang Roy-R619112014-07-221-2/+8
| * | | driver/nand: Update SRAM initialize logic for IFC.Prabhakar Kushwaha2014-07-221-4/+31
| * | | driver/nand:Define MAX_BANKS same as SoC defined for IFCPrabhakar Kushwaha2014-07-221-1/+5
| * | | qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-226-6/+6
| * | | net/fm: call fm_port_to_index() with proper checksRotariu Marian-Cristian2014-07-222-1/+8
* | | | 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
OpenPOWER on IntegriCloud