summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2010-12-22Fix yellowThomas Martitz
2010-12-21Make usb_detect() return USB_UNPOWERED instead of USB_EXTRACTED. Without that...Frank Gevaerts
2010-12-21WM8750 - fix muted output when entering FM radio screen.Marcin Bukat
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann
2010-12-20HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for so...Marcin Bukat
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann
2010-12-16fix typo, thanks to Luka_S for catching thisMarcin Bukat
2010-12-16HD300 - hacky workaround which makes USB bridge work in rockboxMarcin Bukat
2010-12-16Fix headphone detection on iPod Nano 2G being inverted (regression from r28800)Michael Sparmann
2010-12-15HDD6330: implement lcd_set_flip() function.Szymon Dziok
2010-12-14FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...Fred Bauer
2010-12-13HDD6330: speedup lcd_blit_yuv() function (~4%).Szymon Dziok
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann
2010-12-13HDD6330: implement initialization and inversion of lcd.Szymon Dziok
2010-12-13Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann
2010-12-13Android: Protect lcd updates with a mutex.Thomas Martitz
2010-12-12Only return USB_POWERED if USB_DETECT_BY_DRV is actually defined, which might...Frank Gevaerts
2010-12-12Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb charge...Frank Gevaerts
2010-12-12iPod nano 2G does use less current since the latest optimizations.Andree Buschmann
2010-12-12AMSv2: handle sd card ACMDs similar to how it's done for AMSv1Bertrik Sikken
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann
2010-12-12AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just like...Bertrik Sikken
2010-12-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann
2010-12-12Fix bug introduced with r28800 (missing interrupt handler).Andree Buschmann
2010-12-12Really fix yellow this time, SVN only committed half of what I wanted...Michael Sparmann
2010-12-12Fix yellow, already assign values for various S5L8702 definesMichael Sparmann
2010-12-12usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ...Michael Sparmann
2010-12-11HD300 - further speedup of lcd_update() by utilizing DMA transfer when unboos...Marcin Bukat
2010-12-11S5L870x LCD interface registers are 32 bit.Andree Buschmann
2010-12-11HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat
2010-12-11Fix typo in comment.Andree Buschmann
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann
2010-12-10Android: Replace the java based tick timer implemented with a not as bloated ...Thomas Martitz
2010-12-10HD300 - do not handle scrollstrip events when hold is onMarcin Bukat
2010-12-09MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ...Marcin Bukat
2010-12-08RTC s35380a - remove unneeded header files includesMarcin Bukat
2010-12-08MPIO HD300 simulator. FS#11796 by Michael LeslieMarcin Bukat
2010-12-08RTC s35380a - cleanup and more commentsMarcin Bukat
2010-12-07RTC s35380a - proper alarm supportMarcin Bukat
2010-12-07correct argument of open.Teruaki Kawashima
2010-12-06Fix configure and lib pathThomas Martitz
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz