summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-07-2917-256/+730
|\
| * Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-284-5/+225
| |\
| | * keystone2: use CONFIG_SOC_KEYSTONE in common placesKhoronzhuk, Ivan2014-07-251-2/+2
| | * mtd: nand: davinci: add opportunity to write keystone U-boot imageKhoronzhuk, Ivan2014-07-251-0/+196
| | * tps65218/am43xx_evm: Add power framework support to TPS65218Tom Rini2014-07-251-0/+22
| | * drivers: net: cpsw: add support for using second port as ethernetMugunthan V N2014-07-251-3/+5
| * | Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-07-283-5/+9
| |\ \
| | * | serial: sh: Add support R8A7794Nobuhiro Iwamatsu2014-07-241-1/+2
| | * | net: sh-eth: Add support R8A7794Nobuhiro Iwamatsu2014-07-242-4/+7
| | |/
| * | 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
| | |/
* | | 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
OpenPOWER on IntegriCloud