1. 17 10月, 2013 1 次提交
  2. 19 3月, 2013 1 次提交
  3. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      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,
      __devinitconst, 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: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  4. 27 10月, 2012 1 次提交
  5. 19 10月, 2012 1 次提交
  6. 16 9月, 2012 1 次提交
  7. 14 8月, 2012 1 次提交
    • T
      [media] media: rc: Introduce RX51 IR transmitter driver · c332e847
      Timo Kokkonen 提交于
      This is the driver for the IR transmitter diode found on the Nokia
      N900 (also known as RX51) device. The driver is mostly the same as
      found in the original 2.6.28 based kernel that comes with the device.
      
      The following modifications have been made compared to the original
      driver version:
      
      - Adopt to the changes that has happen in the kernel during the past
        five years, such as the change in the include paths
      
      - The OMAP DM-timers require much more care nowadays. The timers need
        to be enabled and disabled or otherwise many actions fail. Timers
        must not be freed without first stopping them or otherwise the timer
        cannot be requested again.
      
      The code has been tested with sending IR codes with N900 device
      running Debian userland. The device receiving the codes was Anysee
      DVB-C USB receiver.
      Signed-off-by: NTimo Kokkonen <timo.t.kokkonen@iki.fi>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: linux-omap@vger.kernel.org
      Cc: Sakari Ailus <sakari.ailus@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c332e847