Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172645
b: refs/heads/master
c: 6e23fcb
h: refs/heads/master
i:
  172643: f889854
v: v3
  • Loading branch information
Dmitry Artamonow authored and Russell King committed Dec 6, 2009
1 parent cf633ea commit 997ad23
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 65 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86e5e38c46b1d188c897f131d3f015ca73677f03
refs/heads/master: 6e23fcb3bdee99468ff16d050b63a0c7fe103992
23 changes: 7 additions & 16 deletions trunk/arch/arm/mach-sa1100/h3100.c
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
/*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers
* Support for Compaq iPAQ H3100 handheld computer
*
* Copyright 2000,1 Compaq Computer Corporation.
* Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* 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.
*
*/

#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
23 changes: 7 additions & 16 deletions trunk/arch/arm/mach-sa1100/h3600.c
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
/*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers
* Support for Compaq iPAQ H3600 handheld computer
*
* Copyright 2000,1 Compaq Computer Corporation.
* Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* 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.
*
*/

#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
23 changes: 7 additions & 16 deletions trunk/arch/arm/mach-sa1100/h3xxx.c
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
/*
* Hardware definitions for Compaq iPAQ H3xxx Handheld Computers
* Support for Compaq iPAQ H3100 and H3600 handheld computers (common code)
*
* Copyright 2000,1 Compaq Computer Corporation.
* Copyright (c) 2000,1 Compaq Computer Corporation. (Author: Jamey Hicks)
* Copyright (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* and abstracted EGPIO interface.
* 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.
*
*/

#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
22 changes: 6 additions & 16 deletions trunk/arch/arm/mach-sa1100/include/mach/h3xxx.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
/*
* Definitions for Compaq iPAQ H3100 and H3600 handheld computers
*
* Definitions for H3600 Handheld Computer
* (c) 2000 Compaq Computer Corporation. (Author: Jamey Hicks)
* (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru>
*
* Copyright 2000 Compaq Computer Corporation.
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
* FITNESS FOR ANY PARTICULAR PURPOSE.
*
* Author: Jamey Hicks.
*
* History:
*
* 2001-10-?? Andrew Christian Added support for iPAQ H3800
* 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.
*
*/

Expand Down

0 comments on commit 997ad23

Please sign in to comment.