summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-08sh: Add support pin function control using GPIONobuhiro Iwamatsu
2012-08-08serial: sh: Add support Renesas R8A7740Hideyuki Sano
2012-08-08serial: sh: Add support Renesas SH73A0Nobuhiro Iwamatsu
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda
2012-08-07Merge branch 'master' of git://git.denx.de/u-boot-onenandWolfgang Denk
2012-08-07MAINTAINERS: cleanup for km ppc boardsHolger Brunck
2012-08-07spi: Fix merge conflicts - MakefileMichal Simek
2012-08-07ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2Tom Rini
2012-08-06env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZEDavid du Colombier
2012-07-31powerpc/82xx: adapt SDRAM settings for mgcoge3neGerlando Falauto
2012-07-31powerpc/82xx: use SDRAM detection for mgcoge2neGerlando Falauto
2012-07-31powerpc/82xx: add SDRAM detection for km82xxGerlando Falauto
2012-07-31powerpc/82xx: move km/km82xx-common.h within km82xx.hGerlando Falauto
2012-07-31powerpc/82xx: merge mgcoge.h and mgcoge3ne.h into km82xx.hGerlando Falauto
2012-07-31powerpc/82xx: move mgcoge, mgcoge3ne defines to ease subsequent mergeGerlando Falauto
2012-07-31powerpc/82xx: remove unused define for mgcoge3neHolger Brunck
2012-07-31SMDK6400: Add MAINTAINERS entryZhong Hongbo
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-31km/common: remove printfs for i2c deblocking codeHolger Brunck
2012-07-31CONFIG: SMDK5250: I2C: Enable I2CRajeshwari Shinde
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-31EXYNOS: PINMUX: Add pinmux support for I2CRajeshwari Shinde
2012-07-31EXYNOS5: define EXYNOS5_I2C_SPACINGRajeshwari Shinde
2012-07-31EXYNOS: Add I2C base address.Rajeshwari Shinde
2012-07-31EXYNOS: CLK: Add i2c clockRajeshwari Shinde
2012-07-31mx6qsabrelite: add i2c multi-bus supportTroy Kisky
2012-07-31imx-common: add i2c.c for bus recovery supportTroy Kisky
2012-07-31i.mx53: add definition for I2C3_BASE_ADDRTroy Kisky
2012-07-31i.mx: iomux-v3.c: move to imx-common directoryTroy Kisky
2012-07-31i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky
2012-07-31iomux-v3: remove include of mx6x_pins.hTroy 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