1. 07 2月, 2008 3 次提交
  2. 16 10月, 2007 1 次提交
  3. 13 10月, 2007 1 次提交
    • A
      kconfig: syntax cleanup - drop support for "depends/requires/def_boolean" · 247537b9
      Adrian Bunk 提交于
      Remove the following redundant and never or rarely used kconfig syntax:
      
      - "def_boolean" (same as "def_bool")
      - "requires" (same as "depends on")
      - "depends" (same as "depends on")
      
      This patch contains the code changes and Kconfig updates.
      The shipped files are in next patch to let actual codechange stand out.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Cc: Bryan Wu <bryan.wu@analog.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Dmitry Torokhov <dtor@mail.ru>
      Cc: "John W. Linville" <linville@tuxdriver.com>
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      247537b9
  4. 12 10月, 2007 2 次提交
  5. 16 7月, 2007 2 次提交
  6. 10 5月, 2007 1 次提交
  7. 16 2月, 2007 2 次提交
  8. 13 12月, 2006 1 次提交
  9. 08 12月, 2006 1 次提交
    • K
      [PATCH] PCEngines WRAP LED Support · 0d75565f
      Kristian Kielhofner 提交于
      A driver for the PCEngines WRAP boards (http://www.pcengines.ch), which are
      very similar to the Soekris net4801 (same NS SC1100 geode reference
      design).
      
      The LEDs on the WRAP are on different GPIO lines and I have modified and
      copied the net48xx error led support for this.  It also includes support
      for an "extra" led (in addition to error).  The three LEDs on the WRAP are
      at GPIO lines 2,3,18 (WRAP LEDs from left to right).  This driver gives
      access to the second and third LEDs by twiddling GPIO lines 3 & 18.
      
      Because these boards are so similar to the net48xx, I basically sed-ed that
      driver to form the basis for leds-wrap.c.  The only changes from
      leds-net48xx.c are:
      
       - #define WRAP_EXTRA_LED_GPIO
      
       - name changes
      
       - duplicate relevant sections to provide support for the "extra" led
      
       - reverse the various *_led_set values.  The WRAP is "backwards" from the
         net48xx, and these needed to be updated for that.
      
      [akpm@osdl.org: build fix]
      Signed-off-by: NKristian Kielhofner <kris@krisk.org>
      Acked-by: NRichard Purdie <rpurdie@rpsys.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0d75565f
  10. 11 7月, 2006 1 次提交
  11. 26 6月, 2006 1 次提交
  12. 23 6月, 2006 1 次提交
  13. 16 5月, 2006 1 次提交
  14. 11 4月, 2006 3 次提交
  15. 01 4月, 2006 8 次提交