Age Message
12 years 5 months media: radio: RDA5807: Implemented VIDIOC_S_HW_FREQ_SEEK ioctl.

This enables hardware seeking.
The seek threshold is not configurable yet though, for lack of an API.
12 years 5 months media: radio: RDA5807: Implemented VIDIOC_G_FREQUENCY ioctl.
12 years 5 months media: radio: RDA5807: Implemented VIDIOC_QUERYCAP ioctl.
12 years 5 months MIPS: A320: Specify platform data for RDA5807.

Platform data is now required by the driver. Before introducing platform data,
the analog audio output was not enabled by the driver.
12 years 5 months media: radio: RDA5807: Print fatal problems using dev_err instead of dev_warn.
12 years 5 months media: radio: RDA5807: Configure inputs and outputs using platform data.
12 years 5 months media: radio: RDA5807: Re-tune on enable.

Tuning is lost when the chip is disabled.
12 years 5 months media: radio: RDA5807: Implemented suspend and resume.

On suspend, disable the chip to save power.
On resume, enable the chip if the radio device is not muted.
12 years 5 months media: radio: RDA5807: RSSI is 7 bits wide.

Jérôme reported that values over 63 do occur, although one probably has to
go outside to get such good reception.
12 years 5 months media: radio: RDA5807: Mute at startup; power down when muted.

This way the radio does not draw power when it is not in use.
12 years 5 months MIPS: A320: Enabled RDA5807 support.

Enabled required drivers in kernel config and I2C configuration in the
board support.
12 years 5 months media: radio: RDA5807: Added driver.

Driver has enough functionality to make fmtools 2.x work, but is far
from complete.

Many thanks to Jérôme VERES for his command line radio application that
demonstrates how the chip can be controlled via I2C.
12 years 5 months MIPS: A320: defconfig: Disable "msdos" file system.

No-one is using DOS (8.3) file names anymore, it is all long files names
nowadays and that is handled by the "vfat" file system driver.
12 years 5 months MIPS: A320: Do not mark line-in as not connected.

The FM radio receiver chip is connected to line-in.
12 years 5 months mfd: jz4740-adc: Make jz4740_adc_driver static

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 5 months mfd: jz4740-adc: Fix generic irq chip ack function name.

In commit 659fb32d1b6("genirq: replace irq_gc_ack() with {set,clr}_bit
variants"), irq_gc_ack was renamed to irq_gc_ack_set_bit. The jz4740-adc
driver still uses the old name which results in a compile error.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 9 months mfd: Use generic irq chip for jz4740-adc

Use the generic irq chip framework for implementing the irq chip for
the jz4740-adc driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
12 years 6 months MIPS: JZ4740: SLCD: Enable caching on mmap-ed frame buffer.

Override the mmap operation.
The implementation of mmap is based on that from the ps3fb driver.

Thanks to Lars-Peter Clausen for his help.
12 years 6 months MIPS: JZ4740: A320: Fixed double buffering when TV-out is active.

Update frame start address in fb_pan_display handler.
12 years 6 months MIPS: JZ4740: GPIO: Use new name for generic ack function.

In commit 659fb32d1b6, irq_gc_ack was renamed to irq_gc_ack_set_bit.
12 years 9 months MIPS: JZ4740: GPIO: Check correct IRQ in demux handler

Check the trigger direction for the triggered IRQ instead of the parent IRQ.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 9 months MIPS: JZ4740: GPIO: Simplify IRQ demuxer

We already know the base IRQ for a GPIO chip, so there is no need to recalculate
it in the demux handler.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
12 years 9 months MIPS: JZ4740: Use generic irq chip

Use the generic irq chip framework to implement the jz4740 INTC and GPIO irq
chips.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
12 years 7 months defconfig for the Ben NanoNote: updated for 3.0

Forgot to commit the 3.0 update in 803cd8aa22a375041fe12d52033c64debc045b99.
13 years 5 months qi_lb60: Don't use 3-wire spi mode for the display for now

The spi_gpio driver does not support 3-wire mode.


interactive