summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm
Commit message (Expand)AuthorAgeLines
* imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2012-10-15-0/+4
* mx25: add CPU revision 1.2Eric Benard2012-10-15-0/+1
* i.MX6: get rid of redundant struct src_regs (dupe of struct src)Eric Nelson2012-10-15-21/+0
* i.MX6: define struct iomuxc and IOMUX_GPR2 register bitfieldsEric Nelson2012-10-15-0/+73
* i.MX6: Add ANATOP_PFD_480 bitfield constantsEric Nelson2012-10-15-0/+24
* i.MX6: define IOMUX_GPR3 register bitfieldsEric Nelson2012-10-15-0/+48
* i.MX6: define bitfields for CHSCCDR registerEric Nelson2012-10-15-0/+4
* i.MX6: change register name for CCM_CHSCCDR to match ref. manualEric Nelson2012-10-15-1/+1
* i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson2012-10-15-179/+179
* pxa: Add code to examine cpu model and revisionLukasz Dalek2012-10-15-0/+13
* tegra: nand: add board pinmuxLucas Stach2012-10-15-0/+1
* tegra: clean up board include hellLucas Stach2012-10-15-1/+18
* tegra: add funcmux entry for NAND attached to KBCLucas Stach2012-10-15-0/+1
* tegra20: add clock_set_pllout functionLucas Stach2012-10-15-2/+28
* tegra20: complete periph_id enumLucas Stach2012-10-15-0/+6
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-410/+530
* tegra20: add USB ULPI init codeLucas Stach2012-10-15-5/+24
* tegra20: port to new ehci interfaceLucas Stach2012-10-15-2/+2
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-15-1/+9
* ARM: Add Altera SOCFPGA Cyclone5Dinh Nguyen2012-10-04-0/+119
* Merge remote-tracking branch 'u-boot-marvell/master'Albert ARIBAUD2012-10-03-3/+2
|\
| * ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.hDinh Nguyen2012-10-03-2/+0
| * kirkwood: implement kw_sdram_size_adjustGerlando Falauto2012-10-03-0/+1
| * kirkwood: fix mpp.h coding styleLuka Perkov2012-10-03-1/+1
* | ARM : Add GPIO Driver and IOMUX definition for S3C2440Gabriel Huau2012-10-03-0/+371
|/
* arm: rmobile: Add support for ATMARK-TECHNO Armadillo-800EVA boardHideyuki Sano2012-10-03-0/+13
* arm: rmobile: Add support PFC of Renesas R8A7740Nobuhiro Iwamatsu2012-10-03-0/+587
* arm: rmobile: Add support Renesas R8A7740Nobuhiro Iwamatsu2012-10-03-0/+307
* arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdtTetsuyuki Kobayashi2012-10-03-0/+2
* arm: rmobile: kzm9g: enable reset commandTetsuyuki Kobayashi2012-10-03-0/+4
* arm: rmobile: kzm9g: Adjust low level hardware settingTetsuyuki Kobayashi2012-10-03-1/+3
* arm: rmobile: Add supoprt for KMC KZM-A9-GT boardNobuhiro Iwamatsu2012-10-03-0/+13
* arm: rmobile: Add support PFC of Renesas SH73A0Nobuhiro Iwamatsu2012-10-03-0/+9
* arm: rmobile: Add support Renesas SH73A0Nobuhiro Iwamatsu2012-10-03-0/+867
* arm: rmobile: Add basic support for Renesas R-MobileNobuhiro Iwamatsu2012-10-03-0/+8
* ARMv7: Add register definition of global timerNobuhiro Iwamatsu2012-10-03-0/+36
* am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XXJoel A Fernandes2012-10-01-0/+1
* OMAP: networking support for SPLIlya Yanok2012-10-01-0/+1
* Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2012-09-30-94/+366
|\
| * ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2012-09-27-0/+32
| * SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini2012-09-27-0/+5
| * SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-40/+0
| * ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2012-09-27-0/+3
| * ARM: SPL: Make spl_mmc.c more genericTom Rini2012-09-27-5/+5
| * ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini2012-09-27-71/+196
| * ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini2012-09-27-1/+0
| * ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini2012-09-27-1/+1
| * ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini2012-09-27-1/+1
| * omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini2012-09-27-3/+1
| * Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-110/+289
| |\