rockbox/firmware/target/arm/imx31/gigabeat-s
2009-01-14 07:01:49 +00:00
..
adc-imx31.c Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. 2008-12-21 18:10:36 +00:00
adc-target.h Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. 2008-12-21 18:10:36 +00:00
ata-imx31.c
ata-target.h
audio-gigabeat-s.c Gigabeat S: Allow recording from FM. Give FM the same volume range as playback. NOTE: This bumps the si4700 output volume to -0dB so other players with that may need a minor adjustment. 2008-12-31 01:38:44 +00:00
avic-imx31.c
avic-imx31.h
backlight-imx31.c
backlight-target.h
button-imx31.c
button-target.h
clkctl-imx31.c
clkctl-imx31.h
dma_start.c
fmradio-i2c-gigabeat-s.c Make si4700 tuner driver more sane with bit and field defines and entirely hide strange i2c interface from code with write/set/clear/masked functionality. On Gigabeat S use by-the-book busmode selection and GPIO lines. Implement some primitive station detection, debug registers in screen, and misc. changes to tie things together. 2008-12-27 19:18:50 +00:00
gpio-gigabeat-s.c
gpio-imx31.c
gpio-imx31.h
gpio-target.h
i2c-imx31.c imx31: Fix a couple small problems with the i2c driver that went unnoticed until FM. Reset addr_count always and stop resetting module before STOP is actually generated. Simplify a tiny bit and remove inactive preprocessor block. 2008-12-26 16:06:40 +00:00
i2c-imx31.h
i2s-imx31.c
kernel-imx31.c
lcd-imx31.c Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping code. The bitmap coordinates were not being adjusted when clipping left and top. Also fix for Gigabeat S. 2009-01-12 02:15:04 +00:00
lcd-target.h
mc13783-gigabeat-s.c Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. 2008-12-21 18:10:36 +00:00
mc13783-imx31.c
mc13783-target.h Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. 2008-12-21 18:10:36 +00:00
mmu-imx31.c
mmu-imx31.h
pcm-imx31.c Hehe. Broke it already in last-second sanitation. Put some bits back. 2008-12-31 01:54:26 +00:00
power-imx31.c Make si4700 tuner driver more sane with bit and field defines and entirely hide strange i2c interface from code with write/set/clear/masked functionality. On Gigabeat S use by-the-book busmode selection and GPIO lines. Implement some primitive station detection, debug registers in screen, and misc. changes to tie things together. 2008-12-27 19:18:50 +00:00
power-imx31.h Gigabeat S: Implement charging and power control to charge from AC or USB. Hold MENU while plugging USB cable to charge from USB without connecting. Under Windows, plugging USB for charging only but not connecting still needs to be properly handled (driver popup issue) but it will charge when connected normally-- no issue under Linux. Some accomodating changes made to powermgmt.c will soon be made nicer. 2008-12-21 18:10:36 +00:00
powermgmt-imx31.c Gigabeat S: Make sure USB battery maintenece is engaged if fully charged from Main (charger off), USB is configured and Main is unplugged. 2009-01-10 02:37:44 +00:00
powermgmt-target.h Gigabeat S: Fix a divide by zero in runtime estimation caused by using actual charger current. Use default constant for now. 2008-12-24 23:54:57 +00:00
serial-imx31.h Hopefully fix read. 2008-12-25 03:23:22 +00:00
spi-imx31.c
spi-imx31.h
system-imx31.c Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file. 2009-01-08 10:15:32 +00:00
system-target.h Fix red. Remove stale comment. 2008-12-21 18:27:59 +00:00
timer-imx31.c Update copyright headers for 2009 since they're new files. 2009-01-05 00:06:45 +00:00
timer-target.h Update copyright headers for 2009 since they're new files. 2009-01-05 00:06:45 +00:00
usb-imx31.c Gigabeat S has no need for a USB tick. Put in a simple framework that allows USB monitoring by event. Also add a couple missed usb_enable calls when the connection is not for 'slave mode'. 2009-01-14 07:01:49 +00:00
usb-target.h Gigabeat S has no need for a USB tick. Put in a simple framework that allows USB monitoring by event. Also add a couple missed usb_enable calls when the connection is not for 'slave mode'. 2009-01-14 07:01:49 +00:00
wmcodec-imx31.c