From patchwork Thu Aug 11 02:41:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [GIT,PULL] pxa: fixes for v3.1-rc1 Date: Wed, 10 Aug 2011 16:41:04 -0000 From: Eric Miao X-Patchwork-Id: 109489 Message-Id: To: Arnd Bergmann Cc: linux-arm-kernel The following changes since commit 322a8b034003c0d46d39af85bf24fee27b902f48: Linux 3.1-rc1 (2011-08-07 18:23:30 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git fix Lennert Buytenhek (4): ARM: pxa: fix logic error in PJ4 iWMMXt handling ARM: mmp: Also start timer 1 on boot. ARM: mmp: Switch to using timer 1 as clocksource timer. ARM: mmp: Change the way we use timer 0 as clockevent timer. Tanmay Upadhyay (2): ARM: pxa168/gplugd: get rid of mfp-gplugd.h ARM: pxa168/gplugd: free correct GPIO arch/arm/kernel/iwmmxt.S | 6 +- arch/arm/mach-mmp/gplugd.c | 22 ++++++--- arch/arm/mach-mmp/include/mach/mfp-gplugd.h | 52 ---------------------- arch/arm/mach-mmp/include/mach/mfp-pxa168.h | 37 ++++++++++++++-- arch/arm/mach-mmp/time.c | 62 +++++++++++++++++++-------- 5 files changed, 94 insertions(+), 85 deletions(-) delete mode 100644 arch/arm/mach-mmp/include/mach/mfp-gplugd.h