summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* powerpc/sgmii: To support PHY link state auto detect in SGMII modeHongtao Jia2012-08-08-8/+49
* powerpc/85xx: improve definition of BR_PHYS_ADDR macroTimur Tabi2012-08-08-23/+21
* powerpc/p2041: configure the CPLD lane_mux according to RCWShaohui Xie2012-08-08-0/+39
* powerpc/ddr: fix fsl_ddr_get_dimm_params compile errorShaohui Xie2012-08-08-1/+1
* powerpc/corenet: fix compile error when CONFIG_SYS_NO_FLASH is definedShaohui Xie2012-08-08-1/+6
* powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134 for DDR over 4GBYork Sun2012-08-08-2/+11
* powerpc/p1022ds: fix DIU/LBC switching with NAND enabledTimur Tabi2012-08-08-8/+74
* powerpc/p1022ds: add support for SPI and SD bootMatthew McClintock2012-08-08-3/+70
* powerpc/82xx: adapt SDRAM settings for mgcoge3neGerlando Falauto2012-07-31-2/+4
* powerpc/82xx: use SDRAM detection for mgcoge2neGerlando Falauto2012-07-31-4/+13
* powerpc/82xx: add SDRAM detection for km82xxGerlando Falauto2012-07-31-2/+49
* powerpc/82xx: move km/km82xx-common.h within km82xx.hGerlando Falauto2012-07-31-318/+289
* powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.hGerlando Falauto2012-07-31-96/+59
* powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent mergeGerlando Falauto2012-07-31-34/+34
* powerpc/82xx: remove unused define for mgcoge3neHolger Brunck2012-07-31-3/+0
* SMDK6400: Add MAINTAINERS entryZhong Hongbo2012-07-31-1/+4
* Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2012-07-31-321/+822
|\
| * km/common: remove printfs for i2c deblocking codeHolger Brunck2012-07-31-3/+0
| * CONFIG: SMDK5250: I2C: Enable I2CRajeshwari Shinde2012-07-31-1/+39
| * I2C: Add support for Multi channelRajeshwari Shinde2012-07-31-0/+27
| * I2C: Modify the I2C driver for EXYNOS5Rajeshwari Shinde2012-07-31-77/+117
| * I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde2012-07-31-10/+33
| * EXYNOS: PINMUX: Add pinmux support for I2CRajeshwari Shinde2012-07-31-0/+60
| * EXYNOS5: define EXYNOS5_I2C_SPACINGRajeshwari Shinde2012-07-31-0/+2
| * EXYNOS: Add I2C base address.Rajeshwari Shinde2012-07-31-0/+3
| * EXYNOS: CLK: Add i2c clockRajeshwari Shinde2012-07-31-0/+34
| * mx6qsabrelite: add i2c multi-bus supportTroy Kisky2012-07-31-8/+48
| * imx-common: add i2c.c for bus recovery supportTroy Kisky2012-07-31-1/+186
| * i.mx53: add definition for I2C3_BASE_ADDRTroy Kisky2012-07-31-0/+1
| * i.mx: iomux-v3.c: move to imx-common directoryTroy Kisky2012-07-31-2/+2
| * i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky2012-07-31-6/+6
| * iomux-v3: remove include of mx6x_pins.hTroy Kisky2012-07-31-1/+0
| * mxc_i2c: finish adding CONFIG_I2C_MULTI_BUS supportTroy Kisky2012-07-31-0/+17
| * mxc_i2c: add bus recovery supportTroy Kisky2012-07-31-0/+26
| * mxc_i2c: prep work for multiple busses supportTroy Kisky2012-07-31-21/+104
| * mxc_i2c: add i2c_regs argument to i2c_imx_stopTroy Kisky2012-07-31-12/+7
| * mxc_i2c: add retriesTroy Kisky2012-07-31-9/+27
| * mxc_i2c: check for arbitration lostTroy Kisky2012-07-31-0/+7
| * mxc_i2c: change slave addr if conflicts with destination.Troy Kisky2012-07-31-0/+2
| * mxc_i2c: don't disable controller after every transactionTroy Kisky2012-07-31-15/+13
| * mxc_i2c: place i2c_reset code inlineTroy Kisky2012-07-31-12/+3
| * mxc_i2c: place imx_start code inlineTroy Kisky2012-07-31-33/+20
| * mxc_i2c: remove redundant readTroy Kisky2012-07-31-1/+0
| * mxc_i2c: combine i2c_imx_bus_busy and i2c_imx_trx_complete into wait_for_sr_s...Troy Kisky2012-07-31-51/+29
| * mxc_i2c.c: code i2c_probe as a 0 length i2c_writeTroy Kisky2012-07-31-17/+8
| * mxc_i2c: call i2c_imx_stop on error in i2c_read/i2c_writeTroy Kisky2012-07-31-3/+7
| * mxc_i2c: create i2c_init_transferTroy Kisky2012-07-31-26/+18
| * mxc_i2c: clear i2sr before waiting for bitTroy Kisky2012-07-31-4/+5
| * mxc_i2c: create tx_byte functionTroy Kisky2012-07-31-58/+24
| * mxc_i2c: remove ifdef of CONFIG_HARD_I2CTroy Kisky2012-07-31-5/+1