summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2010-10-21HDD6330 and HDD1630: split the code for the backlight, cause it's rather diff...Szymon Dziok4-18/+119
2010-10-18HDD6330: Patch to enable/disable backlight.Szymon Dziok1-0/+10
2010-10-18HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...Szymon Dziok1-5/+1
2010-10-17HDD6330: Configure touchpad (maximum touch sensivity, reduce transmissionSzymon Dziok1-0/+10
2010-10-14as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining codeAmaury Pouly1-1/+1
2010-10-12iPod Nano 2G USB: Make sure the USB core is properly powered off on boot.Michael Sparmann1-0/+8
2010-10-10Commit FS#11663 by me - Patch: iPod Nano 2G Bootloader: Boot OF if MENU butto...Michael Sparmann1-15/+59
2010-10-01Submit FS#11646. Reduce voltage supply for iPod nano 2G LCD. Significantly re...Andree Buschmann1-1/+2
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann1-1/+0
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 Buschmann1-0/+9
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré16-134/+33
2010-09-17Allow e200 to compile without HAVE_RECORDINGFrank Gevaerts1-2/+26
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é1-1/+1
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-09Forgot to rename cpucache_flush/_invalidate for PP502x.Thomas Martitz1-2/+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 Martitz5-102/+174
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-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
2010-09-07AMS: make dma_disable_channel() not inlineRafaël Carré2-2/+2
2010-09-06debug-as3525.c : fix include, remove commentRafaël Carré1-4/+1
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré2-24/+16
2010-09-03revert r27991Rafaël Carré1-2/+2
2010-09-03Clipv1: update CHARGER_TOTAL_TIMERRafaël Carré1-1/+1
2010-09-03Clipv1: draw 150mA from the charger, like Clipv2/+Rafaël Carré1-1/+1
2010-09-03USB AMSv2: fix bit position in DCFG registerRafaël Carré1-2/+2
2010-09-02as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't prote...Amaury Pouly1-3/+1
2010-09-02as3525v2:Amaury Pouly2-61/+91