1. 11 5月, 2010 2 次提交
    • E
      [ARM] pxa: remove now un-used corgi_ssp.c and corgi_lcd.c · 639b91a3
      Eric Miao 提交于
      The only use of corgi_ssp.c is corgi_ts.c, which is now deprecated
      and removed. Remove corgi_ssp.c and corgi_lcd.c and their relevant
      function declarations and data structures.
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Pavel Machek <pavel@ucw.cz>
      639b91a3
    • E
      input: remove now deprecated corgi_ts.c touchscreen driver · 5700929d
      Eric Miao 提交于
      The corgi touchscreen is now deprecated in favour of the generic ads7846.c
      driver. The noise reduction technique used in corgi_ts.c, which is to wait
      till vsync before ADC sampling, is also integrated into ads7846 driver now.
      Provided that the original driver is not generic and is difficult to maintain,
      it will be removed now.
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      5700929d
  2. 10 5月, 2010 3 次提交
  3. 08 5月, 2010 9 次提交
  4. 07 5月, 2010 25 次提交
  5. 06 5月, 2010 1 次提交
    • L
      Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze · e8e8fade
      Linus Torvalds 提交于
      * 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze:
        microblaze: Defconfig update
        microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macros
        microblaze: Fix consistent-sync code
        microblaze: Define correct L1_CACHE_SHIFT value
        microblaze: cpuinfo shows cache line length
        microblaze: Fix kmalloc alignment on non-coherent DMA platforms
        microblaze: Fix typo fault in cache code
        microblaze: Fix consistent code
        microblaze: pci-dma: use include/linux/dma-mapping.h
        microblaze: page.h: Remove get_user_page and free_user_page
        microblaze: Remove "cache" optimized copy_page function
        microblaze: invoke oom-killer from page fault
        microblaze: fix divide by zero exception message
        microblaze: Add isa_dma_bridge_buggy to dma.h
        microblaze: Remove ancient code
        microblaze: Quiet section mismatch warnings for MMU version
        microblaze: Quiet section mismatch warnings
        microblaze: Fix IRQ entry/exit ftracing
        microblaze: resource/PCI: align functions now return start of resource
        microblaze: PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
      e8e8fade