index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
as3525
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
pcm: Further cleanup of unused bits of the PCM ACPI:
Solomon Peachy
1
-11
/
+0
2020-10-31
pcm: Get rid of pcm_play_pause() and associated APIs
Solomon Peachy
1
-20
/
+0
2020-10-26
'Fix RED e200 Framebuffer_viewport_rewrite
William Wilgus
1
-2
/
+2
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-1
/
+1
2020-05-23
Sansa AMS add Minimum Clocks for I2c IDE SDSLOT SSP
William Wilgus
1
-7
/
+28
2020-05-23
Sansa AMS set I2C properly
William Wilgus
1
-5
/
+18
2020-05-23
Sansa Clip+ set lcd SSP properly
William Wilgus
1
-1
/
+15
2020-05-23
Sansa ClipZip set lcd SSP properly
William Wilgus
1
-1
/
+16
2020-04-17
ClipZip LCD Corruption Backlight fix
William Wilgus
1
-3
/
+5
2019-12-30
Fix As3525 SD unused parameter warning
William Wilgus
1
-2
/
+3
2019-12-31
Sansa AS3525V1 Sd Interface implement powersave mode
William Wilgus
1
-30
/
+65
2018-07-28
Revert "As3525 v1/v2 Add power savings menu"
William Wilgus
8
-309
/
+51
2018-07-28
Revert "Fix Red on PowerSave in Simulator"
William Wilgus
1
-2
/
+0
2018-07-28
Slightly raise voltage on FuzeV2 devices.
Michael Giacomelli
1
-0
/
+3
2018-07-28
Fix Red on PowerSave in Simulator
William Wilgus
1
-0
/
+2
2018-07-27
As3525 v1/v2 Add power savings menu
William Wilgus
8
-51
/
+309
2018-07-26
Optimize lcd-ssd1303 driver (clip series)
William Wilgus
5
-82
/
+228
2018-07-26
Update AS3525 v1/v2 debug menu; add scrolling and missing frequencies
William Wilgus
1
-192
/
+188
2018-07-25
AMS v1/v2: Fix I2C2_CSPR debug menu entry
William Wilgus
3
-20
/
+32
2018-07-25
CLIPPLUS -- Remove un-needed handling for power button button button_read_dev...
William Wilgus
1
-7
/
+9
2018-07-04
AMS v1/v2: Remove sd_enabled as an externally-visible variable.
Michael Sevakis
4
-42
/
+29
2017-11-21
Convert i.MX31 and AMS target to use RTC interrupt
Michael Sevakis
2
-9
/
+53
2017-10-30
AMS: Convert ascodec_endofch() to use bit mod function's return value.
Michael Sevakis
1
-8
/
+1
2017-10-26
Unify storage threads into one
Michael Sevakis
2
-282
/
+182
2017-06-14
Slightly increase CVDD2 on AMSv2.
Michael Giacomelli
1
-2
/
+2
2017-03-12
Do some housekeeping with fat.h and SECTOR_SIZE
Michael Sevakis
2
-2
/
+2
2017-02-11
Improve radio RDS driver and framework
Michael Sevakis
1
-7
/
+1
2017-02-07
Slightly increase CVDD1 for Clip Zip
Mihail Zenkov
1
-1
/
+1
2017-01-27
sd-as3525v2: simplify logic and cleanup
Mihail Zenkov
1
-75
/
+33
2017-01-25
AMS: Return ascodec to interrupt-based I2C2 driver
Michael Sevakis
4
-123
/
+536
2016-08-15
as3525v2: use the new USB DesignWare driver
Cástor Muñoz
2
-0
/
+76
2016-08-11
Increase CVDD1 only for Clip+ version 0
Mihail Zenkov
1
-1
/
+4
2016-08-10
Increase CVDD1 for Clip+ to prevent ATA error
Mihail Zenkov
1
-1
/
+3
2016-04-05
as3525: reverting I2C2 to non-interrupts version
Mihail Zenkov
2
-361
/
+109
2016-04-04
Fix checking for CONFIG_CHARGING
Mihail Zenkov
1
-2
/
+2
2016-03-27
Enable voltage scaling on AMSv2.
Michael Giacomelli
1
-2
/
+2
2016-03-27
AMSv2: additional delay for voltage scaling
Mihail Zenkov
1
-4
/
+7
2016-03-27
AMSv2: DBOP frequency divided by 2
Mihail Zenkov
1
-3
/
+4
2016-03-24
Slightly increase VDD2 on AMSv2.
Michael Giacomelli
1
-2
/
+2
2016-03-18
sd-as3525v2: prevent DTO error and DMA problems
Mihail Zenkov
1
-7
/
+12
2016-03-18
sd-as3525v2: exit with error if transfer failure
Mihail Zenkov
1
-0
/
+3
2016-03-18
sd-as3525v2: Limit number of retry
Mihail Zenkov
1
-1
/
+1
2016-01-21
Enable frequency scaling on AMSv2 devices.
Mihail Zenkov
2
-46
/
+23
2016-01-18
Make sure the system is boosted before enabling USB hardware.
Michael Giacomelli
1
-2
/
+5
2016-01-18
Increase button delays in preperation for frequency scaling.
Michael Giacomelli
1
-2
/
+3
2016-01-18
Change the clipv2 button driver to use fixed delays rather than processor cyc...
Michael Giacomelli
1
-4
/
+2
2015-06-01
AMS: Change DMA transfer size for audio.
Mihail Zenkov
1
-1
/
+1
2015-04-09
AMS: Fix pop-clicks noise on play/stop.
Mihail Zenkov
1
-14
/
+2
2015-03-16
Fix a race condition in as3525 I2C driver caused by stacked ISRs.
Michael Sevakis
1
-17
/
+25
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
17
-83
/
+83
[next]