1. 10 7月, 2008 1 次提交
  2. 05 3月, 2008 1 次提交
  3. 02 2月, 2008 2 次提交
  4. 13 10月, 2007 1 次提交
  5. 13 7月, 2007 2 次提交
  6. 08 2月, 2007 1 次提交
    • M
      [ARM] 4141/1: consolidate functions that handles gpio in pxa2xx_udc · 32f3f499
      Milan Svoboda 提交于
      This patch renames pxa_gpio_set/get functions defined in drivers/usb/gadget/pxa2xx_udc.h to udc_gpio_set/get.
      
      These functions are moved from drivers/usb/gadget/pxa2xx_udc.h to include/asm-arm/arch-pxa2xx/udc.h
      
      Creates new functions: udc_gpio_to_irq, udc_gpio_init_vbus, udc_gpio_init_pullup in include/asm-arm/arch-pxa2xx/udc.h. These functions are used in drivers/usb/gadget/pxa2xx_udc.c instead of direct low-level (pxa2xx only) functions.
      
      Creates all these udc_gpio_* functions in include/asm-arm/arch-ixp4xx/udc.h. This implementation has no real code because ixp4xx doesn't use vbus - only vbus uses all these gpio functions (and because ixp4xx misses any function which converts number of gpio pin into it's irq).
      
      This is next step to make pxa2xx_udc fully work on ixp4xx platform.
      Signed-off-by: NMilan Svoboda <msvoboda@ra.rockwell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      32f3f499
  7. 28 9月, 2006 1 次提交
    • D
      USB: pxa2xx_udc understands GPIO based VBUS sensing · b2bbb20b
      David Brownell 提交于
      This updates the PXA 25x UDC board-independent infrastructure for VBUS sensing
      and the D+ pullup.  The original code evolved from rather bizarre support on
      Intel's "Lubbock" reference hardware, so that on more sensible hardware it
      doesn't work as well as it could/should.
      
      The change is just to teach the UDC driver how to use built-in PXA GPIO pins
      directly.  This reduces the amount of board-specfic object code needed, and
      enables the use of a VBUS sensing IRQ on boards (like Gumstix) that have one.
      With VBUS sensing, the UDC is unclocked until a host is actually connected.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b2bbb20b
  8. 28 10月, 2005 1 次提交
    • I
      [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for... · 63a4b52c
      Ian Campbell 提交于
      [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h
      
      Patch from Ian Campbell
      
      The sparse warning initially surfaced in sound/arm/pxa2xx-ac97.c
      because it was using u32 * variables to hold the unsigned long *
      register addresses.
      
      I submitted an ALSA patch for this http://thread.gmane.org/gmane.linux.alsa.devel/27804 issue and it was suggested that it might be preferable to change the register
      definitions to use u32.
      
      Most other subarches seem to use u32 for their register type, at least
      the ones which use a __REG macro (like the PXA) do. Nico indicated in
      the thread above that he wouldn't mind this patch.
      
      Changing the type required fixes for opposite warnings in the pxa2xx usb
      gadget code but that was the only new warning introduced on defconfig
      or lubbock, mainstone and our own PXA255 boards.
      Signed-off-by: NIan Campbell <icampbell@arcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      63a4b52c
  9. 22 9月, 2005 1 次提交
  10. 28 6月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4