| .. |
|
adc-meg-fx.c
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
adc-target.h
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
ata-meg-fx.c
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
|
ata-target.h
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
backlight-meg-fx.c
|
Name all button light functions and variables consistently starting with buttonlight_ .
|
2007-10-07 15:02:02 +00:00 |
|
backlight-target.h
|
Name all button light functions and variables consistently starting with buttonlight_ .
|
2007-10-07 15:02:02 +00:00 |
|
button-meg-fx.c
|
Name all button light functions and variables consistently starting with buttonlight_ .
|
2007-10-07 15:02:02 +00:00 |
|
button-target.h
|
add separate button defines for the Gigabeat remote control
|
2007-05-20 11:42:04 +00:00 |
|
dma_start.c
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
i2c-meg-fx.c
|
Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'.
|
2007-06-26 02:11:30 +00:00 |
|
i2c-meg-fx.h
|
Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'.
|
2007-06-26 02:11:30 +00:00 |
|
kernel-meg-fx.c
|
Fix a change that shouldn't have been committed
|
2007-09-23 15:39:48 +00:00 |
|
lcd-meg-fx.c
|
Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for ARm just to make it all work more nicely. Move UI simulator YUV code to its core to adapt it.
|
2007-09-25 02:59:42 +00:00 |
|
lcd-target.h
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
pcm-meg-fx.c
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
|
power-meg-fx.c
|
Name all button light functions and variables consistently starting with buttonlight_ .
|
2007-10-07 15:02:02 +00:00 |
|
powermgmt-meg-fx.c
|
First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines.
|
2007-08-17 06:45:18 +00:00 |
|
sc606-meg-fx.c
|
revert the last changes because they prevent some Gigabeats from shutting down
|
2007-05-11 16:42:53 +00:00 |
|
sc606-meg-fx.h
|
move the Gigabeat from gigabeat/meg-fx to s3c2440/gigabeat-fx to avoid problems with possible ports in the future: Gigabeat S/V (i.mx31 based) and Kenwood HD20GA7/HD20GA9 (s3c2440 based)
|
2007-04-18 12:22:27 +00:00 |
|
system-meg-fx.c
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
|
system-target.h
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
|
timer-meg-fx.c
|
Gigabeat: oops, forgot to set correct timer prescaler limit.
|
2007-07-06 22:08:07 +00:00 |
|
timer-target.h
|
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100Hz. Metronome should work now but some pcm changes are needed to have faster tocks work correctly (in the works).
|
2007-07-06 21:36:32 +00:00 |
|
usb-meg-fx.c
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
|
2007-09-04 08:03:07 +00:00 |
|
usb-target.h
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
|
2007-09-04 08:03:07 +00:00 |
|
wmcodec-meg-fx.c
|
Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin controller. Add some clocking registers to 'View I/O ports'.
|
2007-06-26 02:11:30 +00:00 |