summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/samsung
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Samsung YH92X: Remove unneeded line.Szymon Dziok1-4/+0
2015-11-15YH8xx,YH9xx: Keymap improvementSebastian Leonhardt2-0/+36
2015-10-14Samsung YH820/YH92X: different way of powering off to avoid poweringSzymon Dziok1-9/+4
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat4-9/+9
2014-07-28Support for remote on Samsung YH920/YH925.bootloader_yh820_v1Szymon Dziok3-7/+71
2014-07-28Samsung YH-925: Don't add anything to adc value while reading it.Szymon Dziok1-6/+4
2014-07-28Samsung YH-920: Proper values for battery monitoring, based on the OF formula.Szymon Dziok1-7/+5
2014-07-27Samsung YH-820: enable battery monitoringSebastian Leonhardt1-10/+8
2014-06-18Radio and radio recording for Samsung YH-920.Szymon Dziok2-1/+138
2014-06-18YH92x: Implement ATA power off.Szymon Dziok1-1/+17
2014-06-09Samsung YH-820: implement an inverting of colours on the lcd.Szymon Dziok1-2/+2
2014-06-09Samsung YH-920: properly implement and enable lcd flipping.Szymon Dziok1-5/+5
2013-07-19Combine PortalPlayer .lds files into one for app and boot.Michael Sevakis2-258/+2
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon3-3/+3
2012-01-11lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...Amaury Pouly2-4/+4
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-10/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz3-3/+3
2012-01-03Fix path to PP crt0Rafaël Carré2-2/+2
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken3-0/+3
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré3-5/+5
2010-05-24fix YUV Dither for the other targets too, like in r26064.Szymon Dziok2-2/+2
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-03-08Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...Thomas Martitz1-2/+2
2010-03-03Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...Thomas Martitz1-3/+15
2010-01-03Fix tabsAndree Buschmann1-1/+1
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2-2/+2
2009-10-03Samsung YH920 : fix lcd_blit_mono displaying twice too wideRafaël Carré1-11/+15
2009-10-03Samsung YH920 LCDRafaël Carré2-41/+4
2009-10-03Bugfix: On vertically packed 2bpp LCDs a grey pixel block is only 4 pixels, s...Jens Arnold1-37/+18
2009-10-02Forgotten in r22876 : remove (void)arg;Rafaël Carré1-15/+0
2009-10-02Samsung YH920 : greylib support based on ipod/lcd-as-gray.SRafaël Carré2-7/+172
2009-09-08Samsung YH925: Reset the LCD orientation to what the OF expects before branch...Thomas Martitz1-0/+12
2009-09-05Fix display bug in the Samsung YH-920 on partial lcd updates.Mark Arigo1-1/+1
2009-09-01YH920 : enable battery reading (uncalibrated yet)Rafaël Carré1-2/+1
2009-09-01Enable sound on the Samsung YH-920Mark Arigo1-0/+5
2009-08-30Fix x_offset for YUV blitting.Thomas Martitz1-0/+2
2009-08-30Dreaded last minute changes at 4am :( Fix red.Thomas Martitz1-1/+1
2009-08-30Samsung YH925: Implement lcd flipping. Although it's a questionable feature, ...Thomas Martitz1-22/+33
2009-08-24Samsung YH925: Correct a typo in the battery calibration.Thomas Martitz1-1/+1
2009-08-19fix redNils Wallménius1-0/+2
2009-08-07Samsung YH925: Battery calibration for charging and dischharging.Thomas Martitz1-4/+4
2009-08-07Samsung YH925: Support for battery monitoring and charging. Discharge curve n...Thomas Martitz2-3/+2
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2-44/+43
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo19-0/+3346