1. 14 9月, 2012 1 次提交
  2. 09 7月, 2012 1 次提交
  3. 15 5月, 2012 1 次提交
  4. 11 5月, 2012 1 次提交
    • L
      pinctrl/nomadik: implement pin configuration · d41af627
      Linus Walleij 提交于
      This implements the pin configuration interface for the
      Nomadik pin controller.
      
      As part of the exercise we add a bit in the pin_cfg_t for
      the Nomadik pinctrl driver that indicates if the pin should
      be forced into GPIO mode. This is not done to go behind the
      back of the GPIO subsystem, but to ensure that default modes
      can be set by hogs on boot and system suspend/resume states.
      It was used implicitly by the old code defining all config
      settings and modes in a single config word but we now have
      a split between pinmux and pinconf leading to the need to
      have this.
      
      We also add a bit for explicitly setting sleepmode of the
      pin. This was previously handled by custom calls with the
      _sleep() suffix, but we now have one single interface into
      the configuration so we replace this with a bit indicating
      that the pin shall be configured into sleep mode.
      
      Some of the configuration can be refactored later to use
      less custom fields on the pin_cfg_t but we are currently
      leaving the old function calls in place so we stay
      compatible.
      
      ChangeLog v1->v2:
      - Drop a hunk changing pinmuxing for GPIO and move it
        over to the preceding pinmux patch.
      Acked-by: NStephen Warren <swarren@wwwdotorg.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      d41af627
  5. 24 4月, 2012 1 次提交
  6. 23 4月, 2012 1 次提交
  7. 21 3月, 2012 1 次提交
  8. 31 1月, 2012 1 次提交
  9. 05 12月, 2011 1 次提交
  10. 28 11月, 2011 1 次提交
  11. 27 10月, 2011 1 次提交
  12. 22 9月, 2011 1 次提交
  13. 21 9月, 2011 1 次提交
  14. 30 8月, 2011 1 次提交
  15. 23 8月, 2011 1 次提交
  16. 22 8月, 2011 1 次提交
  17. 12 8月, 2011 3 次提交
  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. 10 6月, 2011 1 次提交
  20. 27 5月, 2011 1 次提交
  21. 25 5月, 2011 2 次提交
  22. 14 3月, 2011 4 次提交
  23. 31 1月, 2011 2 次提交
  24. 05 1月, 2011 1 次提交
  25. 08 12月, 2010 1 次提交
  26. 28 10月, 2010 1 次提交
  27. 20 10月, 2010 6 次提交
  28. 13 10月, 2010 1 次提交