1. 28 8月, 2013 1 次提交
  2. 18 6月, 2013 1 次提交
  3. 16 6月, 2013 2 次提交
  4. 14 5月, 2013 1 次提交
  5. 14 3月, 2013 1 次提交
  6. 07 3月, 2013 5 次提交
  7. 22 1月, 2013 1 次提交
    • H
      Revert "pinctrl: single: support gpio request and free" · 8b77b376
      Haojian Zhuang 提交于
      This reverts commit 2e8b2eab.
      
      Conflicts:
      	drivers/pinctrl/pinctrl-single.c
      
      ERROR: "__aeabi_uldivmod" [drivers/pinctrl/pinctrl-single.ko]
      undefined!]
      
      On Fri, Jan 11, 2013 at 4:00 PM, Russell King wrote:
      
      > The above error happens in builds including pinctrl-single - the
      > reason
      > is this, where resource_size_t may be 64-bit.
      >
      >                 gpio->range.pin_base = (r.start - pcs->res->start) /
      >                 mux_bytes;
      >                 gpio->range.npins = (r.end - r.start) / mux_bytes + 1;
      
      The reason of not fixing this issue and reverting the patch instead is
      this patch can't handle another case. It's not easy to handle multiple
      gpios sharing one pin register. So this gpio range feature will be
      implemented by other patches.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NHaojian Zhuang <haojian.zhuang@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      8b77b376
  8. 04 1月, 2013 1 次提交
    • G
      Drivers: pinctrl: remove __dev* attributes. · 150632b0
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Barry Song <baohua.song@csr.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      150632b0
  9. 29 11月, 2012 3 次提交
  10. 23 11月, 2012 1 次提交
  11. 21 11月, 2012 1 次提交
  12. 15 11月, 2012 1 次提交
  13. 28 9月, 2012 1 次提交
  14. 13 9月, 2012 1 次提交
  15. 10 9月, 2012 1 次提交
  16. 15 7月, 2012 1 次提交