Age | Commit message (Expand) | Author |
2009-06-21 | Fix missing i2c mutex initialisation for telechips. | Bertrik Sikken |
2009-06-20 | c200v2 : fix FM radio, the c200v2 uses the internal oscillator like others Sa... | Rafaël Carré |
2009-06-20 | Sansa c200v1 & c200v2 LCD: higher performance when writing pixels | Rafaël Carré |
2009-06-20 | Fix delays in generic i2c driver, reduce delays in ams sansa fmradio i2c driv... | Bertrik Sikken |
2009-06-20 | Fix e200v2 radio problem (missing Si4702 initialisation) | Bertrik Sikken |
2009-06-20 | Make ATA poweroff an advanced build option for the Player. | Jens Arnold |
2009-06-20 | Enable charging on the Sansa Fuze (charging/discharging curves are still unca... | Bertrik Sikken |
2009-06-20 | * Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74... | Maurus Cuelenaere |
2009-06-19 | Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha... | Mark Arigo |
2009-06-19 | Philips SA9200: Working touchpad and button lights! Also, improvements to the... | Mark Arigo |
2009-06-19 | Clean up the Synaptics touchpad driver. | Mark Arigo |
2009-06-18 | Sansa AMS: fix yellow for models with buttonlight & without multivolume | Rafaël Carré |
2009-06-18 | Apply FS#10306 to Sansa c200v2 (fix build in the same time) | Rafaël Carré |
2009-06-18 | FS#10306 by Thomas Martitz : button light doesn't change on SD transfers on S... | Rafaël Carré |
2009-06-18 | Confirm USB VID/PID of Samsung YH920 | Rafaël Carré |
2009-06-18 | Fix red | Maurus Cuelenaere |
2009-06-18 | Ingenic Jz4740: enable IRAM (only core, without ibss) | Maurus Cuelenaere |
2009-06-18 | Sansa c200v2 : support more hardware | Rafaël Carré |
2009-06-17 | Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driver | Rafaël Carré |
2009-06-16 | Make some asm() statements volatile | Maurus Cuelenaere |
2009-06-16 | Touchscreen targets: add calibration screen + rewrite calibration driver (FS#... | Maurus Cuelenaere |
2009-06-16 | Onda VX747: fix backlight driver so it doesn't 'flicker' upon init | Maurus Cuelenaere |
2009-06-15 | Onda VX747: clean up SD GPIO initialization | Maurus Cuelenaere |
2009-06-13 | Sansa AMS: add a comment in sdram_init(), and use inline asm to set the SDRAM... | Rafaël Carré |
2009-06-13 | M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in... | Karl Kurbjun |
2009-06-13 | Fix bug in earlier commit of FS#10317: don't mix TIMER1 and TIMER2 settings | Bertrik Sikken |
2009-06-12 | FS#10317 - Sansa AMS 32-bit timers. Configure the timers for 32-bit mode inst... | Bertrik Sikken |
2009-06-12 | Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi... | Jens Arnold |
2009-06-11 | Commit FS#10285 - Sansa Clip alternative button driver. This driver alternate... | Bertrik Sikken |
2009-06-11 | Minor nitpick: don't do |= on the write-only GPIOA_IC register | Bertrik Sikken |
2009-06-11 | Sansa AMS storage driver: restart bank selection if data transfer failed, and... | Rafaël Carré |
2009-06-11 | FS#10309 : Sets reasonable timeouts for data access in the SD driver | Rafaël Carré |
2009-06-10 | Onda VX747: support FAT16 | Maurus Cuelenaere |
2009-06-09 | Correct some comments (no functional changes) | Maurus Cuelenaere |
2009-06-09 | Properly implement backlighting on Onda VX7x7 (using PWM). | Maurus Cuelenaere |
2009-06-09 | Alright, revert r21229 for now. Stupid me forgetting about the inclusion sequ... | Thomas Martitz |
2009-06-09 | Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and onl... | Rafaël Carré |
2009-06-08 | Use the AMS_LOWMEM define to indicate memory size as the .lds files do in con... | Thomas Martitz |
2009-06-08 | FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed up | Rafaël Carré |
2009-06-08 | Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for f... | Bertrik Sikken |
2009-06-08 | Sansa e200v2: use = instead of |= when setting GPIO level | Bertrik Sikken |
2009-06-08 | VX767: cleanup LCD driver a bit + add forgotten backlight-target.h | Maurus Cuelenaere |
2009-06-08 | M:Robe 500: Add missing file. | Karl Kurbjun |
2009-06-08 | Fix Creative ZVM build | Karl Kurbjun |
2009-06-08 | M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets... | Karl Kurbjun |
2009-06-07 | FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15 | Rafaël Carré |
2009-06-07 | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold |
2009-06-06 | Fix some delays in generic_i2c | Bertrik Sikken |
2009-06-06 | Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedup | Rafaël Carré |
2009-06-06 | Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6... | Andrew Mahone |