.. |
archos/av300
|
Moved archos power handling into target tree. * Tuner power handling cleaned up a bit.
|
2007-08-14 22:06:23 +00:00 |
imx31
|
Gigabeat S memory management stuff.
|
2007-12-23 12:19:40 +00:00 |
ipod
|
Some cleanup for readability. No code change.
|
2008-01-13 13:58:18 +00:00 |
iriver
|
- share adc reading code between h10 and mrobe100
|
2008-01-12 20:36:45 +00:00 |
olympus/mrobe-100
|
m:robe 100: tweaks for more reliable shutdown
|
2008-01-13 12:35:10 +00:00 |
pnx0101
|
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
|
2007-11-12 18:49:53 +00:00 |
s3c2440
|
meg-fx: remove superfluous i2c_init call
|
2008-01-18 09:35:03 +00:00 |
sandisk
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
tatung/tpj1022
|
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
|
2007-11-12 18:49:53 +00:00 |
tcc77x
|
Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling.
|
2007-11-12 18:49:53 +00:00 |
tcc780x
|
Initial Cowon D2 commit:
|
2008-01-14 22:04:48 +00:00 |
tms320dm320
|
m:robe 500i: Fix indenting style in DSP loader
|
2007-11-25 01:27:33 +00:00 |
adc-pp5020.c
|
- share adc reading code between h10 and mrobe100
|
2008-01-12 20:36:45 +00:00 |
ata-as-arm.S
|
|
|
ata-pp5002.c
|
|
|
ata-pp5020.c
|
Restore a line accidentally removed by r15705
|
2007-11-20 07:52:37 +00:00 |
ata-target.h
|
|
|
audio-pp.c
|
Hopefully fix line-in recording on PortalPlayer targets (H10 in particular).
|
2007-11-11 23:41:54 +00:00 |
crt0-pp-bl.S
|
Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all.
|
2007-11-27 01:20:26 +00:00 |
crt0-pp.S
|
Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all.
|
2007-11-27 01:20:26 +00:00 |
i2c-pp.c
|
Portal player i2c driver: More struct spinlock phaseout.
|
2007-11-12 07:58:54 +00:00 |
i2c-telechips.c
|
Initial Cowon D2 commit:
|
2008-01-14 22:04:48 +00:00 |
i2s-pp.c
|
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Mini-1G. Simplify the pcm format selection #ifdefs.
|
2007-10-16 04:19:18 +00:00 |
lcd-as-memframe.S
|
More M:Robe work including a fix to lcd-as-memframe for larger screens thanks to Michael Sevakis. Also fixes simulator builds.
|
2007-10-21 23:12:17 +00:00 |
memcpy-arm.S
|
|
|
memmove-arm.S
|
|
|
memset-arm.S
|
|
|
memset16-arm.S
|
|
|
mmu-arm.c
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
mmu-arm.h
|
Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:Robe
|
2007-10-23 03:29:15 +00:00 |
pcm-pp.c
|
Finish the conversion to packed i2s for PP502x. Karl Kurbjun-approved for Mini-1G. Simplify the pcm format selection #ifdefs.
|
2007-10-16 04:19:18 +00:00 |
system-arm.h
|
Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound.
|
2007-10-06 22:27:27 +00:00 |
system-pp502x.c
|
Enable reboot on USB-insert for e200, as it works when done c200-style
|
2007-11-26 23:13:35 +00:00 |
system-pp5002.c
|
Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all.
|
2007-11-27 01:20:26 +00:00 |
system-target.h
|
Enable dualcore for the pp5002 processor by adding the needed cache handling and sleep/wakeup sync to the kernel. Refine some handling of fw/bl startup for all.
|
2007-11-27 01:20:26 +00:00 |
usb-drv-pp502x.c
|
Added some error returns
|
2007-11-27 13:42:47 +00:00 |
usb-fw-pp502x.c
|
Enable reboot on USB-insert for e200, as it works when done c200-style
|
2007-11-26 23:13:35 +00:00 |
usb-fw-pp5002.c
|
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
|
2007-09-04 08:03:07 +00:00 |
usb-target.h
|
|
|
wmcodec-pp.c
|
Get rid of a couple of inl/outl since we have defines. Also use some other defines in place of magic values.
|
2007-11-05 14:26:47 +00:00 |
wmcodec-telechips.c
|
Initial Cowon D2 commit:
|
2008-01-14 22:04:48 +00:00 |