.. |
adc.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
as3514.h
|
FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 input that carries the analog radio signal on ams sansas.
|
2009-02-05 19:57:18 +00:00 |
as3525.h
|
DBOP_DIN is 16bit wide.
|
2009-02-25 15:04:24 +00:00 |
ascodec.h
|
Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is defined
|
2008-10-31 00:37:58 +00:00 |
at91sam9260.h
|
Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.
|
2009-03-30 12:20:47 +00:00 |
ata.h
|
Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a couple cosmetic tweaks and without the inclusion of 'FS#9721: No error check after writes in ata.c'changes (which can be done separately). No code is changed for targets without HAVE_ATA_DMA defined other than to not display DMA modes in the View Disk Info debug screen if not using DMA (Gigabeat F/X/S were). No target uses the code yet but Gigabeat S use will follow shortly.
|
2009-03-12 02:01:25 +00:00 |
ata_idle_notify.h
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
ata_mmc.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
audio.h
|
FS9795 - some playback cleanup.
|
2009-04-06 00:39:43 +00:00 |
audiohw.h
|
Onda VX747:
|
2009-03-02 18:18:24 +00:00 |
backlight-sw-fading.h
|
Get rid of the last "backlight thread fading" remnant, and of the calculation of the delay. It actually wasn't more than those 3 cases before anyway.
|
2009-03-11 21:10:17 +00:00 |
backlight.h
|
Remove the calls to backlight_lcd_sleep_countdown from target specific code and move it into backlight.c
|
2009-04-26 01:23:39 +00:00 |
bidi.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
bitswap.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
buffer.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
button.h
|
beginings of a working touchscreen interface for the WPS. 2 new tags:
|
2009-04-20 01:41:56 +00:00 |
config-c100.h
|
fix reds
|
2008-11-01 16:49:38 +00:00 |
config-c200.h
|
Enable USB mass storage on PP5020, PP5022 and PP5024 targets
|
2009-02-25 22:40:15 +00:00 |
config-c200v2.h
|
Enable FM radio on the sansa c200v2 (untested).
|
2009-04-26 21:28:34 +00:00 |
config-clip.h
|
Update battery capacities of the sansa clip and sansa fuze.
|
2009-04-13 21:20:39 +00:00 |
config-cowond2.h
|
D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging.
|
2009-03-21 00:13:20 +00:00 |
config-creativezv.h
|
Fix red and yellow
|
2009-02-05 22:03:35 +00:00 |
config-creativezvm.h
|
Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red.
|
2009-03-17 03:36:36 +00:00 |
config-creativezvm60gb.h
|
Fix red and yellow
|
2009-02-05 22:03:35 +00:00 |
config-e200.h
|
FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolves a bug where the c200 bootloader would loop flashing the logo if loading rockbox failed and drop support for loading old .e200 and .h10 rockbox main binaries for the e200 resp h10, affects e200, c200, h10 (both kinds) and mrobe 100.
|
2009-03-17 20:05:03 +00:00 |
config-e200v2.h
|
Fuze & e200v2: Put lcd framebuffer into iram, which saves 77k normal ram and gives 2.6%/7.6% (unboosted/boosted) lcd update speed up
|
2009-04-11 01:45:11 +00:00 |
config-fmrecorder.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-fuze.h
|
Update battery capacities of the sansa clip and sansa fuze.
|
2009-04-13 21:20:39 +00:00 |
config-gigabeat-s.h
|
Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binary. Add a needed SDMA API to check channel errors. Increase audio DMA channels' priority as required. Reads and writes measure faster accross all test_disk tests and especially at 4KB and 1MB.
|
2009-03-12 06:31:40 +00:00 |
config-gigabeat.h
|
Add current use and fix battery capacity settings for the Gigabeat F/X. Thanks to AlHaz for pointing out that they were incorrect.
|
2009-04-07 03:41:06 +00:00 |
config-h10.h
|
FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolves a bug where the c200 bootloader would loop flashing the logo if loading rockbox failed and drop support for loading old .e200 and .h10 rockbox main binaries for the e200 resp h10, affects e200, c200, h10 (both kinds) and mrobe 100.
|
2009-03-17 20:05:03 +00:00 |
config-h10_5gb.h
|
FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolves a bug where the c200 bootloader would loop flashing the logo if loading rockbox failed and drop support for loading old .e200 and .h10 rockbox main binaries for the e200 resp h10, affects e200, c200, h10 (both kinds) and mrobe 100.
|
2009-03-17 20:05:03 +00:00 |
config-h100.h
|
Fix no-backlight colours for H100 series and M3.
|
2009-02-11 00:36:30 +00:00 |
config-h120.h
|
Fix no-backlight colours for H100 series and M3.
|
2009-02-11 00:36:30 +00:00 |
config-h300.h
|
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too.
|
2009-04-29 22:24:40 +00:00 |
config-hdd1630.h
|
Enable USB mass storage on PP5020, PP5022 and PP5024 targets
|
2009-02-25 22:40:15 +00:00 |
config-iaudio7.h
|
i7: set low-battery values and enable shutdown on low-battery
|
2008-12-26 19:31:48 +00:00 |
config-iaudiom3.h
|
Fix no-backlight colours for H100 series and M3.
|
2009-02-11 00:36:30 +00:00 |
config-iaudiom5.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-iaudiox5.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-ifp7xx.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-ipod1g2g.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipod3g.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipod4g.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipodcolor.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipodmini.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipodmini2g.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipodnano.h
|
Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, where the latter now activates the wheel acceleration code.
|
2009-03-02 19:25:50 +00:00 |
config-ipodvideo.h
|
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too.
|
2009-04-29 22:24:40 +00:00 |
config-logikdax.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-lyre_proto1.h
|
Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.
|
2009-03-30 12:20:47 +00:00 |
config-m200.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-m200v4.h
|
Fix red and yellow.
|
2009-02-09 00:47:20 +00:00 |
config-meizu-m3.h
|
Add new storage-related defines for meizu
|
2008-11-01 17:25:49 +00:00 |
config-meizu-m6sl.h
|
Add new storage-related defines for meizu
|
2008-11-01 17:25:49 +00:00 |
config-meizu-m6sp.h
|
Add new storage-related defines for meizu
|
2008-11-01 17:25:49 +00:00 |
config-mrobe100.h
|
Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too.
|
2009-04-29 22:24:40 +00:00 |
config-mrobe500.h
|
M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hack to get lcd_sleep working/called again, fix the panic handler so that it waits for the power button to be pressed instead of freezing the player
|
2009-04-28 05:07:25 +00:00 |
config-ondavx747.h
|
Onda VX747: fix touchscreen issues when switching from bootloader to 'normal' Rockbox
|
2009-04-20 18:28:51 +00:00 |
config-ondavx767.h
|
Move USB_DEVBSS_ATTR & USB_NUM_ENDPOINTS to SoC-specific header.
|
2009-03-09 22:25:54 +00:00 |
config-ondiofm.h
|
Fix Ondio FM and recorder v2 bootbox builds (see r19579/r19580).
|
2009-03-24 00:26:24 +00:00 |
config-ondiosp.h
|
Ondio SP needed the same fix as Ondio FM. Thanks to Marianne Arnold for pointing it out (and nagging me about it :).
|
2009-03-08 16:48:08 +00:00 |
config-player.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-recorder.h
|
Put the display colours for monochrome and greyscale targets into the target config files, and use them both for the simulator UI and screendumps. The Clip now shows the split display properly in screendumps and simulator. A side effect is that screendumps of ordinary monochrome targets are now 4-bit BMP files (saves an alternate code path, and might be more compatible with some gfx programs). * Simplify the simulation of split display, and also simplify greylib simulation. The simulator now always calculates 129 shades (2*128 for a Clip sim), and just uses 2 (or 4) of those for native display simulation. * Centralised the simulator LCD dimension definition.
|
2009-02-09 00:32:59 +00:00 |
config-recorderv2.h
|
Fix Ondio FM and recorder v2 bootbox builds (see r19579/r19580).
|
2009-03-24 00:26:24 +00:00 |
config-sa9200.h
|
Make Philips SA9200 build again
|
2009-03-07 04:41:37 +00:00 |
config-tpj1022.h
|
replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. Fix various configs to use it correctly.
|
2009-02-21 17:56:31 +00:00 |
config.h
|
Fix by Rafaël Carré. Puts core functions into IRAM on AMS targets with <2MB of RAM.
|
2009-04-17 15:56:17 +00:00 |
config_caps.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
cpu.h
|
Ingenic Jz4740:
|
2009-02-26 21:15:40 +00:00 |
debug.h
|
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
|
2008-11-20 11:27:31 +00:00 |
disk.h
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
dm320.h
|
Add second buffer for YUV blitting, progressbar and FPS display in mpegplayer work correct now.
|
2009-04-21 04:29:10 +00:00 |
ds2411.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
eeprom_24cxx.h
|
Various files: make function implementations consistent with their declaration in the header file or static if
|
2009-01-31 23:51:11 +00:00 |
eeprom_settings.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
enc_base.h
|
New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably)
|
2008-10-08 22:18:16 +00:00 |
events.h
|
Accept FS#9480 - centralise and organise the events in the apps/ layer.
|
2008-10-16 10:38:03 +00:00 |
fat.h
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
fmradio.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
fmradio_i2c.h
|
Fix red.
|
2008-12-21 20:31:31 +00:00 |
font.h
|
Get checkwps working again
|
2009-01-29 20:49:43 +00:00 |
gdb_api.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
general.h
|
Move screendump from apps to firmware, solving two nasty firmware-to-apps calls. This required to move the filename creation functions as well. * Fix bug in the BMP header of Clip screendumps. * Add remote screendump for targets with an LCD remote. * Simplify some ifdefs and rename a macro in the sim.
|
2009-02-10 23:43:37 +00:00 |
generic_i2c.h
|
Simplify generic_i2c, removing the link between i2c address and i2c interface, adding the concept of an i2c bus index.
|
2009-03-03 18:00:17 +00:00 |
hangul.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
hd66789r.h
|
Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour on D2.
|
2008-09-16 08:09:44 +00:00 |
hotswap.h
|
cleanup storage defines
|
2008-10-31 21:25:04 +00:00 |
hwcompat.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
i2c-coldfire.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
i2c-pp.h
|
FM radio for Philips HDD1630. Volume was very faint unless recording was enabled, so do that too.
|
2009-02-13 03:49:17 +00:00 |
i2c.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
i2s.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
iap.h
|
FS9795 - some playback cleanup.
|
2009-04-06 00:39:43 +00:00 |
ifp_usb_serial.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
imx31l.h
|
imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities).
|
2009-03-22 01:50:48 +00:00 |
isp1362.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
isp1583.h
|
Creative ZVM:
|
2009-02-05 21:47:54 +00:00 |
jz4740-codec.h
|
Add support for Onda VX747 simulator (and yes, it needs a better picture)
|
2009-03-09 23:32:37 +00:00 |
jz4740.h
|
Onda VX747:
|
2009-04-18 17:38:55 +00:00 |
jz_mxu.h
|
Ingenic Jz4740:
|
2008-12-31 01:57:07 +00:00 |
kernel.h
|
Correct Björn's name in various file headers.
|
2009-03-23 17:08:46 +00:00 |
lcd-charcell.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
lcd-remote.h
|
Latest work on the bmp on-load scaler:
|
2008-12-26 07:03:22 +00:00 |
lcd.h
|
M:Robe 500: More LCD initialization, QVGA (vs. VGA) is now enabled by default for performance, 256 color palette mode added, include some linker cleanups and reorganization. Doom and MPEGPlayer now run reaonably well.
|
2009-04-09 04:22:14 +00:00 |
led.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
logf.h
|
Commit FS#9733 (multiline logf) by Yoshihisa Uchida
|
2008-12-31 17:01:00 +00:00 |
ltv350qv.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
lv24020lp.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
m5636.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mas.h
|
Moved pcm_record from firmware to apps. Cleaned up some. Now all code using struct mp3entry is in apps.
|
2008-10-14 11:12:20 +00:00 |
mas35xx.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mc13783.h
|
imx31/mc13783: Do some housekeeping with register macros, function names and other defines. No functional changes (except to alter a couple int priorities).
|
2009-03-22 01:50:48 +00:00 |
mcf5249.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mcf5250.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mips-archdefs.h
|
Onda VX747:
|
2009-02-16 22:49:58 +00:00 |
mips.h
|
Onda VX747:
|
2009-02-16 22:49:58 +00:00 |
mipsregs.h
|
Onda VX747:
|
2009-02-16 22:49:58 +00:00 |
mmc.h
|
Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only
|
2008-11-04 19:57:36 +00:00 |
mp3_playback.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
mv.h
|
Now also commit added files
|
2008-11-01 16:25:04 +00:00 |
nand.h
|
Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only
|
2008-11-04 19:57:36 +00:00 |
nand_id.h
|
TCC NAND: The BLOCKS_PER_SEGMENT define was actually the number of planes mentioned in the Samsung NAND datasheet. Add this to the nand_id struct, so that it can be runtime detected (required for some D2s to boot). Use the struct directly instead of making a local copy, and format the nand_info table to 80 columns.
|
2009-03-02 23:36:12 +00:00 |
panic.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pcf5060x.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pcf50605.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pcf50606.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pcm.h
|
Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other miscellaneous adjustments to recording and PCM buffer to accomodate use of physical addresses and cache coherency.
|
2009-02-08 22:32:41 +00:00 |
pcm_sampr.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
pl081.h
|
Sansa AMS: Use DMA for SD transfers (read and write)
|
2008-11-25 13:38:32 +00:00 |
pl180.h
|
Fix the Sansa AMS SD driver
|
2008-11-16 22:26:50 +00:00 |
pnx0101.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
power.h
|
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 |
powermgmt.h
|
c200v1/e200v1: Add battery charging. This should be usable on v2 players but those should be evaluated for current, endpoint voltage and whether or not accurate battery readings may always be obtained (which determines algorithm setup and behavior).
|
2009-01-11 10:07:22 +00:00 |
pp5002.h
|
Bring consistency to pcm implementation and samplerate handling. Less low-level duplication. A small test_sampr fix so it works on coldfire again.
|
2008-12-12 11:01:07 +00:00 |
pp5020.h
|
PP502x: Improve accuracy of header file. It looks as though DMA channels share the same interrupt enable (tested that 0 and 2 do at least).
|
2009-02-23 04:33:33 +00:00 |
pp5024.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
profile.h
|
Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed.
|
2008-07-28 22:43:41 +00:00 |
qt1106.h
|
set svn properties
|
2008-09-17 18:50:34 +00:00 |
r61509.h
|
Onda VX747:
|
2009-04-18 17:38:55 +00:00 |
ramdisk.h
|
Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only
|
2008-11-04 19:57:36 +00:00 |
rolo.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
rtc.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
s1a0903x01.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
s3c2440.h
|
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly.
|
2009-02-11 23:56:00 +00:00 |
s5l8700.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
screendump.h
|
Fix the Playersim as well.
|
2009-02-11 00:10:35 +00:00 |
scroll_engine.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
sd.h
|
sd.h : avoid namespace collision by prefixing defines with SD_
|
2008-11-09 23:40:21 +00:00 |
serial.h
|
Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tamas. Adds preliminary support for numerous accessories that use the ipod serial port on the dock connector. See IpodAccessories for a list of tested devices.
|
2008-12-25 01:46:16 +00:00 |
sh7034.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
si4700.h
|
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 |
sound.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
spdif.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
spi.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
storage.h
|
Since *set_led_enabled() is actually an ata-specific feature, move it back to ata_* only
|
2008-11-04 19:57:36 +00:00 |
structec.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
sw_i2c.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
synaptics-mep.h
|
Backlight brightness and button lights for the Philips HDD1630
|
2009-02-18 02:19:22 +00:00 |
system.h
|
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE.
|
2009-02-11 12:55:51 +00:00 |
tcc77x.h
|
A few tweaks to get USB support compiling again on TCC targets (part of FS#9917 by Michaël Burtin).
|
2009-03-09 22:02:30 +00:00 |
tcc780x.h
|
TCC78x: Implement the user timer, rework some of the timer register #defines, and use udelay() instead of the hacky sleep_ms() in the D2 LCD driver. Doom works now.
|
2009-03-30 21:15:15 +00:00 |
tea5767.h
|
code police : fix some multiply defined variables
|
2008-10-18 23:31:29 +00:00 |
thread.h
|
Unless I'm severely mistaken, we can drop a thread slot now since mpegplayer creates one less thread.
|
2009-01-05 10:57:12 +00:00 |
timer.h
|
Actually kill them..
|
2009-03-20 23:15:38 +00:00 |
tlv320.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
touchscreen.h
|
Add generic touchscreen driver which allows calibration (apps/ layer will follow later).
|
2009-02-19 22:15:02 +00:00 |
tsc2100.h
|
M:Robe 500: Rearrage TSC2100 reads to make touchscreen more reliable, add hack to get lcd_sleep working/called again, fix the panic handler so that it waits for the power button to be pressed instead of freezing the player
|
2009-04-28 05:07:25 +00:00 |
tuner.h
|
Add more driver stubs to make the Fuze and e200v2 main builds compile; Correct the memory definition for the Fuze (8MB)
|
2008-11-11 14:46:13 +00:00 |
uda1380.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
usb-tcc.h
|
Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x (even usb-tcc is too specific, but I don't know anything better)
|
2008-11-30 15:43:15 +00:00 |
usb.h
|
Add preliminary HID driver. It doesn't do anything yet, but that should change soon (FS#10116 by Tomer Shalev)
|
2009-04-19 21:17:18 +00:00 |
usb_ch9.h
|
reorganise usb_core.c a bit, to make the code more readable and more maintainable (FS#10150 by Tomer Shalev))
|
2009-04-19 19:53:32 +00:00 |
usb_core.h
|
Add preliminary HID driver. It doesn't do anything yet, but that should change soon (FS#10116 by Tomer Shalev)
|
2009-04-19 21:17:18 +00:00 |
usb_drv.h
|
Change ARCOTG_DRV_H #define to _USB_DRV_H #define (no functional changes)
|
2009-03-26 00:34:50 +00:00 |
wm8731.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
wm8751.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
wm8758.h
|
FS#10086 - Playback and recording sample rate setting on the 5G iPod
|
2009-04-06 02:46:42 +00:00 |
wm8975.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
wm8978.h
|
cleanup audiohw_set_frequency by adding it to audiohw.h and removing it from all driver .h files
|
2009-01-20 22:55:10 +00:00 |
wm8985.h
|
D2: Enable FM radio (based on FS#10035 by Michael Burtin with some changes by myself). Also updates the LV24020 driver to add optional logf debugging.
|
2009-03-21 00:13:20 +00:00 |
wmcodec.h
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |