aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-31EXYNOS: CLK: Add i2c clockRajeshwari Shinde2-0/+34
2012-07-31mx6qsabrelite: add i2c multi-bus supportTroy Kisky2-8/+48
2012-07-31imx-common: add i2c.c for bus recovery supportTroy Kisky7-1/+186
2012-07-31i.mx53: add definition for I2C3_BASE_ADDRTroy Kisky1-0/+1
2012-07-31i.mx: iomux-v3.c: move to imx-common directoryTroy Kisky3-2/+2
2012-07-31i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky6-6/+6
2012-07-31iomux-v3: remove include of mx6x_pins.hTroy Kisky1-1/+0
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-31i2c: deblock i2c bus also if accessed before realocationHolger Brunck1-0/+1
2012-07-31microblaze: Wire up SPI driverStephan Linz1-3/+52
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 Denk101-891/+978
2012-07-30Prepare v2012.07v2012.07Wolfgang Denk1-1/+1
2012-07-30hawkboard: Fix SPL Nand driver misconfigurationLinu Cherian1-0/+1
2012-07-30Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2-2/+2
2012-07-30MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.cMarek Vasut1-1/+2
2012-07-29Makefile: avoid "Generating asm-offsets.h" message with "-s"Wolfgang Denk1-1/+1
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk83-626/+565
2012-07-27MIPS: fix renaming of inca-swap-bytes to xway-swap-bytesDaniel Schwierzeck2-2/+2
2012-07-27Prepare v2012.07-rc3v2012.07-rc3Wolfgang Denk1-1/+1
2012-07-24net: Make sure the ethaddr is updated in net_init()Joe Hershberger1-2/+1
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-22Prepare v2012.07-rc2v2012.07-rc2Wolfgang Denk1-1/+1
2012-07-22Minor Coding Style Cleanup.Wolfgang Denk2-30/+27
2012-07-22BC3450 board: Remove unused CONFIG_SYS_CPU definitionWolfgang Denk1-1/+0
2012-07-22BC3450 board: change debug code to using debug()Wolfgang Denk1-9/+3
2012-07-22Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-9/+10
2012-07-21MPC83xx, MPC85xx: compile stub cache functionStefano Babic2-2/+2
2012-07-21ARM1136: Fix cache range checksBenoît Thébaudeau1-3/+3