All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] cx231xx: House cleaning
@ 2018-05-03 21:20 Brad Love
  2018-05-03 21:20 ` [PATCH v2 1/9] cx231xx: Fix several incorrect demod addresses Brad Love
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Brad Love @ 2018-05-03 21:20 UTC (permalink / raw)
  To: linux-media; +Cc: Brad Love

Included in this patch set is:
- Bugfix for a device not working
- Some clean up and value corrections
- Conversion to new dvb i2c helpers
- Update of device from old dvb attach to i2c device
- Dependency fixes
- Style fixes

Changes since v1:
- Style fixes in i2c helper patch
- Some comment cleanup
- Hardware validation of analog tuning

Brad Love (9):
  cx231xx: Fix several incorrect demod addresses
  cx231xx: Use board profile values for addresses
  cx231xx: Style fix for struct zero init
  cx231xx: [bug] Ignore an i2c mux adapter
  cx231xx: Switch to using new dvb i2c helpers
  cx231xx: Update 955Q from dvb attach to i2c device
  cx231xx: Remove unnecessary parameter clear
  cx231xx: Remove RC_CORE dependency
  cx231xx: Add I2C_MUX dependency

 drivers/media/usb/cx231xx/Kconfig         |   1 -
 drivers/media/usb/cx231xx/cx231xx-cards.c |   6 +-
 drivers/media/usb/cx231xx/cx231xx-dvb.c   | 365 ++++++++----------------------
 3 files changed, 94 insertions(+), 278 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-05  3:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 21:20 [PATCH v2 0/9] cx231xx: House cleaning Brad Love
2018-05-03 21:20 ` [PATCH v2 1/9] cx231xx: Fix several incorrect demod addresses Brad Love
2018-05-03 21:20 ` [PATCH v2 2/9] cx231xx: Use board profile values for addresses Brad Love
2018-05-03 21:20 ` [PATCH v2 3/9] cx231xx: Style fix for struct zero init Brad Love
2018-05-03 21:20 ` [PATCH v2 4/9] [bug] cx231xx: Ignore an i2c mux adapter Brad Love
2018-05-03 21:20 ` [PATCH v2 5/9] cx231xx: Switch to using new dvb i2c helpers Brad Love
2018-05-03 21:20 ` [PATCH v2 6/9] cx231xx: Update 955Q from dvb attach to i2c device Brad Love
2018-05-03 21:20 ` [PATCH v2 7/9] cx231xx: Remove unnecessary parameter clear Brad Love
2018-05-03 21:20 ` [PATCH v2 8/9] cx231xx: Remove RC_CORE dependency Brad Love
2018-05-03 21:20 ` [PATCH v2 9/9] cx231xx: Add I2C_MUX dependency Brad Love
2018-05-05  3:36   ` kbuild test robot
2018-05-04  6:27 ` [PATCH v2 0/9] cx231xx: House cleaning Hans Verkuil
2018-05-04 13:38   ` Brad Love

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.