mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
5b4ccd2e6a
PD#SWPL-183292 Problem: porting media dvb and audio modules Solution: 1. porting dvb auto patches 2. modify strlcpy() to strscpy() 3. remove the flag DRM_UNLOCKED, need owner to check 4. modify the code due to the change of the remove function in struct platform_driver 5. add the header file of linux/vmalloc.h for vmalloc() and vfree() 6. modify files_lookup_fd_rcu() to task_lookup_next_fdget_rcu() 7. use shrinker_alloc() to alloc memory and initialize 8. modify __assign_str(dst, src) to __assign_str(dst) 9. modify asoc_rtd_to_cpu() to snd_soc_rtd_to_cpu() 10. modify pwm_apply_state() to pwm_apply_might_sleep() Verify: local Test: probe success Change-Id: I6105f65f79ee4a2c197fd6305f59fa064b583d6b Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>