1. 02 12月, 2011 2 次提交
  2. 24 11月, 2011 1 次提交
  3. 08 11月, 2011 1 次提交
    • S
      arm/mxs: fix mmc device adding for mach-mx28evk · e94e05ea
      Shawn Guo 提交于
      The merge commit "526b2641 Merge branch 'imx/cleanup' into imx/devel"
      left a duplicated mx28_add_mxs_mmc() call, which causes the problem
      below during boot.
      
        kobject_add_internal failed for mxs-mmc.1 with -EEXIST, don't try
        to register things with the same name in the same directory.
      
      The patch removes this leftover and also change mmc0 adding to align
      with mmc1.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      e94e05ea
  4. 25 10月, 2011 1 次提交
    • M
      ARM: i.MX28: shift frac value in _CLK_SET_RATE · 590842f9
      Matt Burtch 提交于
      Noticed when setting SSP0 in clk_set_rate, _CLK_SET_RATE attempts to
      reset the clock divider for the SSP0 parent clock, in this case
      IO0FRAC. Bits 24-29 of HW_CLKCTRL_FRAC0 are cleared correctly, but
      when the new frac value is written the value isn't shifted up to write
      the correct bit-field.  This results in IO0FRAC being set to 0 and
      CPUFRAC being corrupted.
      
      This should occur when writing IO1FRAC, EMIFRAC in HW_CLKCTRL_FRAC0
      and GPMIFRAC, HSADCFRAC in HW_CLKCTRL_FRAC1.
      
      Tested on custom i.MX28 board with SSP0 SPI driver.
      Signed-off-by: NMatt Burtch <matt@grid-net.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      590842f9
  5. 18 10月, 2011 1 次提交
  6. 17 10月, 2011 2 次提交
  7. 14 10月, 2011 1 次提交
  8. 13 10月, 2011 1 次提交
  9. 04 10月, 2011 1 次提交
  10. 26 9月, 2011 1 次提交
  11. 20 9月, 2011 1 次提交
  12. 23 8月, 2011 8 次提交
  13. 17 8月, 2011 3 次提交
  14. 12 8月, 2011 3 次提交
  15. 20 7月, 2011 1 次提交
  16. 15 7月, 2011 1 次提交
    • D
      ARM: mxs-dma: include <linux/dmaengine.h> · d3144df5
      Dong Aisheng 提交于
      Other files using dma.h may fail to compile as follows:
      In file included from sound/soc/mxs/mxs-pcm.h:22,
                       from sound/soc/mxs/mxs-saif.h:112,
                       from sound/soc/mxs/mxs-sgtl5000.c:34:
      arch/arm/mach-mxs/include/mach/dma.h:16: warning: 'struct dma_chan' declared inside parameter list
      arch/arm/mach-mxs/include/mach/dma.h:16: warning: its scope is only this definition or declaration, which is probably not what you want
      arch/arm/mach-mxs/include/mach/dma.h: In function 'mxs_dma_is_apbh':
      arch/arm/mach-mxs/include/mach/dma.h:18: error: dereferencing pointer to incomplete type
      arch/arm/mach-mxs/include/mach/dma.h: At top level:
      arch/arm/mach-mxs/include/mach/dma.h:21: warning: 'struct dma_chan' declared inside parameter list
      arch/arm/mach-mxs/include/mach/dma.h: In function 'mxs_dma_is_apbx':
      arch/arm/mach-mxs/include/mach/dma.h:23: error: dereferencing pointer to incomplete type
      make[3]: *** [sound/soc/mxs/mxs-sgtl5000.o] Error 1
      make[2]: *** [sound/soc/mxs] Error 2
      make[1]: *** [sound/soc] Error 2
      make: *** [sound] Error 2
      
      It seems it's better for dma.h to include dmaengine.h himself.
      Signed-off-by: NDong Aisheng <b29396@freescale.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      d3144df5
  17. 07 7月, 2011 5 次提交
  18. 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
  19. 07 6月, 2011 1 次提交
  20. 06 6月, 2011 2 次提交
  21. 24 5月, 2011 1 次提交
  22. 19 5月, 2011 1 次提交