summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk
AgeCommit message (Expand)AuthorFilesLines
2008-04-15FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken3-6/+6
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-04-07Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....Michael Sevakis1-1/+1
2008-04-07Better sansa shutdown sequence in power_off.Michael Sevakis1-9/+7
2008-04-06e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis1-29/+11
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis5-14/+52
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-1/+1
2008-03-31Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...Mark Arigo1-0/+13
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+56
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-2/+2
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2-28/+2
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+160
2008-03-12Really stop red. Whatever works atm.Michael Sevakis1-0/+3
2008-03-12Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee...Michael Sevakis2-3/+3
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis1-17/+48
2008-03-12Fix newly introduced race condition in SD driver. Make sure to force remount ...Michael Sevakis1-0/+9
2008-03-09Sansa SD card driver: Simplify hotswap handling, and make it send the insert/...Jens Arnold1-81/+59
2008-02-28acknowledge USB disconnect. This wasn't always done anymore since the usb_wai...Frank Gevaerts1-0/+3
2008-02-28don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver...Frank Gevaerts1-0/+2
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis1-1/+2
2008-02-09Use a fixed multiplier of 2^10 as required when calculating number of blocks.Jonas Häggqvist1-1/+1
2008-01-20Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sans...Michael Giacomelli1-4/+4
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-10/+10
2008-01-18Properly serialize ata_init with other threads. Fix a bug that always initial...Michael Sevakis1-6/+7
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2-4/+4
2008-01-09Don't clear this bit. Helps c200 radios that have trouble tuning.Mark Arigo1-1/+1
2007-11-20Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ...Michael Sevakis1-1/+1
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-8/+7
2007-11-18Significant LCD speedup for all greyscale iPods and Sansa c200 (c200, 4th Gen...Jens Arnold1-1/+1
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-2/+2
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold2-21/+31
2007-11-12Portal player i2c driver: More struct spinlock phaseout.Michael Sevakis1-2/+2
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis1-2/+2
2007-11-06c200: Make microSD cards finally work.Jens Arnold1-2/+2
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell3-4/+4
2007-11-05Fix red.Barry Wardell2-9/+9
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell2-7/+7
2007-11-05e200/c200: Take advantage of mutex recursion for the tuner driver and dump th...Michael Sevakis1-10/+4
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold1-2/+33
2007-10-28C200: Reworked the LCD driver a bit, and fixed a bug with single column updat...Jens Arnold1-36/+35
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis1-4/+3
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell2-4/+6
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold2-11/+349
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell3-4/+4
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2-18/+16
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold1-4/+4
2007-10-08Hopefully take care of FS#7806 - Current Sansapatcher fails to boot OF by rem...Michael Sevakis1-8/+41
2007-10-07c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...Jens Arnold2-8/+284
2007-10-07* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold1-14/+7
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold3-5/+5