1. 22 8月, 2014 1 次提交
  2. 28 7月, 2014 1 次提交
  3. 26 7月, 2014 1 次提交
  4. 22 7月, 2014 2 次提交
  5. 23 4月, 2014 1 次提交
  6. 06 3月, 2014 1 次提交
  7. 05 3月, 2014 1 次提交
  8. 24 2月, 2014 1 次提交
  9. 19 12月, 2013 2 次提交
  10. 03 10月, 2013 1 次提交
  11. 22 3月, 2013 1 次提交
  12. 28 12月, 2012 1 次提交
  13. 21 8月, 2012 1 次提交
    • M
      [media] Kconfig: merge all customise options into just one · fccea74f
      Mauro Carvalho Chehab 提交于
      Instead of having 3 options to allow customizing the media
      sub-drivers (tuners, I2C drivers, frontends), merge all of
      them into just one.
      
      That simplifies the life for users, as they can just keep
      this untouched.
      
      Life for developers is also simpler, as there's now just
      one Kconfig item to remember, for the ancillary sub-drivers
      providing supports for chips that could change from one
      board design to another.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      fccea74f
  14. 14 8月, 2012 1 次提交
  15. 06 7月, 2012 1 次提交
    • M
      [media] media: reorganize the main Kconfig items · b4c184e5
      Mauro Carvalho Chehab 提交于
      Change the main items to:
      
      <m> Multimedia support  --->
         [ ]   Cameras/video grabbers support
         [ ]   Analog TV support
         [ ]   Digital TV support
         [ ]   AM/FM radio receivers/transmitters support
         [ ]   Remote Controller support
      
      This provides an interface that is clearer to end users that
      are compiling the Kernel, and will allow the building system
      to automatically unselect drivers for unused functions.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b4c184e5
  16. 05 7月, 2012 1 次提交
  17. 20 5月, 2012 1 次提交
  18. 19 4月, 2012 1 次提交
  19. 10 4月, 2012 1 次提交
  20. 20 3月, 2012 1 次提交
    • M
      [media] m88rs2000 1.12 v2 DVB-S frontend and tuner module · ae8dc8ee
      Malcolm Priestley 提交于
      Support for m88rs2000 chip used in lmedm04 driver.
      
      Note there are still lock problems.
      
      Slow channel change due to the large block of registers sent in set_frontend.
      
      Version 2 differences.
      Front end is completely shut down when in sleep mode. This allow user to regain
      control of device.
      Kaffeine scan problem solved by removing register calls from get_frontend.
      Kaffeine seems to call get_frontend when updating signal data. This can happen
      in the middle of a tune stalling the driver.
      Change calculations to those in the DS3000 driver.
      Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ae8dc8ee
  21. 29 2月, 2012 1 次提交
  22. 11 1月, 2012 1 次提交
  23. 24 9月, 2011 1 次提交
  24. 21 9月, 2011 2 次提交
  25. 27 8月, 2011 1 次提交
    • M
      [media] it913x_fe: frontend and tuner driver v1.05 · 3dbbf82f
      Malcolm Priestley 提交于
      Fronted and Tuner Driver for ITE IT913x Series with inital support for
      IT9137 integrated demodulator and tuner device.
      
      The driver is loosely based on AF9035 series. However, support is not intended for
      this device specificity.
      
      The IT9137 tuner has been tested on UHF bands, but VHF has only been simulated.
      
      Possible TODO the tuner sections may be separated from the main driver. All future devices
      should use the it913x_fe_script_loader for other tuner devices.
      Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
      [mchehab@redhat.com: Fix an issue at the Kconfig help]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3dbbf82f
  26. 28 7月, 2011 1 次提交
  27. 20 5月, 2011 3 次提交
  28. 22 3月, 2011 2 次提交
  29. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  30. 29 12月, 2010 2 次提交
  31. 22 11月, 2010 1 次提交
  32. 23 10月, 2010 1 次提交
  33. 21 10月, 2010 1 次提交