summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass2013-02-041-3/+3
* ppc: Move mpc512x clocks to arch_global_dataSimon Glass2013-02-041-1/+1
* ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-042-4/+7
* ppc: Move CONFIG_QE to arch_global_dataSimon Glass2013-02-042-13/+14
* ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass2013-02-041-3/+4
* ppc: Move brg_clk to arch_global_dataSimon Glass2013-02-012-3/+3
* powerpc/mpc85xx:Add support of B4420 SoCPoonam Aggrwal2013-01-301-0/+1
* powerpc/mpc85xx: Few updates for B4860 cpu changesPoonam Aggrwal2013-01-301-0/+79
* i2c: mxs: Staticize the functions in the driverMarek Vasut2013-01-291-4/+4
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2013-01-141-2/+2
|\
| * twl4030: fix 'could could' in error messagesPeter Meerwald2013-01-141-2/+2
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-142-0/+69
|\ \
| * | mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky2013-01-132-0/+69
* | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-1411-98/+491
|\ \ \ | |_|/ |/| |
| * | video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selectedAjay Kumar2013-01-141-2/+4
| * | video: exynos_dp: Remove unused variable disp_infoAjay Kumar2013-01-141-2/+0
| * | I2C: S3C24X0: Resolve build error for VCMA9Rajeshwari Shinde2013-01-142-3/+4
| * | video: Modify exynos_fimd driver to support LCD consoleAjay Kumar2013-01-102-4/+10
| * | PMIC: MAX77686: Add FDT SupportRajeshwari Shinde2013-01-101-3/+34
| * | video:cache:fix: Enable dcache flush at LCD subsystem for Exynos based boardsŁukasz Majewski2013-01-091-0/+3
| * | EHCI: Exynos: Add fdt supportRajeshwari Shinde2013-01-081-7/+85
| * | SPI: EXYNOS: Add FDT support to driver.Rajeshwari Shinde2013-01-081-6/+90
| * | Sound: WM8994: Add FDT support to codecRajeshwari Shinde2013-01-082-6/+74
| * | Sound: Add FDT support to driverRajeshwari Shinde2013-01-081-69/+102
| * | I2C: Driver changes for FDT supportRajeshwari Shinde2013-01-082-1/+90
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-01-116-202/+354
|\ \ \
| * | | serial/ns16550: add an option to avoid hanging on broken platformsJavier Martinez Canillas2013-01-101-0/+2
| * | | Merge 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-092-3/+5
| |\ \ \
| | * | | spi: atmel: sam9m10g45 also support WDRBT bitBo Shen2012-12-091-1/+1
| | * | | at91sam9x5: enable USB support for 9x5ek board.Richard Genoud2012-12-091-2/+4
| * | | | kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-091-7/+5
| * | | | mv88e61xx: refactor PHY and SWITCH level-codeAlbert ARIBAUD2013-01-092-192/+342
| | |_|/ | |/| |
* | | | cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmdStefan Roese2013-01-101-0/+2
* | | | cfi_flash: Enable PPB protection for all AMD cmdset flash chipsStefan Roese2013-01-101-8/+5
* | | | cfi_flash: Read PPB sector protection from device for AMD/Spansion chipsStefan Roese2013-01-101-0/+21
* | | | cfi_flash: Add manufact_match helper functionStefan Roese2013-01-101-7/+9
* | | | mtd/cfi: add support for SST 4KB sector granularityAngelo Dureghello2013-01-101-1/+24
* | | | Fix SPL build for non-ARM targetsAlbert ARIBAUD2013-01-091-0/+4
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-01-0810-56/+721
|\ \ \ \ | |/ / /
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-081-1/+1
| |\ \ \
| | * | | fsl_esdhc: add MMC_MODE_HC host_capsShawn Guo2013-01-051-1/+1
| * | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-089-55/+720
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | power: twl6035: complain on LDO9 errorVincent Stehlé2012-12-101-4/+13
| | * | | omap24xx_i2c: Handle wait_for_bb errorVincent Stehlé2012-12-101-6/+14
| | * | | gpio: add gpio_is_valid() to omap_gpio APINikita Kiryanov2012-12-101-7/+3
| | * | | am335x: cpsw: make phy address configurableYegor Yefremov2012-12-101-1/+4
| | * | | OMAP3 SPI : Fixed bugs related to SPI transferajoy2012-12-102-32/+45
| | * | | am33xx_spl_bch: simple SPL nand loader for AM33XXIlya Yanok2012-12-102-0/+239
| | * | | omap_gpmc: BCH8 support (ELM based)Mansoor Ahamed2012-12-101-1/+402
| | | |/ | | |/|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-12-2227-97/+3167
|\ \ \ \ | |/ / /
OpenPOWER on IntegriCloud