1. 26 2月, 2014 8 次提交
  2. 25 2月, 2014 1 次提交
  3. 23 2月, 2014 1 次提交
    • I
      ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif · 67f5185c
      Ivan Khoronzhuk 提交于
      The problem that the set timings code contains the call of Davinci
      platform function davinci_aemif_setup_timing() which is not
      accessible if kernel is built for another platform like Keystone.
      
      The Keysone platform is going to use TI AEMIF driver.
      If TI AEMIF is used we don't need to set timings and bus width.
      It is done by AEMIF driver.
      
      To get rid of davinci-nand driver dependency on aemif platform code
      we moved aemif code to davinci platform.
      
      The platform AEMIF code (aemif.c) has to be removed once Davinci
      will be converted to DT and use ti-aemif.c driver.
      Acked-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
      [nsekhar@ti.com: fixed checkpatch error and a build breakage due to
      		 missing include, rebased onto l2-mtd/master]
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      67f5185c
  4. 22 2月, 2014 15 次提交
  5. 21 2月, 2014 1 次提交
  6. 20 2月, 2014 1 次提交
    • O
      Merge tag 'renesas-soc-for-v3.15' of... · 58035fcc
      Olof Johansson 提交于
      Merge tag 'renesas-soc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers
      
      Merge "Renesas ARM Based SoC Updates for v3.15" from Simon Horman:
      
      * r7s72100 SoC (RZ/A1H)
        - Add i2c clocks (portion missing from previous patch due to miss-merge)
      
      * r8a7791 (R-Car M2)
        - Add SATA clocks
        - Add ZS clock
        - Wait for status on all MSTP clocks
       -- Add I2C and VIN clocks
      
      * r8a7790 (R-Car H2)
        - Add PCI USB host clock support
        - Add Audio DMAC, SATA and VIN clocks
        - Add Audio DMAC support
      
      * r8a7779 (R-Car H1)
        - Wait for status on selected MSTP clocks
      
      * tag 'renesas-soc-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7790: Add PCI USB host clock support
        ARM: shmobile: r7s72100: really add i2c clocks
        ARM: shmobile: r8a7791: Add SATA clocks
        ARM: shmobile: r8a7791: Add ZS clock
        ARM: shmobile: r8a7790: Add SATA clocks
        ARM: shmobile: r8a7790: Add VIN clock support
        ARM: shmobile: r8a7790: add Audio DMAC support
        ARM: shmobile: r8a7790: add Audio DMAC clock
        ARM: shmobile: r8a7791: Wait for status on all MSTP clocks
        ARM: shmobile: r8a7791: Add VIN clocks
        ARM: shmobile: r8a7791: Add I2C clocks
        ARM: shmobile: r8a7790: Wait for status on all MSTP clocks
        ARM: shmobile: r8a7779: Wait for status on selected MSTP clocks
        ARM: shmobile: wait for MSTP clock status to toggle, when enabling it
      58035fcc
  7. 19 2月, 2014 1 次提交
  8. 18 2月, 2014 12 次提交