rockbox/firmware/target/hosted/samsungypr
Lorenzo Miori 03e6cbec8f Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip access
Linux offers the high-level i2c-dev driver to directly access the
i2c bus(ses) on the system. This system device is used to get rid
of the (rather silly) radio chip kernel module for ypr0 target and
correctly enables radio access also for the ypr1 target.
fm-radio chip is located on i2c-0 bus on the ypr0 target while it
is located on i2c-1 bus on the ypr1 target.
Power-up (RST) pin is also handled for both targets, which is wired
to another GPIO of the i.MX 37 platform.
Additionally, this patch simplifies the RDS low-level handling by
exploiting the Si4709 debug interface which comes with a mutex
protection as free bonus.

Change-Id: I839282bec4a27ad0ad8403c5a8dd86963b77e1bf
2020-07-07 16:50:42 +00:00
..
ypr0 Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip access 2020-07-07 16:50:42 +00:00
ypr1 Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip access 2020-07-07 16:50:42 +00:00
adc-target.h
backlight-target.h Get rid of stupid _backlight_* function names 2015-01-12 11:09:27 +01:00
gpio-ypr.c ypr0/ypr1: GPIO handling API refactoring 2015-01-29 20:28:59 +01:00
gpio-ypr.h ypr0/ypr1: GPIO handling API refactoring 2015-01-29 20:28:59 +01:00
lcd-target.h
lcd-ypr.c
radio-ypr.c Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip access 2020-07-07 16:50:42 +00:00
radio-ypr.h Samsung YP-R0/YP-R1: use Linux i2c-dev for radio chip access 2020-07-07 16:50:42 +00:00
system-target.h