Loading arch/arm/mach-s3c2410/bast-irq.c +0 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Modifications: * 08-Jan-2003 BJD Moved from central IRQ code * 21-Aug-2005 BJD Fixed missing code and compile errors */ Loading arch/arm/mach-s3c2410/devs.h +0 −5 Original line number Diff line number Diff line Loading @@ -8,11 +8,6 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 18-Aug-2004 BJD Created initial version * 27-Aug-2004 BJD Added timers 0 through 3 * 10-Feb-2005 BJD Added camera from guillaume.gourat@nexvision.tv */ #include <linux/platform_device.h> Loading arch/arm/mach-s3c2410/gpio.c +1 −15 Original line number Diff line number Diff line Loading @@ -18,20 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Changelog * 13-Sep-2004 BJD Implemented change of MISCCR * 14-Sep-2004 BJD Added getpin call * 14-Sep-2004 BJD Fixed bug in setpin() call * 30-Sep-2004 BJD Fixed cfgpin() mask bug * 01-Oct-2004 BJD Added getcfg() to get pin configuration * 01-Oct-2004 BJD Fixed mask bug in pullup() call * 01-Oct-2004 BJD Added getirq() to turn pin into irqno * 04-Oct-2004 BJD Added irq filter controls for GPIO * 05-Nov-2004 BJD EXPORT_SYMBOL() added for all code * 13-Mar-2005 BJD Updates for __iomem * 26-Oct-2005 BJD Added generic configuration types * 15-Jan-2006 LCVR Added support for the S3C2400 */ Loading arch/arm/mach-s3c2410/mach-anubis.c +0 −6 Original line number Diff line number Diff line Loading @@ -4,15 +4,9 @@ * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 02-May-2005 BJD Copied from mach-bast.c * 20-Sep-2005 BJD Added static to non-exported items */ #include <linux/kernel.h> Loading arch/arm/mach-s3c2410/mach-smdk2440.c +0 −9 Original line number Diff line number Diff line Loading @@ -11,15 +11,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 01-Nov-2004 BJD Initial version * 12-Nov-2004 BJD Updated for release * 04-Jan-2005 BJD Fixes for pre-release * 22-Feb-2005 BJD Updated for 2.6.11-rc5 relesa * 10-Mar-2005 LCVR Replaced S3C2410_VA by S3C24XX_VA * 14-Mar-2005 BJD void __iomem fixes * 20-Sep-2005 BJD Added static to non-exported items * 26-Oct-2005 BJD Added framebuffer data */ #include <linux/kernel.h> Loading Loading
arch/arm/mach-s3c2410/bast-irq.c +0 −4 Original line number Diff line number Diff line Loading @@ -18,10 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Modifications: * 08-Jan-2003 BJD Moved from central IRQ code * 21-Aug-2005 BJD Fixed missing code and compile errors */ Loading
arch/arm/mach-s3c2410/devs.h +0 −5 Original line number Diff line number Diff line Loading @@ -8,11 +8,6 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 18-Aug-2004 BJD Created initial version * 27-Aug-2004 BJD Added timers 0 through 3 * 10-Feb-2005 BJD Added camera from guillaume.gourat@nexvision.tv */ #include <linux/platform_device.h> Loading
arch/arm/mach-s3c2410/gpio.c +1 −15 Original line number Diff line number Diff line Loading @@ -18,20 +18,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Changelog * 13-Sep-2004 BJD Implemented change of MISCCR * 14-Sep-2004 BJD Added getpin call * 14-Sep-2004 BJD Fixed bug in setpin() call * 30-Sep-2004 BJD Fixed cfgpin() mask bug * 01-Oct-2004 BJD Added getcfg() to get pin configuration * 01-Oct-2004 BJD Fixed mask bug in pullup() call * 01-Oct-2004 BJD Added getirq() to turn pin into irqno * 04-Oct-2004 BJD Added irq filter controls for GPIO * 05-Nov-2004 BJD EXPORT_SYMBOL() added for all code * 13-Mar-2005 BJD Updates for __iomem * 26-Oct-2005 BJD Added generic configuration types * 15-Jan-2006 LCVR Added support for the S3C2400 */ Loading
arch/arm/mach-s3c2410/mach-anubis.c +0 −6 Original line number Diff line number Diff line Loading @@ -4,15 +4,9 @@ * http://armlinux.simtec.co.uk/ * Ben Dooks <ben@simtec.co.uk> * * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 02-May-2005 BJD Copied from mach-bast.c * 20-Sep-2005 BJD Added static to non-exported items */ #include <linux/kernel.h> Loading
arch/arm/mach-s3c2410/mach-smdk2440.c +0 −9 Original line number Diff line number Diff line Loading @@ -11,15 +11,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Modifications: * 01-Nov-2004 BJD Initial version * 12-Nov-2004 BJD Updated for release * 04-Jan-2005 BJD Fixes for pre-release * 22-Feb-2005 BJD Updated for 2.6.11-rc5 relesa * 10-Mar-2005 LCVR Replaced S3C2410_VA by S3C24XX_VA * 14-Mar-2005 BJD void __iomem fixes * 20-Sep-2005 BJD Added static to non-exported items * 26-Oct-2005 BJD Added framebuffer data */ #include <linux/kernel.h> Loading