1. 05 5月, 2016 1 次提交
  2. 22 4月, 2016 1 次提交
  3. 03 3月, 2016 1 次提交
  4. 10 6月, 2015 1 次提交
    • M
      [media] dvb: Get rid of typedev usage for enums · 0df289a2
      Mauro Carvalho Chehab 提交于
      The DVB API was originally defined using typedefs. This is against
      Kernel CodingStyle, and there's no good usage here. While we can't
      remove its usage on userspace, we can avoid its usage in Kernelspace.
      
      So, let's do it.
      
      This patch was generated by this shell script:
      
      	for j in $(grep typedef include/uapi/linux/dvb/frontend.h |cut -d' ' -f 3); do for i in $(find drivers/media -name '*.[ch]' -type f) $(find drivers/staging/media -name '*.[ch]' -type f); do sed "s,${j}_t,enum $j," <$i >a && mv a $i; done; done
      
      While here, make CodingStyle fixes on the affected lines.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de> # for drivers/media/firewire/*
      0df289a2
  5. 19 5月, 2015 1 次提交
  6. 13 5月, 2015 1 次提交
    • O
      [media] rtl2832: add support for GoTView MasterHD 3 USB tuner · 699dcffc
      Olli Salonen 提交于
      GoTView MasterHD 3 is a DVB-T2/C USB 2.0 tuner.
      
      It's based on the following components:
      - USB bridge: RTL2832P (contains also DVB-T demodulator)
      - Demodulator: Si2168-A30
      - Tuner: Si2148-A20
      
      The demodulator and the tuner will need firmwares. The Si2148 uses Si2158
      firmware. Antti has the firmwares available for download:
      http://palosaari.fi/linux/v4l-dvb/firmware/
      
      Do note that for DVB-T either of the demodulators can be used. DVB-C and
      DVB-T2 are only supported by the Si2168 demodulator. The driver will
      register 2 frontends for the same adapter. Frontend 0 will be the RTL2832
      demodulator and frontend 1 will be the Si2168 demodulator. The same
      tuner is used for both.
      
      As a consequence of the above, it's recommended to use application that
      does implement proper DVBv5 support.
      
      For some reason, the old I2C write method sporadically fails. Thus the
      need for an option to only use the new I2C write method supported by the
      RTL2832.
      Signed-off-by: NOlli Salonen <olli.salonen@iki.fi>
      Signed-off-by: NAntti Palosaari <crope@iki.fi>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      699dcffc
  7. 04 2月, 2015 14 次提交
  8. 27 1月, 2015 1 次提交
  9. 06 3月, 2014 4 次提交
  10. 17 4月, 2013 1 次提交
  11. 28 9月, 2012 1 次提交
  12. 24 9月, 2012 3 次提交
  13. 14 8月, 2012 1 次提交
  14. 05 7月, 2012 1 次提交