aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-08-14mxs: prefix register structs with 'mxs' prefixOtavio Salvador
2012-08-14mxs: prefix register acessor macros with 'mxs' prefixOtavio Salvador
2012-08-14MX28: SPI: Add DMA transfer supportMarek Vasut
2012-08-14MX28: SPI: Pull out the PIO transfer functionMarek Vasut
2012-08-14MX28: SPI: Refactor spi_xfer a bitMarek Vasut
2012-08-14arm : Atmel : add at91sam9x5ek board supportBo Shen
2012-08-05dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut
2012-08-05cpsw: add driver for cpsw ethernet deviceCyril Chemparathy
2012-08-05serial/ns16550: ns16550 has a different register layout on SOC_DA8XXMikhail Kshevetskiy
2012-08-05da850/omap-l138: Add support to read u-boot image from MMC/SDLad, Prabhakar
2012-08-05omap24xx_i2c: add 2-byte address supportIlya Yanok
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk
2012-07-31Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk
2012-07-31I2C: Add support for Multi channelRajeshwari Shinde
2012-07-31I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde
2012-07-31I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde
2012-07-31i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky
2012-07-31mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky
2012-07-31mxc_i2c: add bus recovery supportTroy Kisky
2012-07-31mxc_i2c: prep work for multiple busses supportTroy Kisky
2012-07-31mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky
2012-07-31mxc_i2c: add retriesTroy Kisky
2012-07-31mxc_i2c: check for arbitration lostTroy Kisky
2012-07-31mxc_i2c: change slave addr if conflicts with destination.Troy Kisky
2012-07-31mxc_i2c: don't disable controller after every transactionTroy Kisky
2012-07-31mxc_i2c: place i2c_reset code inlineTroy Kisky
2012-07-31mxc_i2c: place imx_start code inlineTroy Kisky
2012-07-31mxc_i2c: remove redundant readTroy Kisky
2012-07-31mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky
2012-07-31mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky
2012-07-31mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky
2012-07-31mxc_i2c: create i2c_init_transferTroy Kisky
2012-07-31mxc_i2c: clear i2sr before waiting for bitTroy Kisky
2012-07-31mxc_i2c: create tx_byte functionTroy Kisky
2012-07-31mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky
2012-07-31mxc_i2c: fix i2c_imx_stopTroy Kisky
2012-07-31spi: microblaze: Adds driver for Xilinx SPI controllerStephan Linz
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk
2012-07-23net: sh_eth: add support for SH7757's GETHERYoshihiro Shimoda
2012-07-23net: sh_eth: modify the definitions of regsiterYoshihiro Shimoda
2012-07-23net: sh_eth: add SH_ETH_TYPE_ conditionYoshihiro Shimoda
2012-07-23net: sh_eth: clean up for the SH7757's codeYoshihiro Shimoda
2012-07-20Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2012-07-20Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2012-07-20sf: spansion: inline useless id definesMike Frysinger
2012-07-20sf: drop unused/duplicate command definesMike Frysinger
2012-07-19net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans
2012-07-19net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans
2012-07-19Blackfin: bfin_mac: drop volatile markings on packet buffersMike Frysinger
2012-07-18smsc95xx: align buffers to cache line sizeIlya Yanok