summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-2024-369/+344
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-05-163-7/+63
| |\
| | * drivers/usb : Define usb control register mask for w1c bitsNikhil Badola2014-05-161-5/+10
| | * fsl/pci: Add workaround for erratum A-005434Chunhe Lan2014-05-161-2/+7
| | * net: phy/vitesse: Add support for VSC8664 phy moduleChunhe Lan2014-05-161-0/+46
| * | mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globalsHans de Goede2014-05-141-19/+4
| * | mvtwsi: Fix clock programmingHans de Goede2014-05-141-5/+2
| |/
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-05-134-8/+12
| |\
| | * qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"Zhao Qiang2014-05-131-1/+8
| | * powerpc/85xx: add T4080 SoC supportShengzhou Liu2014-05-131-0/+1
| | * powerpc/fman/memac: use default MDIO_HOLD valueShaohui Xie2014-05-131-6/+2
| | * powerpc/85xx: Add T4240RDB board supportChunhe Lan2014-05-131-1/+1
| * | Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-135-310/+235
| |\ \
| | * | fpga: zynq: Use helper function zynq_validate_bitstreamSiva Durga Prasad Paladugu2014-05-131-7/+25
| | * | fpga: zynq: Use helper functions for zynq dmaSiva Durga Prasad Paladugu2014-05-131-86/+115
| | * | fpga: zynq: Remove sparse warningsMichal Simek2014-05-131-2/+2
| | * | fpga: xilinx: Simplify load/dump/info function handlingMichal Simek2014-05-135-165/+43
| | * | fpga: xilinx: Avoid CamelCase for in Xilinx_descMichal Simek2014-05-135-47/+47
| | * | fpga: virtex2: Avoid CamelCaseMichal Simek2014-05-132-24/+24
| | * | fpga: spartan3: Avoid CamelCaseMichal Simek2014-05-132-27/+27
| | * | fpga: spartan2: Avoid CamelCaseMichal Simek2014-05-132-27/+27
| | |/
| * | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2014-05-132-4/+9
| |\ \ | | |/ | |/|
| | * at91: video: atmel_hlcdfb.c: fix bad timing configurationWu, Josh2014-05-051-4/+4
| | * video: mxc_ipuv3_fb: stash frame buffer pointer in global data.Eric Nelson2014-04-301-0/+5
| * | net/designware: call phy_connect_dev() to properly setup phylib deviceIan Campbell2014-05-121-0/+2
| * | tps6586x: staticize funtionsManish Badarkhe2014-05-121-2/+2
| * | net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-122-2/+2
| * | net/phy: enable get_phy_id redefinableShengzhou Liu2014-05-121-1/+2
| * | AR8035/phy: Enable autonegotiation function for ar8035Xiaobo Xie2014-05-121-3/+1
| * | serial: nsl16550: add hw flow control supportKaricheri, Muralidharan2014-05-121-0/+6
| * | bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-7/+3
| * | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-0916-213/+1224
| |\ \
| * | | i2c: zynq: Fixed compilation errors when using DEBUGJesper B. Christensen2014-05-081-2/+2
* | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-165-1/+156
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-05-1550-3159/+2638
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | video: Add support for imx25 lcd controllerThomas Diener2014-05-092-0/+122
| * | | | power: Add support for LTC3676 PMICTim Harvey2014-05-092-0/+33
| * | | | power: make pfuze100 be able to coexist with other pmicsTim Harvey2014-05-091-1/+1
* | | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-161-1/+1
|\ \ \ \ \
| * | | | | mtd: nand: omap_gpmc: Fix update of read_ecc in oobBelisko Marek2014-05-131-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-152-5/+28
|\ \ \ \ \
| * | | | | ARM: tegra: add GPIO initialization table functionStephen Warren2014-05-131-0/+20
| * | | | | ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-131-5/+8
| |/ / / /
* | | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-151-33/+171
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat2014-05-131-33/+171
| |/ / /
* | | | Merge branch 'u-boot/master'Albert ARIBAUD2014-05-0950-3159/+2638
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'serial' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-062-11/+11
| |\ \
| | * | serial: zynq: Fix typo in suffix function nameMichal Simek2014-05-062-3/+3
| | * | serial: zynq: Remove sparse warningsMichal Simek2014-05-061-8/+8
| | |/
| * | Merge branch 'net' of git://www.denx.de/git/u-boot-microblazeTom Rini2014-05-061-1/+3
| |\ \
OpenPOWER on IntegriCloud