summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-09-26RDA5802 tuner: fix small bug in rda5802_init (writing too much data)Bertrik Sikken1-1/+1
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann1-1/+0
2010-09-25Add current consumption and battery capacities to iPod nano 2G config file.Andree Buschmann1-4/+8
2010-09-25Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.Andree Buschmann1-0/+1
2010-09-25Remove code that was unintentionally submitted.Andree Buschmann1-1/+0
2010-09-25Add some more information to iPod nano 2G debug screen.Andree Buschmann1-16/+12
2010-09-25Disable clickwheel power supply when hold button is active for iPod nano 2G.Andree Buschmann1-0/+5
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann4-0/+25
2010-09-22Enlarge the button post interval against audio drop outs, Too many lcd updatesThomas Martitz1-2/+2
2010-09-22Touchscreen: button driver improvementsThomas Martitz1-28/+61
2010-09-20iap: make variable serbuf non-globalBertrik Sikken3-5/+5
2010-09-20Fix typoThomas Martitz1-1/+1
2010-09-20Redirect (L)DEBUGFs to adb logcat in DEBUG enabled builds.Thomas Martitz6-15/+62
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré20-167/+41
2010-09-20file_exists(): fix DEBUGF()Rafaël Carré1-2/+2
2010-09-20usb: remove unused variable and correctly stall on unhandled control requestsAmaury Pouly1-2/+8
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré3-12/+8
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts3-4/+34
2010-09-17Simplify unnecessary baroque preprocessor condition a bitFrank Gevaerts1-2/+2
2010-09-17Only define USB_ENABLE_STORAGE if USB_HAS_BULK and USE_ROCKBOX_USB are both setFrank Gevaerts1-0/+4
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts1-0/+2
2010-09-16usb_drv_reset() is only used in usb-drv-arc.cRafaël Carré2-2/+1
2010-09-15button driver: make repeat timings be centiseconds and not ticksRafaël Carré1-6/+6
2010-09-12AMS USBv2: use OF settings for undocumented registerRafaël Carré1-2/+1
2010-09-09Fix beast, forgot the asm label when renaming.Thomas Martitz1-4/+5
2010-09-09Also rename cpucache_invalidate() function for mips. There's more in the targ...Thomas Martitz1-1/+2
2010-09-09Extend lc_open() to also being able to load overlay plugins.Thomas Martitz3-16/+72
2010-09-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz1-2/+4
2010-09-08Revert r27972 to fix FS#11610 (but in a way android builds still work).Thomas Martitz1-1/+4
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz2-6/+6
2010-09-08Rename cache coherency functions.Thomas Martitz8-103/+191
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré1-24/+21
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré1-83/+83
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré1-3/+3
2010-09-08USB AMSv2: only read endpoint interrupt status register onceRafaël Carré1-8/+10
2010-09-08usb-drv-as3525v2.c: cosmetics (remove trailing spaces)Rafaël Carré1-15/+15
2010-09-08USB AMSv2: Reduce the size of (in/out)_ep_listRafaël Carré1-2/+2
2010-09-08USB AMSv2: simplify FOR_EACH* macrosRafaël Carré1-34/+28
2010-09-08USB AMSv2: use status == -1 to signal errorsRafaël Carré1-7/+10
2010-09-08usb-s3c6400x.c : don't hardcode USB_NUM_ENDPOINTS but use the defineRafaël Carré1-3/+3
2010-09-08USB AMSv2: cosmeticsRafaël Carré1-11/+10
2010-09-08USB AMSv2: update endpoint->len on transferRafaël Carré1-5/+5
2010-09-08as3525v2 usb: define USB_HAS_BULKRafaël Carré2-2/+5
2010-09-08usb-drv-as3525v2: use dump_dcache_range()Rafaël Carré1-1/+1
2010-09-08usb-drv-as3525v2: fixesRafaël Carré1-6/+6
2010-09-07as3525v2-usb: don't disable data transfers !Amaury Pouly1-5/+6
2010-09-07as3525v2-usb: fix red and fix stupid typo about endpoint statusAmaury Pouly1-13/+5
2010-09-07as3525v2-usb: all control operations are working, there is a problem with UMS...Amaury Pouly1-33/+94
2010-09-07as3525v2-usb:Amaury Pouly1-56/+35
2010-09-07gigabeats: remove inline from extern functionsRafaël Carré2-2/+2