1. 12 8月, 2015 2 次提交
  2. 11 8月, 2015 2 次提交
  3. 02 7月, 2015 1 次提交
  4. 10 6月, 2015 3 次提交
  5. 19 5月, 2015 2 次提交
  6. 03 3月, 2015 1 次提交
  7. 04 2月, 2015 2 次提交
  8. 03 2月, 2015 1 次提交
  9. 15 11月, 2014 6 次提交
  10. 03 11月, 2014 1 次提交
  11. 24 9月, 2014 1 次提交
    • A
      [media] tc90522: add driver for Toshiba TC90522 quad demodulator · f5d82a75
      Akihiro Tsukada 提交于
      This patch adds driver for tc90522 demodulator chips.
      The chip contains 4 demod modules that run in parallel and are independently
      controllable via separate I2C addresses.
      Two of the modules are for ISDB-T and the rest for ISDB-S.
      It is used in earthsoft pt3 cards.
      
      Note that this driver does not init the chip,
      because the initilization sequence / register setting is not disclosed.
      Thus, the driver assumes that the chips are initilized externally
      by its parent board driver before fe->ops->init() are called.
      Earthsoft PT3 PCIe card, for example, contains the init sequence
      in its private memory and provides a command to trigger the sequence.
      Signed-off-by: NAkihiro Tsukada <tskd08@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      f5d82a75
  12. 03 9月, 2014 1 次提交
    • O
      [media] sp2: Add I2C driver for CIMaX SP2 common interface module · 868736ad
      Olli Salonen 提交于
      Driver for the CIMaX SP2 common interface chip. It is very much based on
      the existing cimax2 driver for cx23885, but should be more reusable. The
      product has been sold with name Atmel T90FJR as well and the data sheets
      for that chip seem to be publicly available.
      
      It seems that the USB device that I have and the cx23885 based devices will
      need to interact differently with the chip for the CAM operations. Thus
      there is one callback function that is passed on to the sp2 driver
      (see function sp2_ci_op_cam for that one).
      
      IRQ functionality is not included currently (not needed by USB devices
      and I don't have a PCIe device for development).
      Signed-off-by: NOlli Salonen <olli.salonen@iki.fi>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      868736ad
  13. 22 8月, 2014 1 次提交
  14. 28 7月, 2014 1 次提交
  15. 26 7月, 2014 1 次提交
  16. 22 7月, 2014 2 次提交
  17. 23 4月, 2014 1 次提交
  18. 06 3月, 2014 1 次提交
  19. 05 3月, 2014 1 次提交
  20. 24 2月, 2014 1 次提交
  21. 19 12月, 2013 2 次提交
  22. 03 10月, 2013 1 次提交
  23. 22 3月, 2013 1 次提交
  24. 28 12月, 2012 1 次提交
  25. 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
  26. 14 8月, 2012 1 次提交
  27. 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