1. 23 4月, 2012 2 次提交
    • V
      ARM: SPEAr3xx: Add device-tree support to SPEAr3xx architecture · c5fa4fdc
      Viresh Kumar 提交于
      This patch adds a generic target for SPEAr3xx machines that can be configured
      via the device-tree. Currently the following devices are supported via the
      devicetree:
      
      - VIC interrupts
      - PL011 UART
      - PL061 GPIO
      - PL110 CLCD
      - SP805 WDT
      - Synopsys DW I2C
      - Synopsys DW ethernet
      - ST FSMC-NAND
      - ST SPEAR-SMI
      - ST SPEAR-KEYBOARD
      - ST SPEAR-RTC
      - ARASAN SDHCI-SPEAR
      - SPEAR-EHCI
      - SPEAR-OHCI
      
      Other peripheral devices will follow in later patches.
      
      This also removes IO_ADDRESS macro and creates 16 MB static mappings instead of
      4K for individual peripherals. This is done to have efficient TLB lookup for any
      I/O windows that are located closely together. ioremap() on this range will
      return this mapping only instead of creating another.
      Signed-off-by: NViresh Kumar <viresh.kumar@st.com>
      c5fa4fdc
    • V
      SPEAr3xx: Replace printk() with pr_*() · 5fb00f96
      Viresh Kumar 提交于
      For better print logs/messages, it is advisable to use pr_*() routines instead
      of directly calling printks. This patch removes direct calling of printks for
      spear3xx.
      Signed-off-by: NViresh Kumar <viresh.kumar@st.com>
      5fb00f96
  2. 27 1月, 2012 1 次提交
  3. 25 1月, 2012 1 次提交
  4. 21 5月, 2011 4 次提交
  5. 09 3月, 2011 4 次提交
  6. 02 11月, 2010 1 次提交
  7. 14 4月, 2010 2 次提交