-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 326928 b: refs/heads/master c: e9a91de h: refs/heads/master v: v3
- Loading branch information
Tony Prisk
committed
Sep 21, 2012
1 parent
0046c4b
commit 262369f
Showing
21 changed files
with
406 additions
and
1,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4e48b1c56019868b34efcd0e2334b7cdfac14092 | ||
refs/heads/master: e9a91de7602a0a6999f23a2981db68b69aa695a7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
obj-y += devices.o gpio.o irq.o timer.o restart.o | ||
|
||
obj-$(CONFIG_VTWM_VERSION_VT8500) += devices-vt8500.o | ||
obj-$(CONFIG_VTWM_VERSION_WM8505) += devices-wm8505.o | ||
|
||
obj-$(CONFIG_MACH_BV07) += bv07.o | ||
obj-$(CONFIG_MACH_WM8505_7IN_NETBOOK) += wm8505_7in.o | ||
obj-$(CONFIG_ARCH_VT8500) += irq.o timer.o vt8500.o |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/* linux/arch/arm/mach-vt8500/dt_common.h | ||
* | ||
* Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
*/ | ||
|
||
#ifndef __ARCH_ARM_MACH_VT8500_DT_COMMON_H | ||
#define __ARCH_ARM_MACH_VT8500_DT_COMMON_H | ||
|
||
#include <linux/of.h> | ||
|
||
void __init vt8500_timer_init(void); | ||
int __init vt8500_irq_init(struct device_node *node, | ||
struct device_node *parent); | ||
|
||
/* defined in drivers/clk/clk-vt8500.c */ | ||
void __init vtwm_clk_init(void __iomem *pmc_base); | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.