Age Message
11 years 6 months MIPS: JZ4740: QI_LB60: Change PWM numbering back

Now that PWM0 and PWM1 are included, PWM4 is again pwm number 4.
11 years 6 months MIPS: JZ4740: A320: Adapt to new PWM framework
11 years 6 months pwm: JZ4740: Include PWM0 and PWM1

This ensures that the numbering that the pwm core and the hardware use
is the same, to avoid confusion.

Also, the original code didn't actually work because the core pwm number
was also used as a timer number and was therefore 2 too low.
11 years 6 months pwm: Add Ingenic JZ4740 support

This commit moves the driver to drivers/pwm and converts it to the new
PWM framework.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Commit 9ed25f0ee4508b30de1619c081a9d6d75471bd0d, by Thierry Reding
11 years 6 months MIPS: JZ4740: Export timer API

This is a prerequisite for allowing the PWM driver to be converted to
the PWM framework.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Commit e92c37116eabe2cb75f6325c2bc794b3f0457672, by Thierry Reding
11 years 6 months MIPS: JZ4740: Break circular header dependency

When including irq.h, arch/mips/jz4740/irq.h will be selected as the
first candidate. This header does not include the proper definitions
(most notably NR_IRQS) required by subsequent headers. To solve this
arch/mips/jz4740/irq.h can be deleted and its contents can be moved
into arch/mips/include/asm/mach-jz4740/irq.h, which will then be
correctly included.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Commit 0f1f312c8c0fc34cb046b29f32de318d5aabfb3f, by Thierry Reding
13 years 6 months MIPS: A320: Default config for Dingoo A320.

This is the config from the jz-3.5 branch brought up to date for 3.6.
13 years 4 months Add defconfig for the Ben NanoNote

This is the config from the jz-3.4 branch brought up to date for 3.5.
13 years 3 days MIPS: A320: Add Dingoo A320 board support.

This is a squashed version of the development done in the jz-3.5 branch.
12 years 9 months OpenDingux: initrd: Specify initrd contents using text file

The gen_init_cpio tool will parse the text file and generate a cpio archive.

splashkill is a simple program that is meant to be launched directly by the
kernel, before mininit. 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 source for the mininit and splashkill binaries can be found here:
https://github.com/Ayla-/mininit
12 years 1 month MIPS: JZ4740: Add OpenDingux logo.
12 years 7 months MIPS: A320: Add SoC sound support for Dingoo A320.
11 years 9 months MIPS: JZ4740: Work around fbcon logo crash with SLCD.

The logo data is in the init section. However, when using the SLCD driver,
the fbcon code will try to fetch the logo data after the init section has
already been freed, potentially crashing the kernel.

This is a workaround because we have to release a stable kernel now.
The root cause should be found and fixed later.
12 years 9 months MIPS: JZ4740: SLCD framebufer driver.

This driver sends the frame buffer to a smart LCD controller,
that is a controller with its own video memory.
It is a squashed version of development done in the jz-3.5 branch.
11 years 10 months MIPS: JZ4740: LCD: Fixed LCD_CMD consts and completed LCD_STATE consts

None of these constants are used so far.
11 years 9 months MMC: JZ4740: Fix handling of read errors.

For no reason, the code handling write errors was implemented while
the code handling read errors was missing.
11 years 9 months MMC: JZ4740: Remove duplicated code.
11 years 10 months MIPS: JZ4740: Acquire and enable DMA controller clock

Previously, it was assumed that the DMA controller clock is not gated
when the kernel starts running. While that is the power-on state, it is
safer to not rely on that.
11 years 10 months MIPS: JZ4740: Correct clock gate bit for DMA controller
11 years 10 months MIPS: Removed declaration of obsolete arch_init_clk_ops()
11 years 11 months MIPS: JZ4740: Use round robin DMA channel priority mode.

Round robin is performed over two priority groups of 3 channels each,
so an argument was added to jz4740_dma_request() to select priority group.
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 c23d5230f99fdafc1c1c1b248f8d738d5b3aaa81, by LluĂ­s Batlle i Rossell
11 years 10 months fbcon: Add 6x10 font

This font is suitable for framebuffer consoles on mobile devices with
a 320x240 screen, to get a reasonable number of characters (53x24)
that are still at a readable size.

The font is derived from the existing 6x11 font, but gets 3 extra lines
without sacrificing readability. Also I redesigned a some glyhps so they
are more distinct and better fill the available space.

Squashed version of development done in jz-3.3 branch.
12 years 2 months fbcon: add parameter to toggle bind on startup.

The documentation update was squashed into this commit.
12 years 2 months fbcon: optimize parameters parsing loop.


interactive