Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-03 | Merge branch 'om-gta02-2.6.31' into om-2.6.31 | Lars-Peter Clausen | |
2009-11-03 | Merge branch 'gta02-machine-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-11-03 | Merge branch 'om-s3c-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-11-03 | s3c: Register gpio bank J with gpiolib | Lars-Peter Clausen | |
This is nonportable and wastes a lot of memory and thus should be replaced with a prober solution asap. | |||
2009-11-02 | gta02: Use timer 2 for fiq so we have timer 3 for the vibrator and can do hw | Lars-Peter Clausen | |
pwm. | |||
2009-11-02 | Merge branches 'om-gta02-2.6.31' and 'om-gta01-2.6.31' into om-2.6.31 | Lars-Peter Clausen | |
Conflicts: drivers/mfd/Kconfig | |||
2009-11-02 | gta02: Replace generic backlight with pcf50633 backlight in default config. | Lars-Peter Clausen | |
2009-11-02 | Merge branches 'pcf50633-2.6.31' and 'gta02-machine-devices-2.6.31' into ↵ | Lars-Peter Clausen | |
om-gta02-2.6.31 | |||
2009-11-02 | gta02: Replace platform backlight driver with pcf50633-backlight. | Lars-Peter Clausen | |
2009-11-01 | Merge branch 'gta02-machine-devices-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-11-01 | modify-mach-gta02.patch | Nelson Castillo | |
Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> | |||
2009-10-31 | [gta02] Follow led naming specification. | Lars-Peter Clausen | |
2009-10-24 | Merge branch 's3c-touchscreen-2.6.31' into om-gta01-2.6.31 | Lars-Peter Clausen | |
2009-10-24 | Merge branch 's3c-touchscreen-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-24 | touchscreen patches for om-gta02-2.6.31 | Nelson Castillo | |
On Sat, Oct 24, 2009 at 3:04 AM, Nelson Castillo <arhuaco@freaks-unidos.net> wrote: > Hi there. I finally made this work. I tested with: cat /dev/input/touchscreen0 | hexdump > > I wonder why it didn't work with X... This rootfs works with other drivers I've tested (even with the upstream kernel). Problem found. Patch attached. From: Nelson Castillo <arhuaco@freaks-unidos.net> Date: Sat, 24 Oct 2009 14:12:58 -0500 Subject: [PATCH] Add auto-pst Without these lines the TS doesn't work. I didn't check who the author of the lines is. Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> | |||
2009-10-24 | Merge branch 's3c-touchscreen-2.6.31' into om-gta01-2.6.31 | Lars-Peter Clausen | |
2009-10-24 | Fix resume conversions | Vasily Khoruzhick | |
This patch fixes a bug where the TS might stop working after suspend/resume. This patch is under upstream review and it seems it will change a lot. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> | |||
2009-10-24 | Add s3c2410ts | Nelson Castillo | |
Add the ts and the relevant files. Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> | |||
2009-10-24 | s3c24xx: introduce s3c-adc delay | Vasily Khoruzhick | |
Without this patch we cannot make the s3c2410/s3c2440 touchscreen driver work. This will be done in a different way in upstream kernel. We specify the delay value (S3C2410_ADCDLY). Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> | |||
2009-10-20 | Merge branch 'gta01-machine-2.6.31' into om-gta01-2.6.31 | Lars-Peter Clausen | |
2009-10-20 | Mark pmu probe callback __devinit | Lars-Peter Clausen | |
2009-10-17 | Merge branch 'gta01-machine-2.6.31' into om-gta01-2.6.31 | Lars-Peter Clausen | |
2009-10-17 | gta01: Add default config | Lars-Peter Clausen | |
2009-10-17 | Merge branch 'gta01-machine-2.6.31' into om-gta01-2.6.31 | Lars-Peter Clausen | |
2009-10-17 | gta01: Disable battery driver for now. | Lars-Peter Clausen | |
2009-10-17 | Merge branches 'om-gta02-2.6.31' and 'om-gta01-2.6.31' into om-2.6.31 | Lars-Peter Clausen | |
Conflicts: drivers/mfd/Kconfig drivers/power/Kconfig drivers/power/Makefile | |||
2009-10-17 | Merge branches 'om-s3c-2.6.31', 'wm8753-2.6.31', 'jbt6k74-2.6.31', ↵ | Lars-Peter Clausen | |
'gta01-machine-2.6.31' and 'pcf50606-2.6.31' into om-gta01-2.6.31 | |||
2009-10-17 | Add gta01 machine support. | Lars-Peter Clausen | |
2009-10-17 | Merge branch 'gta02-machine-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-17 | Merge branch 'om-s3c-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-17 | mtd: s3c2410_nand: Add config option to disable hw ecc at runtime | Holger Freyther | |
This patch adds a flag to the s3c2410_nand platform data, which configures whether hardware ecc is used for that chip. Currently hardware ecc is used if it was compiled into the kernel. But if you want to build a kernel which runs on multiple devices you might have a configuration where you have devices which require hw ecc as well as devices which want software ecc. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2009-10-17 | gta02: Disable hardware ECC unless we get instructed to enable it | Holger Freyther | |
Early verions off uboot used for the gta02 flashed the nand with ecc information incompatible to s3c2442 hardware ecc. Disable hardware error correction by default, unless the bootloader explicitly enables it. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2009-10-11 | Merge branch 'gta02-machine-devices-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-11 | Merge branch 'om-s3c-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-11 | gta02: Add glamo mfd irq base to glamo resources | Lars-Peter Clausen | |
... and remove unused reset pin resource. | |||
2009-10-11 | s3c24xx: Add number of board irqs for the gta02 | Lars-Peter Clausen | |
The gta02 uses the glamo mfd driver which requires 9 board irqs. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2009-10-11 | s3c24xx: Add support for board IRQs | Lars-Peter Clausen | |
Some boards have a need for a set of extra IRQ numbers, for example some multifunction devices which do irq demultiplexing require them. This patch adds S3C2410_BOARD_NR_IRQS which specifies the number of extra board IRQs. Board specific code would use S3C2410_BOARD_IRQ_START to get the number of it's first irq. Since it is possible to support a multiple boards with a single kernel and there is no easy way to set a CONFIG option to multiple values and only use the maximum each board which needs board IRQs has do be explicitly added to irqs.h Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2009-10-09 | Add a preliminary defconfig | Lars-Peter Clausen | |
2009-10-09 | Merge branch 'gta02-machine-devices-2.6.31' into om-gta02-2.6.31 | Lars-Peter Clausen | |
2009-10-09 | Merge branches 'om-s3c-2.6.31', 'gta02-machine-2.6.31', 'ar6000-2.6.31', ↵ | Lars-Peter Clausen | |
'glamo-2.6.31', 'jbt6k74-2.6.31', 'gta02-vibrator-2.6.31', 'bq27000-2.6.31', 'wm8753-2.6.31' and 'pcf50633-2.6.31' into om-gta02-2.6.31 | |||
2009-10-09 | gta02: request usb pullup pin before using it. | Lars-Peter Clausen | |
2009-10-08 | gta02: Set pcf50633 chg_ref_current_ma | Lars-Peter Clausen | |
2009-10-08 | gta02: Add power supply consumers. | Lars-Peter Clausen | |
2009-10-08 | gta02: Add vibrator device. | Lars-Peter Clausen | |
2009-10-08 | gta02: Add battery driver | Lars-Peter Clausen | |
2009-10-08 | gta02: Add fiq handler | Lars-Peter Clausen | |
2009-10-08 | Add jbt6k74 device | Lars-Peter Clausen | |
2009-10-05 | gta02: Include mach/regs-gpioj.h | Lars-Peter Clausen | |
2009-10-05 | gta02: Add glamo device | Lars-Peter Clausen | |
2009-10-05 | ARM: S3C24XX: Introduce S3C2442B CPU | Lars-Peter Clausen | |
Add the S3C2442B CPU ID to aid support the Openmoko GTA02 / Freerunner. Signed-off-by: Harald Welte <laforge@gnumonks.org> Signed-off-by: Andy Green <andy@warmcat.com> Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net> [ben-linux@fluff.org: edit description for clarity and S3C2442B as uppercase] Signed-off-by: Ben Dooks <ben-linux@fluff.org> |