Re: [PATCH] rockchip: rk3308: fix rockchip_dnl_key_pressed() on roc-cc

2022-08-26 Thread Kever Yang
On 2022/7/14 22:09, John Keeping wrote: Commit 6aa4fe3912 ("dm: core: Rename and fix uclass_get_by_name_len()") changed uclass_get_device_by_name() to an exact match when previously it behaved as a prefix match. The roc-cc code relied on this prefix match by only specifying part of the device

[PATCH] rockchip: rk3308: fix rockchip_dnl_key_pressed() on roc-cc

2022-07-14 Thread John Keeping
Commit 6aa4fe3912 ("dm: core: Rename and fix uclass_get_by_name_len()") changed uclass_get_device_by_name() to an exact match when previously it behaved as a prefix match. The roc-cc code relied on this prefix match by only specifying part of the device name. Fix this by using the full name inclu