summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini3-2/+7
2013-02-04serial: arm_dcc: Fix compilation warning and remove unneeded initializationMichal Simek1-5/+0
2013-02-04serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek1-11/+5
2013-02-04sf: stmicro: add support for N25Q064Jagannadha Sutradharudu Teki1-0/+6
2013-02-04drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin1-2/+2
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass1-3/+3
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass1-1/+1
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2-4/+7
2013-02-04ppc: Move CONFIG_QE to arch_global_dataSimon Glass2-13/+14
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-3/+4
2013-02-04spi: xilinx_spi: Perform software reset during slave setupJason Wu2-0/+5
2013-02-04block: systemace: Added missing "else" in "ace_writew"Alexey Brodkin1-2/+2
2013-02-02Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD6-173/+240
2013-02-02ppc: Move brg_clk to arch_global_dataSimon Glass2-3/+3
2013-01-30powerpc/mpc85xx:Add support of B4420 SoCPoonam Aggrwal1-0/+1
2013-01-30powerpc/mpc85xx: Few updates for B4860 cpu changesPoonam Aggrwal1-0/+79
2013-01-29i2c: mxs: Staticize the functions in the driverMarek Vasut1-4/+4
2013-01-28mxs: mmc: Fix the MMC driver for MX23Marek Vasut1-5/+22
2013-01-28mxs: mmc: Allow overriding default card detect implementationMarek Vasut1-2/+14
2013-01-28mxs: mmc: Fix MMC reset on iMX23Otavio Salvador1-5/+11
2013-01-28mxs: dma: Fix APBH DMA driver for MX23Marek Vasut1-2/+8
2013-01-28net: fec_mxc: get phydev before fec_probeTroy Kisky2-43/+76
2013-01-28net: fec_mxc: only call phy_connect in fec_probeTroy Kisky1-21/+12
2013-01-28net: fec_mxc: use fec_set_dev_name to set nameTroy Kisky1-8/+8
2013-01-28phy: add phy_find_by_mask/phy_connect_devTroy Kisky1-50/+78
2013-01-28net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multiTroy Kisky1-16/+8
2013-01-28net: fec_mxc: change fec_mii_setspeed parameterTroy Kisky1-5/+5
2013-01-28net: fec_mxc: delete CONFIG_FEC_MXC_MULTITroy Kisky1-1/+1
2013-01-21mmc: Limit the number of used SSP ports on MX23Marek Vasut1-1/+11
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador2-3/+3
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut2-18/+2
2013-01-21mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut1-12/+0
2013-01-17video: tegra: Update line length to match resolutionThierry Reding1-2/+2
2013-01-15Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-2/+2
2013-01-15twl4030: fix 'could could' in error messagesPeter Meerwald1-2/+2
2013-01-14Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+69
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD11-98/+491
2013-01-14video: exynos_fb: Make a call to draw_logo only when CONFIG_CMD_BMP is selectedAjay Kumar1-2/+4
2013-01-14video: exynos_dp: Remove unused variable disp_infoAjay Kumar1-2/+0
2013-01-14I2C: S3C24X0: Resolve build error for VCMA9Rajeshwari Shinde2-3/+4
2013-01-13mx31/mx35/mx51/mx53/mx6: add watchdogTroy Kisky2-0/+69
2013-01-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-202/+354
2013-01-11serial/ns16550: add an option to avoid hanging on broken platformsJavier Martinez Canillas1-0/+2
2013-01-10cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmdStefan Roese1-0/+2
2013-01-10cfi_flash: Enable PPB protection for all AMD cmdset flash chipsStefan Roese1-8/+5
2013-01-10cfi_flash: Read PPB sector protection from device for AMD/Spansion chipsStefan Roese1-0/+21
2013-01-10cfi_flash: Add manufact_match helper functionStefan Roese1-7/+9
2013-01-10mtd/cfi: add support for SST 4KB sector granularityAngelo Dureghello1-1/+24
2013-01-10video: Modify exynos_fimd driver to support LCD consoleAjay Kumar2-4/+10
2013-01-10PMIC: MAX77686: Add FDT SupportRajeshwari Shinde1-3/+34