Age Message
11 years 5 months MIPS: JZ4740: A320: defconfig: Enable RNDIS support in cdcether driver

Tests show it is possible to get this gadget to work with at least
Windows 7 using drivers from Windows itself if the RNDIS support is
enabled.
11 years 6 months ASoC: jz4740: Use regmap

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 10 months ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmap

Less error prone and one less line of code in drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
11 years 7 months ASoC: core: Fix check before defaulting to regmap

Check if the chip has provided a write operation (which is mandatory for
I/O) rather than looking for control data as some of the MFDs use a global
for this. Also skip the attempt if there's no regmap available by device
in case things get confused by the attempt to default.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
11 years 8 months ASoC: core: Try to use regmap if the driver doesn't set up any I/O

Since most new drivers are expected to use regmap and since frequently the
only thing we need to do in the CODEC probe function is configure the I/O
try to initialise the register I/O using regmap if the driver hasn't done
so after probe().

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
11 years 6 months ASoC: jz4740: Use devm_request_and_ioremap

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 11 months ili8960: Use kstrtoul

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 11 months ili8960: Use devm_kzalloc

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 11 months ili8960: Use module_spi_driver

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 6 months RTC: JZ4740: Init the "regulator" register on startup.

This register controls the accuracy of the RTC. uC/OS-II use
the RTC as a 100Hz clock, and writes a completely wrong value
on that register, that we have to overwrite if we want a working
real-time clock.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
11 years 11 months ASoC: JZ4740: Add TLV information

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
11 years 6 months MIPS: JZ4770: SLCD: Use SIMPLE_DEV_PM_OPS instead of dev_pm_ops

Not functional changes, just a cleanup.

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Commit c19956e044a049caa62ec10b9f68c976cec65963, by Marcos Paulo de Souza
11 years 6 months MIPS: JZ4740: A320: Hardcode GPIO I2C bus number

The previous bus ID value of -1 should auto-assign an unused bus number,
but apparently it does not consider bus 0 unused since the RDA5807 is
registered on there, so it picks bus 1 and the RDA5807 becomes unreachable.

Thanks to Lars-Peter Clausen for figuring out the cause of this problem
and to Marcos Paulo de Souza for testing the fix.
11 years 9 months MIPS: JZ4740: SLCD: Rely on jzfb->tv_out instead of detecting TV-out state.
11 years 6 months media: radio: RDA5807: Sleep 0.5s after chip enable

As suggested by the programming guide, this 0.5s sleep ensures
that the chip is ready for the tuning process.

Suggested-by: Maarten ter Huurne <maarten@treewalker.org>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Commit cc31bcc0f9a139c0d51e7ec33e426c819fe3671b, by Marcos Paulo de Souza
11 years 7 months MIPS: A320: Don't override bootloader arguments.
11 years 7 months Enable support for UBIFS (UBI filesystem).
11 years 7 months MIPS: A320: Enable support for UBI.
11 years 7 months MIPS: A320: do not mark the partitions as read-only.

This is safe to do, as currently the ChinaChip FTL implementation
is read-only.
11 years 7 months MIPS: A320: correct partition table.

The uC/OS-II loader starts at page 64, and is 192 pages long.
11 years 7 months fbcon: update documentation for the "bind" parameter.
13 years 6 months MIPS: A320: Default config for Dingoo A320.

This is the config from the jz-3.4 branch brought up to date for 3.5.
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.4 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


interactive