rockbox/firmware/target/arm/s3c2440
Aidan MacDonald 7e5fc4076a Add INIT_ATTR to i2c_init()
It's usually only called from init() in main.c, so this is safe.

There is one more call in system-dm320.c from system_init(), but
that's also "safe". I don't know if it's okay to call i2c_init()
twice, but presumably it works...

Change-Id: I9c1cd918d162d9955f7cf03209e836cbd5e30c57
2023-01-12 06:33:50 -05:00
..
gigabeat-fx pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
mini2440 pcm: Remove unused function pcm_play_dma_get_peak_buffer() 2021-07-25 14:07:41 +00:00
adc-s3c2440.c
app.lds
boot.lds
crt0.S
debug-s3c2440.c
dma-s3c2440.c
dma-target.h
i2c-s3c2440.c
i2c-s3c2440.h Add INIT_ATTR to i2c_init() 2023-01-12 06:33:50 -05:00
kernel-s3c2440.c
lcd-s3c2440.c
sd-s3c2440.c Unify storage threads into one 2017-10-26 14:35:41 -04:00
system-s3c2440.c
system-target.h
uart-s3c2440.c Implement a much more capable vuprintf() 2017-11-21 05:00:27 -05:00
uart-s3c2440.h