Age | Commit message (Expand) | Author |
2023-04-15 | media: cec: core: not all messages were passed on when monitoring | Hans Verkuil |
2023-04-11 | media: tegra_cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: stm32-cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: stih-cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: seco-cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: s5p_cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: ao-cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: ao-cec-g12a: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: cros-ec-cec: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-04-11 | media: cros-ec-cec: Don't exit early in .remove() callback | Uwe Kleine-König |
2023-04-11 | media: cec-gpio: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-03-19 | media: platform: cros-ec: Add Gladios/Lisbon to the match table | Kevin Chiu |
2023-03-19 | media: platform: cros-ec: Add aurash to the match table | Zoey Wu |
2022-12-07 | media: Switch to use dev_err_probe() helper | Yang Yingliang |
2022-10-22 | Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2022-10-07 | Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2022-09-24 | media: platform: cros-ec: Add Kuldax to the match table | Rory Liu |
2022-09-24 | media: cec: add support for Absolute Volume Control | Hans Verkuil |
2022-09-24 | media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZE | Hans Verkuil |
2022-09-24 | media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZE | Hans Verkuil |
2022-08-30 | media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16 | Hans Verkuil |
2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König |
2022-06-27 | media: platform: cros-ec: Add kinox to the match table | Ajye Huang |
2022-06-20 | media: platform: cros-ec: Add moli to the match table | Scott Chao |
2022-06-20 | media: cec-adap.c: log when claiming LA fails unexpectedly | Hans Verkuil |
2022-05-13 | media: cec-adap.c: drop activate_cnt, use state info instead | Hans Verkuil |
2022-05-13 | media: cec-adap.c: reconfigure if the PA changes during configuration | Hans Verkuil |
2022-05-13 | media: cec-adap.c: fix is_configuring state | Hans Verkuil |
2022-05-13 | media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT | Hans Verkuil |
2022-05-13 | media: cec-adap.c: don't unconfigure if already unconfigured | Hans Verkuil |
2022-05-13 | media: cec-pin.c: don't zero work_pin_num_events in adap_enable | Hans Verkuil |
2022-05-13 | media: cec-pin.c: disabling the adapter cannot call kthread_stop | Hans Verkuil |
2022-05-13 | media: cec: seco: remove byte handling from smb_word_op | Tom Rix |
2022-04-24 | media: cec: add optional adap_configured callback | Hans Verkuil |
2022-04-24 | media: cec: add xfer_timeout_ms field | Hans Verkuil |
2022-04-24 | media: cec: use call_op and check for !unregistered | Hans Verkuil |
2022-04-24 | media: cec: correctly pass on reply results | Hans Verkuil |
2022-04-24 | media: cec: abort if the current transmit was canceled | Hans Verkuil |
2022-04-24 | media: cec: call enable_adap on s_log_addrs | Hans Verkuil |
2022-03-12 | media: Makefiles: remove extra spaces | Mauro Carvalho Chehab |
2022-03-07 | Merge tag 'br-v5.18q' of git://linuxtv.org/hverkuil/media_tree into media_stage | Mauro Carvalho Chehab |
2022-03-07 | media: cec: seco: add newlines in debug messages | Ettore Chimenti |
2022-02-23 | media: cec: seco: Drop pointless include | Linus Walleij |
2022-01-23 | media: platform: cros-ec: Add brask to the match table | Zhuohao Lee |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds |
2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov |
2021-12-07 | media: cec: fix a deadlock situation | Hans Verkuil |
2021-12-07 | media: cec-pin: fix interrupt en/disable handling | Hans Verkuil |
2021-12-07 | media: cec-pin: drop unused 'enabled' field from struct cec_pin | Hans Verkuil |
2021-12-07 | Merge tag 'v5.16-rc4' into media_tree | Mauro Carvalho Chehab |