summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8702
AgeCommit message (Expand)AuthorFilesLines
2015-10-07iPod Classic: introduce PL080 DMA controller driverCástor Muñoz1-0/+580
2015-10-07iPod Classic: s5l8702 GPIO interrupt controller.Cástor Muñoz3-10/+344
2015-07-17iPod Classic: do not use HDD features on CE-ATA drivesCástor Muñoz1-4/+5
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat2-10/+10
2014-12-10iPod Classic: YUV to RGB optimizations for ARM v5+Cástor Muñoz1-0/+772
2014-12-08iPod Classic: configure piezo GPIO portsCástor Muñoz1-9/+11
2014-12-08iPod Classic: minor modifications in TIMERCástor Muñoz3-23/+24
2014-11-18iPod Classic: fix HW_FREQ_32Cástor Muñoz1-2/+31
2014-11-16iPod Classic: update timer API using 32-bit timers.Cástor Muñoz2-45/+39
2014-11-13iPod Classic: fix s5l8702 cache line length.Cástor Muñoz2-3/+8
2014-10-02ipod6g, ata: Fix audio drop off while waiting for ata not busynialv71-0/+3
2014-09-22iPod Classic: Fix several ATA driver bugs.Michael Sparmann1-51/+108
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-5/+22
2014-03-03Fix last warnings.Thomas Martitz1-1/+0
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz1-0/+1
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-3/+3
2013-01-09iPod Classic/6G: PCM support for all CS42L55 ratesCástor Muñoz1-5/+13
2013-01-09iPod Classic/6G: support USB suspend modeCástor Muñoz1-2/+11
2013-01-09iPod Classic/6G: fix battery voltage ADC scaleCástor Muñoz2-5/+5
2012-05-07remove debug-target.hRafaël Carré1-0/+0
2012-04-06arm: factor all exception handlers out of the crt0.S filesAmaury Pouly1-30/+0
2012-03-31Classic/6G: CPU frequency/voltage scalingCástor Muñoz5-5/+47
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis1-4/+3
2012-03-03Fix errors in unintentionally merged gerrit commit.Michael Sevakis1-1/+2
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-2/+2
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-02-25FS#12519 - iPod Classic/6G: swap L-R audio channels by Cástor MuñozCástor Muñoz1-5/+4
2012-02-25Make some arrays const.Nils Wallménius1-5/+5
2012-02-25IPod Classic/6G: LCD sleep (FS#12523) by Cástor MuñozCástor Muñoz2-44/+233
2012-02-11FS#12524 - iPod Classic/6G: hardware click supportCástor Muñoz2-0/+121
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-7/+0
2012-01-04s5l8702: move debug-target.h content to .cRafaël Carré2-28/+2
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-5/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré2-1/+1
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2011-12-28iPod Classic: HDD endianness changeMichael Sparmann2-10/+31
2011-12-17Swap red and yellow for green on r31339's cranky builds.Michael Sevakis3-7/+7
2011-12-17Get the linker files that slipped through in r31337.Michael Sevakis2-9/+8
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff8-860/+860
2011-11-06iPod Classic: Set LCD controller configuration register during initialization...Michael Sparmann1-0/+2
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-15/+19
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-0/+3
2011-06-05fix redMarcin Bukat2-2/+2
2011-04-22ipod6g: make functions and variables static where possibleBertrik Sikken3-32/+36
2011-03-24iPod Classic storage driver: Fix some implicit casts, typos, ...Michael Sparmann1-5/+8
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2-20/+23
2011-03-01iPod Classic: Use DMA (and double buffering) for LCD updatesMichael Sparmann2-134/+103
2011-02-28iPod Classic: Enable RGB LCD update assembler codeMichael Sparmann1-4/+0
2011-02-28iPod Classic: Fix YUV blitting. Mpegplayer works now.Michael Sparmann2-4/+9