aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-07-31I2C: Move struct s3c24x0_i2c to a common place.Rajeshwari Shinde1-10/+0
2012-07-31EXYNOS: PINMUX: Add pinmux support for I2CRajeshwari Shinde2-0/+60
2012-07-31EXYNOS5: define EXYNOS5_I2C_SPACINGRajeshwari Shinde1-0/+2
2012-07-31EXYNOS: Add I2C base address.Rajeshwari Shinde1-0/+3
2012-07-31EXYNOS: CLK: Add i2c clockRajeshwari Shinde2-0/+34
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 Kisky3-2/+2
2012-07-31iomux-v3: remove include of mx6x_pins.hTroy Kisky1-1/+0
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk1-1/+2
2012-07-30MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.cMarek Vasut1-1/+2
2012-07-22Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-5/+5
2012-07-21MPC83xx, MPC85xx: compile stub cache functionStefano Babic2-2/+2
2012-07-21ARM1136: Fix cache range checksBenoît Thébaudeau1-3/+3
2012-07-20mx6: Make pad name macro consistent with the datasheetAshok1-2/+2
2012-07-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk15-42/+75
2012-07-20nds32: split common cache access from cpu into libMacpaul Lin4-225/+158
2012-07-20ARM: lib: Remove CONFIG_ARCH_CPU_INIT dependencyFabio Estevam1-2/+8
2012-07-20arm: armv7: add compile option -mno-unaligned-access if availableTetsuyuki Kobayashi1-0/+2
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo13-40/+65
2012-07-11mxc_i2c: specify i2c base address in config fileTroy Kisky2-1/+8
2012-07-10Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk6-2/+96
2012-07-10EXYNOS: Fix USB compiler warningRajeshwari Shinde1-1/+0
2012-07-09Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk6-7/+684
2012-07-09tegra: usb: Fix device enumeration problem of USB1Jim Lin1-0/+1
2012-07-09tegra: add GMC/GMD funcmux entry for SFLASHStephen Warren2-0/+13
2012-07-09tegra: add enterrcm commandStephen Warren2-0/+66
2012-07-09tegra: usb: fix wrong error checkLucas Stach1-1/+1
2012-07-09tegra: add ULPI on USB2 funcmux entryLucas Stach2-1/+15
2012-07-09EXYNOS5: USB: Fix incorrect USB base addressesRajeshwari Shinde1-2/+2
2012-07-09EXYNOS: Add power Enable/Disable for USB-EHCIRajeshwari Shinde2-0/+26
2012-07-09USB: EXYNOS: Set USB 2.0 HOST Link modeRajeshwari Shinde2-0/+25
2012-07-09EXYNOS5: Add structure for PMU registersRajeshwari Shinde1-0/+622
2012-07-09EXYNOS5: Fix system register structureRajeshwari Shinde1-0/+1
2012-07-09USB: EXYNOS: Incorporate EHCI review commentsRajeshwari Shinde2-5/+8
2012-07-09Revert "arm: bugfix: save_boot_params_default accesses uninitalized stack whe...Wolfgang Denk1-7/+1
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk86-459/+3059
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk14-152/+336
2012-07-07ARM: cache: Move the cp15 CR register read before flushing the cache.SRICHARAN R1-3/+3
2012-07-07ARM: introduce arch_early_init_r()Fabio Estevam2-0/+5
2012-07-07ARM: mx28: Remove CONFIG_ARCH_CPU_INITFabio Estevam1-2/+0
2012-07-07No need to define CONFIG_ARCH_CPU_INIT.Fabio Estevam1-2/+0
2012-07-07SPL: ARM: spear: Add SPL support for SPEAr600 platformStefan Roese15-27/+1740
2012-07-07arm: Don't use printf() in SPL buildsSimon Glass1-1/+2
2012-07-07GPIO: Add SPEAr GPIO driverStefan Roese1-0/+40
2012-07-07cleanup/SPEAr: Remove unnecessary parenthesisAmit Virdi1-2/+2
2012-07-07SPEAr: Correct SoC ID offset in misc configuration spaceShiraz Hashim1-1/+1
2012-07-07SPEAr: explicitly select clk src for UARTShiraz Hashim2-1/+8
2012-07-07SPEAr: Add basic arch related support for SPEAr SoCsVipin KUMAR3-1/+91