index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
Age
Commit message (
Expand
)
Author
2011-05-03
AMSv2 USB: Write usb_delay() in assembly
Rafaël Carré
2011-05-02
fuze+: use mdelay and not udelay in lcd sequences
Amaury Pouly
2011-05-01
Sansa Fuze+: initial commit (bootloader only, LCD basically working)
Amaury Pouly
2011-04-23
Split off target-specific parts from firmware/drivers/serial.c
Bertrik Sikken
2011-04-22
ipod6g: make functions and variables static where possible
Bertrik Sikken
2011-04-22
Fix issues with iPod nano 2G displays reported on the forums. The voltage sup...
Andree Buschmann
2011-04-18
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...
Bertrik Sikken
2011-04-18
AMSv1 sd: work-around for detection problem with some sd cards (delay after s...
Bertrik Sikken
2011-04-09
AMS sd: use defines instead of direct values for drive number
Bertrik Sikken
2011-04-08
Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the b...
Bertrik Sikken
2011-04-02
Sansa clip+: do not set GPIO B7 in the display driver, it's already used for ...
Bertrik Sikken
2011-04-01
AMSv2: fix dependency between button light and sd card control for fuze v2 va...
Bertrik Sikken
2011-03-29
AMSv2 sd: do not try to switch sd cards into high-speed mode.
Bertrik Sikken
2011-03-28
AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...
Bertrik Sikken
2011-03-28
AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1
Bertrik Sikken
2011-03-26
AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...
Bertrik Sikken
2011-03-26
AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...
Bertrik Sikken
2011-03-26
AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...
Bertrik Sikken
2011-03-26
AMSv2 SD: sd card communication speed can be changed back to full speed after...
Bertrik Sikken
2011-03-24
iPod Classic storage driver: Fix some implicit casts, typos, ...
Michael Sparmann
2011-03-24
fix warning, use unsigned variable
Rafaël Carré
2011-03-24
SD AMSv2: fix r29625
Rafaël Carré
2011-03-21
AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)
Bertrik Sikken
2011-03-21
AMSv2 SD: receive sd card command responses during initialisation instead of ...
Bertrik Sikken
2011-03-21
AMSv2 SD: wait for previous data transfer completion before sending a command
Bertrik Sikken
2011-03-21
AMSv2 SD: use a sleep instead of a udelay for 100 ms delay
Bertrik Sikken
2011-03-20
SD AMSv2: fix r29169
Rafaël Carré
2011-03-20
SD amsv2: remove double assignement
Rafaël Carré
2011-03-20
Add another delay in the AMSv2 sd controller driver as a work-around for SD i...
Bertrik Sikken
2011-03-05
Change the thread api a bit.
Thomas Martitz
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-03-01
iPod Classic: Use DMA (and double buffering) for LCD updates
Michael Sparmann
2011-02-28
iPod Classic: Enable RGB LCD update assembler code
Michael Sparmann
2011-02-28
iPod Classic: Fix YUV blitting. Mpegplayer works now.
Michael Sparmann
2011-02-27
iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)
Michael Sparmann
2011-02-25
Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...
Michael Sevakis
2011-02-24
Use thumb-compatible byte swap routines when building with -mthumb.
Michael Sevakis
2011-02-23
Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not...
Michael Sevakis
2011-02-22
Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791
Michael Chicoine
2011-02-20
Calibrate iPod Classic battery gauge a bit better
Michael Sparmann
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-11
Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.
Andree Buschmann
2011-02-10
iPod Nano2g/Classic clickwheel: Configure GPIO pins as Hi-Z while hold switch...
Michael Sparmann
2011-02-10
Fix more red. Two had been hiding.
Michael Sparmann
2011-02-10
Fix red
Michael Sparmann
2011-02-10
iPod Nano 2G: Fix current leak through clickwheel GPIOs when clickwheel is po...
Michael Sparmann
2011-02-10
Fix red (remove accidentally committed debugging code)
Michael Sparmann
2011-02-10
iPod Classic: Do boosting the right way round ;-)
Michael Sparmann
2011-02-10
iPod Classic: Fix current leak through clickwheel GPIOs when clickwheel is po...
Michael Sparmann
2011-02-09
iPod Classic: Enable boosting by switching the CPU between 1x and 2x AHB clock
Michael Sparmann
[next]