Age Message
11 years 11 months Merge branch 'jz-3.2' of projects.qi-hardware.com:qi-kernel into jz-3.2
11 years 11 months MIPS: A320: Tweak battery empty/full voltages.

These voltages depend on the exact battery and its age, but I think the new
values will more closely match reality for more people. At least they are
based on measurements now and not just educated guesses.
12 years 12 days MIPS: JZ4740: add the 'rgb' attribute to /sys.

The color lookup table of the ili9338 panel can now be changed
at runtime.
12 years 12 days MIPS: JZ4740: add the 'panel' attribute to /sys

The panel can now be changed at runtime.
12 years 13 days MIPS: JZ4740: add 'rgb' parameter for ILI9338.

This parameter can be used to modify the internal color
lookup table of the ILI9338, and alter the hue of the screen.
12 years 12 days MIPS: JZ4740: use standard module_param() macro for the 'panel' parameter.
12 years 1 month MIPS: JZ4740: code re-ordering.

The init/exit functions of each SLCD panel has been moved, so
that in the future they can call enable/disable or other static
functions more easily.
12 years 1 month MIPS: JZ4740: Drop support for LG LGDP4551 and SPFD5420A Smart LCD panels.
12 years 1 month ASoC: jz4740-pcm: Fix snd_pcm_hw_constraint_integer error check

snd_pcm_hw_constraint_integer return either 0 or 1 on success, so only treat
negative values as errors.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 1 month OpenDingux: initrd: added 'splashkill' program.

This simple program is meant to be launched directly by the kernel,
before min-init. It forks itself and sleeps until the ENTER key is
pressed ; when it occurs, it enables the framebuffer console by
writting to a file in /sys. This permits to 'kill' the kernel splash
screen, in order to display the boot log.

The latest version of splashkill can be obtained at
https://github.com/Ayla-/mininit
12 years 1 month MIPS: A320: defconfig: Tweak scheduling options to get better performance.

The main timer is now set to 250 Hz instead of 1000 Hz previously.
12 years 1 month MIPS: A320: Updated defconfig to match Kconfig changes.
12 years 1 month MIPS: JZ4740: enable the OpenDingux logo only when targetting the Dingoo.
12 years 1 month MIPS: A320: Fine-tune PWM backlight settings.

The 1 ms PWM cycle is the same as legacy Dingux uses. We had some reports from
users for whom the 5 ms OD cycle was causing flickering. An added advantage is
that changing the backlight intensity via pwswd is more fluent now.

The default brightness was increased from 100 to 145, which is a better value
for use in the day time (not everyone is a night dweller like us ;).
12 years 2 months MIPS: A320: hide the fb console at startup.
12 years 2 months MIPS: JZ4740: SLCD: show linux logo at init.
12 years 1 month MIPS: JZ4740: Add OpenDingux logo.
12 years 1 month Revert "MIPS: JZ4740: Add Dingux logo."

This reverts commit e9824981309d63661e44df087ff76601484864d7.
12 years 2 months ASoC: JZ4740: Enforce buffer size to be a multiple of period size

Neither the driver nor the hardware cope very well with buffer sizes not a
multiple of the period size and will cause auditable artifects. This patch adds
a integer constraint to the number of periods to enforce the buffer size to be a
multiple of the period size.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 2 months Revert "ASoC: JZ4740: Support buffer size that is not a multiple of period size."

This reverts commit fcc71f3634c3aa6c77222256eb09b97f44dd5961.
12 years 2 months Rename nanonote_defconfig to qi_lb60_defconfig

This matches the board support file name.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 2 months Refresh nanonote defconfig
12 years 2 months ASoC: jz4740: Convert qi_lb60 to use snd_soc_register_card()

Use snd_soc_register_card() instead of creating a "soc-audio" platform device.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
12 years 2 months MIPS: Enable vmlinuz for JZ4740

This patch adds support for building a compressed kernel for the JZ4740
architecture.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Commit c389c320d5b1bd5a86d696b2ddfdfeefea355857, by LluĂ­s Batlle i Rossell
12 years 2 months OpenDingux: initrd: updated mininit to latest version.

The latest version can be found at https://github.com/Ayla-/mininit


interactive