aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-01cpsw: add driver for cpsw ethernet deviceCyril Chemparathy2-0/+992
2012-09-01serial/ns16550: ns16550 has a different register layout on SOC_DA8XXMikhail Kshevetskiy1-1/+1
2012-09-01da850/omap-l138: Add support to read u-boot image from MMC/SDLad, Prabhakar2-0/+66
2012-09-01omap24xx_i2c: add 2-byte address supportIlya Yanok1-32/+26
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese6-0/+343
2012-09-01Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk3-13/+40
2012-08-14sf: spansion: Add support for S25FL256SMichal Simek1-0/+7
2012-08-14sf: winbond: fix page_sizeStephen Warren1-1/+1
2012-08-13mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashsHolger Brunck1-22/+43
2012-08-13cfi_flash: add support for Spansion flash PPB sector protectionAnatolij Gustschin1-0/+52
2012-08-10Add support for DS1388.Kenth Eriksson2-0/+27
2012-08-10sf: stmicro: add support for N25Q128AMichal Simek1-0/+6
2012-08-09sf: stmicro: add support N25Q128 partsStephan Linz1-0/+6
2012-08-09sf: stmicro: support JEDEC standard two-byte signatureStephan Linz1-12/+15
2012-08-09sf: winbond: add W25Q32Rajeshwari Shinde1-0/+5
2012-08-08sh: Add support pin function control using GPIONobuhiro Iwamatsu2-0/+630
2012-08-08serial: sh: Add support Renesas R8A7740Hideyuki Sano1-7/+14
2012-08-08serial: sh: Add support Renesas SH73A0Nobuhiro Iwamatsu1-7/+14
2012-08-07spi: Fix merge conflicts - MakefileMichal Simek1-1/+0
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk4-291/+442
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk3-0/+351
2012-07-31I2C: Add support for Multi channelRajeshwari Shinde1-0/+27
2012-07-31I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde1-77/+117
2012-07-31I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde1-0/+33
2012-07-31i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky1-1/+1
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky1-0/+17
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky1-0/+26
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky1-21/+104
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky1-12/+7
2012-07-31mxc_i2c: add retriesTroy Kisky1-9/+27
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky1-0/+7
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky1-0/+2
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky1-15/+13
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky1-12/+3
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky1-33/+20
2012-07-31mxc_i2c: remove redundant readTroy Kisky1-1/+0
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky1-51/+29
2012-07-31mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky1-17/+8
2012-07-31mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky1-3/+7
2012-07-31mxc_i2c: create i2c_init_transferTroy Kisky1-26/+18
2012-07-31mxc_i2c: clear i2sr before waiting for bitTroy Kisky1-4/+5
2012-07-31mxc_i2c: create tx_byte functionTroy Kisky1-58/+24
2012-07-31mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky1-5/+1
2012-07-31mxc_i2c: fix i2c_imx_stopTroy Kisky1-1/+1
2012-07-31spi: microblaze: Adds driver for Xilinx SPI controllerStephan Linz3-0/+350
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk11-261/+378
2012-07-23net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda1-0/+9
2012-07-23net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda2-181/+258
2012-07-23net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda2-33/+32
2012-07-23net: sh_eth: clean up for the SH7757's codeYoshihiro Shimoda2-20/+3