aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-20Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk4-51/+61
2012-07-20Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk8-97/+23
2012-07-20sf: spansion: inline useless id definesMike Frysinger1-22/+12
2012-07-20sf: drop unused/duplicate command definesMike Frysinger8-75/+11
2012-07-19net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans1-1/+1
2012-07-19net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans1-5/+3
2012-07-19Blackfin: bfin_mac: drop volatile markings on packet buffersMike Frysinger1-2/+1
2012-07-18smsc95xx: align buffers to cache line sizeIlya Yanok1-4/+9
2012-07-18ehci-hcd: change debug() to printf() in case of errorsIlya Yanok1-3/+3
2012-07-18ehci-hcd: fix external buffer cache handlingIlya Yanok1-9/+14
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini2-30/+33
2012-07-18ehci-hcd: program asynclistaddr before every transferIlya Yanok1-5/+3
2012-07-18ehci-omap: Do not call dcache_off from omap_ehci_hcd_initTom Rini1-1/+0
2012-07-18Merge branch 'next' of git://git.denx.de/u-boot-videoWolfgang Denk5-9/+33
2012-07-13FSL/eSDHC: enable the clock to detect the SD cardJerry Huang1-0/+3
2012-07-13SD/MMC: check the card status during erase operationJerry Huang1-0/+5
2012-07-13mmc:fix Call mmc_init() when executing mmc_get_dev()Ɓukasz Majewski1-1/+4
2012-07-13mmc: remove the hard setting for tran_speedJaehoon Chung1-6/+7
2012-07-13i.MX: fsl_esdhc: allow use with cache enabled.Eric Nelson1-1/+16
2012-07-12Merge branch 'next' of git://git.denx.de/u-boot-net into nextWolfgang Denk10-24/+75
2012-07-12Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2-28/+5
2012-07-11net/designware: Consecutive writes to the same register to be avoidedDinh Nguyen1-2/+2