Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1608675
| From | Jose Abreu <Jose.Abreu@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] Add cec_get_drvdata() |
| Date | 2017-03-24 17:50 +0100 |
| Message-ID | <toAzw-4jh-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This series introduces a new helper function called cec_get_drvdata() which returns the adapter private data and can be used by drivers that use CEC. Best regards, Jose Miguel Abreu Jose Abreu (8): [media] cec: Add cec_get_drvdata() [media] staging: st-cec: Use cec_get_drvdata() [media] staging: s5p-cec: Use cec_get_drvdata() [media] i2c: adv7511: Use cec_get_drvdata() [media] i2c: adv7604: Use cec_get_drvdata() [media] i2c: adv7842: Use cec_get_drvdata() [media] usb: pulse8-cec: Use cec_get_drvdata() [media] platform: vivid: Use cec_get_drvdata() drivers/media/i2c/adv7511.c | 6 +++--- drivers/media/i2c/adv7604.c | 6 +++--- drivers/media/i2c/adv7842.c | 6 +++--- drivers/media/platform/vivid/vivid-cec.c | 4 ++-- drivers/media/usb/pulse8-cec/pulse8-cec.c | 6 +++--- drivers/staging/media/s5p-cec/s5p_cec.c | 6 +++--- drivers/staging/media/st-cec/stih-cec.c | 6 +++--- include/media/cec.h | 5 +++++ 8 files changed, 25 insertions(+), 20 deletions(-) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] Add cec_get_drvdata() Jose Abreu <Jose.Abreu@synopsys.com> - 2017-03-24 17:50 +0100 [PATCH 4/8] [media] i2c: adv7511: Use cec_get_drvdata() Jose Abreu <Jose.Abreu@synopsys.com> - 2017-03-24 18:00 +0100 [PATCH 5/8] [media] i2c: adv7604: Use cec_get_drvdata() Jose Abreu <Jose.Abreu@synopsys.com> - 2017-03-24 18:00 +0100
csiph-web