[PULL] Please pull bjdooks' for-rmk/samsung2

2010-01-19 Thread Ben Dooks
Please pull the following tree which contains further updates since the last set of machine additions (and thus should go via RMK's trees) The following changes since commit 501dae90b3ae4dd3d8efdacfcb072c3d65eb5a33: Kukjin Kim (1): ARM: S5P6440: Add serial port support are available in

git pre-commit hook running checkpatch.pl

2010-01-19 Thread Ben Dooks
I've written a git pre-commit[1] hook which stops any commits happening if checkpatch.pl reports problems with the patch. Any comments? [1] http://www.fluff.org/ben/linux/githooks/pre-commit -- Ben Q: What's a light-year? A: One-third less calories than a regular year.

Re: [PATCH 09/10] ARM: S5PV210: Add S5PC110 configuration file

2010-01-19 Thread Kyungmin Park
On Tue, Jan 19, 2010 at 11:28 AM, Kukjin Kim kgene@samsung.com wrote: This patch adds S5PC110 default configuration file. Signed-off-by: Kukjin Kim kgene@samsung.com ---  arch/arm/configs/s5pc110_defconfig |  895  1 files changed, 895

Samsung plat-samsung moves round 2

2010-01-19 Thread Ben Dooks
More file movement, mostly for header files and some core support. -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] ARM: SAMSUNG: Move more support into plat-samsung

2010-01-19 Thread Ben Dooks
Move header files which are not likely to be touched in any further support addition out of plat-s3c's include directory into plat-samsung. Signed-off-by: Ben Dooks ben-li...@fluff.org --- .../include/plat = plat-samsung}/dma-core.h |0 .../include/plat/hwmon.h

[PATCH] ARM: SAMSUNG: Move pmw.c to plat-samsung

2010-01-19 Thread Ben Dooks
Move the PWM driver support to plat-samsung, as these PWM blocks are close enough across the current range to be supported by this driver. Signed-off-by: Ben Dooks ben-li...@fluff.org --- arch/arm/plat-s3c/Makefile|4 arch/arm/plat-samsung/Makefile|4

[PATCH] ARM: SAMSUNG: Move pm-check.c to plat-samsung

2010-01-19 Thread Ben Dooks
Move the pm-check.c file to plat-samsung for all Samsung SoC users, and update Kconfig names to make them SAMSUNG_ instead of S3C2410_ Sed expresions used to make the change: s/S3C2410_PM_DEBUG/SAMSUNG_PM_DEBUG/g s/S3C2410_PM_CHECK/SAMSUNG_PM_CHECK/g Signed-off-by: Ben Dooks