Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 21 changed files with 406 additions and 1,549 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: 4e48b1c56019868b34efcd0e2334b7cdfac14092
refs/heads/master: e9a91de7602a0a6999f23a2981db68b69aa695a7
7 changes: 5 additions & 2 deletions trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,10 @@ config ARCH_VT8500
select ARCH_HAS_CPUFREQ
select GENERIC_CLOCKEVENTS
select ARCH_REQUIRE_GPIOLIB
select USE_OF
select COMMON_CLK
select HAVE_CLK
select CLKDEV_LOOKUP
help
Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.

Expand Down Expand Up @@ -1129,8 +1133,6 @@ source "arch/arm/mach-versatile/Kconfig"
source "arch/arm/mach-vexpress/Kconfig"
source "arch/arm/plat-versatile/Kconfig"

source "arch/arm/mach-vt8500/Kconfig"

source "arch/arm/mach-w90x900/Kconfig"

# Definitions to make life easier
Expand Down Expand Up @@ -1623,6 +1625,7 @@ config ARCH_NR_GPIO
default 355 if ARCH_U8500
default 264 if MACH_H4700
default 512 if SOC_OMAP5
default 288 if ARCH_VT8500
default 0
help
Maximum number of GPIOs in the system.
Expand Down
73 changes: 0 additions & 73 deletions trunk/arch/arm/mach-vt8500/Kconfig

This file was deleted.

8 changes: 1 addition & 7 deletions trunk/arch/arm/mach-vt8500/Makefile
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
80 changes: 0 additions & 80 deletions trunk/arch/arm/mach-vt8500/bv07.c

This file was deleted.

28 changes: 28 additions & 0 deletions trunk/arch/arm/mach-vt8500/common.h
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
91 changes: 0 additions & 91 deletions trunk/arch/arm/mach-vt8500/devices-vt8500.c

This file was deleted.

Loading

0 comments on commit 262369f

Please sign in to comment.