.. |
audio
|
WM8978: sound.c weirdness strikes again. Prescaler values have to be in centibels.
|
2011-01-21 08:31:40 +00:00 |
rtc
|
mc13783 RTC: Handle years in a better way for the use of struct tm. Make the code less general because all years evenly divisible by 4 in the day range are leap years.
|
2010-12-24 17:06:35 +00:00 |
tuner
|
si4700/rda5802 tuners: prevent hang when changing radio region. Probably fixes bug FS#11754 .
|
2010-11-14 09:25:08 +00:00 |
ata.c
|
i.MX31: Busy wait for a couple microseconds at most then sleep until next tick when polling drive status. This prevents pointless jumps to overdrive speed from perceived high load when waiting for lengthy ops to complete such as spinup and sleep.
|
2011-01-22 09:23:31 +00:00 |
ata_flash.c
|
Commit FS#9545, storage cleanup and multi-driver support
|
2009-07-17 22:28:49 +00:00 |
ata_mmc.c
|
Make mutexes a tiny bit leaner. There is no need for a separate locked semaphore since having an owning thread also indicates that it is locked. Rename member 'count' to 'recursion' since it counts reentry, not locks. Change presents no compatibility issues for plugins or codecs because the structure size goes down.
|
2010-12-26 05:59:39 +00:00 |
button.c
|
Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.
|
2010-11-14 13:13:06 +00:00 |
eeprom_24cxx.c
|
Various files: make function implementations consistent with their declaration in the header file or static if
|
2009-01-31 23:51:11 +00:00 |
fat.c
|
Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos to Frank Gevaerts)
|
2011-01-02 22:28:22 +00:00 |
fmradio.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
generic_i2c.c
|
Apply FS #11423 - Use udelay in AMS driver for FM radio I2C
|
2010-06-21 21:41:07 +00:00 |
i2c.c
|
Add missing mutex_init to i2c driver
|
2009-07-10 17:46:35 +00:00 |
isp1362.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
isp1583.c
|
Various minor clean-ups for Zen Vision
|
2010-07-31 12:43:38 +00:00 |
lcd-1bit-vert.c
|
Rename sdl lcd initialization to (remote_)lcd_init_device which enables removing two #ifdef SIMULATOR and makes it happen as on target.
|
2010-05-18 12:27:20 +00:00 |
lcd-2bit-horz.c
|
Comment out lcd_drawline() DEBUGF messages which show in various simulators
|
2010-02-20 06:42:45 +00:00 |
lcd-2bit-vert.c
|
Comment out lcd_drawline() DEBUGF messages which show in various simulators
|
2010-02-20 06:42:45 +00:00 |
lcd-2bit-vi.c
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
lcd-16bit-vert.c
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
lcd-16bit.c
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
lcd-bitmap-common.c
|
Fix r29123: the variable should be initialized every time in the loop
|
2011-01-23 21:57:23 +00:00 |
lcd-charcell.c
|
Fix r29123: the variable should be initialized every time in the loop
|
2011-01-23 21:57:23 +00:00 |
lcd-charset-player.c
|
Final removal of tabs in firmware path
|
2010-01-03 11:31:14 +00:00 |
lcd-remote-1bit-v.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
lcd-remote-2bit-vi.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
led.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
m5636.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
m66591.c
|
M66591 Driver: Correct some comments.
|
2010-03-17 01:43:15 +00:00 |
nand_id.c
|
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 |
pcf50605.c
|
Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code
|
2008-07-16 11:02:14 +00:00 |
pcf50606.c
|
tcc77x targets: various minor cleanups
|
2010-08-28 10:17:19 +00:00 |
pcf50635.c
|
D2: Reduce binsize a bit by using arrays for the PMU initialisation.
|
2009-10-11 21:12:06 +00:00 |
qt1106.c
|
Make the meizu m3 load from flash, so interrupts work. More work is needed to get the m6sl "working" again
|
2008-10-18 22:28:59 +00:00 |
ramdisk.c
|
Ramdisk: add hotswap support
|
2010-10-26 12:27:33 +00:00 |
sd.c
|
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things
|
2010-06-05 21:12:16 +00:00 |
serial.c
|
Simplify some boolean expressions that compare directly against 'true'
|
2010-01-02 16:03:30 +00:00 |
sw_i2c.c
|
Updated our source code header to explicitly mention that we are GPL v2 or
|
2008-06-28 18:10:04 +00:00 |
synaptics-mep.c
|
SA9200: Adjust touchpad sensitivities so that actual contact with the player is needed to cause button presses and hopefully those settings will work nicely. Add a parameter read function to the MEP driver for debugging and RE purposes; enable compilation of it if you want to use it. Make a note in power-sa9200.c about button inits.
|
2011-01-11 23:48:29 +00:00 |
touchscreen.c
|
Touchscreen: Improved scroll threshold
|
2010-11-10 15:25:15 +00:00 |
tsc200x.c
|
Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x touchscreen controller).
|
2009-10-15 20:13:29 +00:00 |
tsc2100.c
|
M:Robe 500: Fix FIQ's and make the audio DMA a FIQ, simplify the ADC code and make it more reliable. Fix ADC problems on initial boot.
|
2009-12-12 18:36:52 +00:00 |