1. 24 10月, 2011 1 次提交
  2. 07 7月, 2011 1 次提交
    • F
      ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signals · b2a08e3e
      Fabio Estevam 提交于
      Original code was assuming that the CSPI1 pins on the
      MX31PDK were the primary pin function, which is incorrect.
      
      On MX31PDK board these are the pins that provide CSPI1 functionality:
      
      DSR_DCE1 (ALT mode 1) --> CSPI1_CLK
      RI_DCE1 (ALT mode 1) --> CSPI1_RDY
      
      DTR_DTE1  -->CSI1_MOSI
      DSR_DTE1 --> CSPI1_MISO
      DTR_DCE2 ---> CSPI1_SS2
      
      The 3 IOMUX settings above are done via GPR as per Table A-1 of the MX31RM.
      
      This patch fixes the CSPI1 IOMUX and makes the LCD to be functional.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      b2a08e3e
  3. 22 6月, 2011 1 次提交
    • A
      net: remove mm.h inclusion from netdevice.h · b7f080cf
      Alexey Dobriyan 提交于
      Remove linux/mm.h inclusion from netdevice.h -- it's unused (I've checked manually).
      
      To prevent mm.h inclusion via other channels also extract "enum dma_data_direction"
      definition into separate header. This tiny piece is what gluing netdevice.h with mm.h
      via "netdevice.h => dmaengine.h => dma-mapping.h => scatterlist.h => mm.h".
      Removal of mm.h from scatterlist.h was tried and was found not feasible
      on most archs, so the link was cutoff earlier.
      
      Hope people are OK with tiny include file.
      
      Note, that mm_types.h is still dragged in, but it is a separate story.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b7f080cf
  4. 07 6月, 2011 1 次提交
  5. 19 5月, 2011 3 次提交
  6. 23 3月, 2011 1 次提交
    • A
      mfd: mfd_cell is now implicitly available to mc13xxx drivers · 4ec1b54c
      Andres Salomon 提交于
      The cell's platform_data is now accessed with a helper function;
      change clients to use that, and remove the now-unused data_size.
      
      Note that mfd-core no longer makes a copy of platform_data, but the
      mc13xxx-core driver creates the pdata structures on the stack.  In
      order to get around that, the various ARM mach types that set the
      pdata have been changed to hold the variable in static (global) memory.
      Also note that __initdata references in aforementioned pdata structs
      have been dropped.
      Signed-off-by: NAndres Salomon <dilinger@queued.net>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      4ec1b54c
  7. 08 3月, 2011 5 次提交
  8. 12 2月, 2011 2 次提交
  9. 11 2月, 2011 1 次提交
  10. 10 2月, 2011 3 次提交
  11. 28 1月, 2011 1 次提交
  12. 14 1月, 2011 1 次提交
  13. 12 1月, 2011 1 次提交
  14. 03 1月, 2011 2 次提交
  15. 14 12月, 2010 1 次提交
  16. 24 11月, 2010 1 次提交
  17. 20 11月, 2010 2 次提交
  18. 26 10月, 2010 3 次提交
  19. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  20. 26 7月, 2010 2 次提交
  21. 30 6月, 2010 4 次提交
  22. 24 6月, 2010 1 次提交
  23. 19 5月, 2010 1 次提交