Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
ac2a8bca
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ac2a8bca
编写于
9月 28, 2016
作者:
L
Linus Walleij
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'ib-move-htc-egpio' into devel
上级
a6a1cf3d
3c6e8d05
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
13 addition
and
13 deletion
+13
-13
arch/arm/mach-pxa/hx4700.c
arch/arm/mach-pxa/hx4700.c
+1
-1
arch/arm/mach-pxa/magician.c
arch/arm/mach-pxa/magician.c
+1
-1
arch/arm/mach-sa1100/h3xxx.c
arch/arm/mach-sa1100/h3xxx.c
+1
-1
drivers/gpio/Kconfig
drivers/gpio/Kconfig
+8
-0
drivers/gpio/Makefile
drivers/gpio/Makefile
+1
-0
drivers/gpio/gpio-htc-egpio.c
drivers/gpio/gpio-htc-egpio.c
+1
-1
drivers/mfd/Kconfig
drivers/mfd/Kconfig
+0
-8
drivers/mfd/Makefile
drivers/mfd/Makefile
+0
-1
include/linux/platform_data/gpio-htc-egpio.h
include/linux/platform_data/gpio-htc-egpio.h
+0
-0
未找到文件。
arch/arm/mach-pxa/hx4700.c
浏览文件 @
ac2a8bca
...
@@ -24,10 +24,10 @@
...
@@ -24,10 +24,10 @@
#include <linux/input.h>
#include <linux/input.h>
#include <linux/input/navpoint.h>
#include <linux/input/navpoint.h>
#include <linux/lcd.h>
#include <linux/lcd.h>
#include <linux/mfd/htc-egpio.h>
#include <linux/mfd/asic3.h>
#include <linux/mfd/asic3.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/physmap.h>
#include <linux/pda_power.h>
#include <linux/pda_power.h>
#include <linux/platform_data/gpio-htc-egpio.h>
#include <linux/pwm.h>
#include <linux/pwm.h>
#include <linux/pwm_backlight.h>
#include <linux/pwm_backlight.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/driver.h>
...
...
arch/arm/mach-pxa/magician.c
浏览文件 @
ac2a8bca
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/input.h>
#include <linux/mfd/htc-egpio.h>
#include <linux/mfd/htc-pasic3.h>
#include <linux/mfd/htc-pasic3.h>
#include <linux/mtd/physmap.h>
#include <linux/mtd/physmap.h>
#include <linux/pda_power.h>
#include <linux/pda_power.h>
#include <linux/platform_data/gpio-htc-egpio.h>
#include <linux/pwm.h>
#include <linux/pwm.h>
#include <linux/pwm_backlight.h>
#include <linux/pwm_backlight.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/driver.h>
...
...
arch/arm/mach-sa1100/h3xxx.c
浏览文件 @
ac2a8bca
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
#include <linux/gpio_keys.h>
#include <linux/input.h>
#include <linux/input.h>
#include <linux/mfd/htc-egpio.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/partitions.h>
#include <linux/platform_data/gpio-htc-egpio.h>
#include <linux/platform_data/sa11x0-serial.h>
#include <linux/platform_data/sa11x0-serial.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <linux/serial_core.h>
#include <linux/serial_core.h>
...
...
drivers/gpio/Kconfig
浏览文件 @
ac2a8bca
...
@@ -873,6 +873,14 @@ config GPIO_DLN2
...
@@ -873,6 +873,14 @@ config GPIO_DLN2
This driver can also be built as a module. If so, the module
This driver can also be built as a module. If so, the module
will be called gpio-dln2.
will be called gpio-dln2.
config HTC_EGPIO
bool "HTC EGPIO support"
depends on GPIOLIB && ARM
help
This driver supports the CPLD egpio chip present on
several HTC phones. It provides basic support for input
pins, output pins, and irqs.
config GPIO_JANZ_TTL
config GPIO_JANZ_TTL
tristate "Janz VMOD-TTL Digital IO Module"
tristate "Janz VMOD-TTL Digital IO Module"
depends on MFD_JANZ_CMODIO
depends on MFD_JANZ_CMODIO
...
...
drivers/gpio/Makefile
浏览文件 @
ac2a8bca
...
@@ -48,6 +48,7 @@ obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o
...
@@ -48,6 +48,7 @@ obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o
obj-$(CONFIG_GPIO_GE_FPGA)
+=
gpio-ge.o
obj-$(CONFIG_GPIO_GE_FPGA)
+=
gpio-ge.o
obj-$(CONFIG_GPIO_GPIO_MM)
+=
gpio-gpio-mm.o
obj-$(CONFIG_GPIO_GPIO_MM)
+=
gpio-gpio-mm.o
obj-$(CONFIG_GPIO_GRGPIO)
+=
gpio-grgpio.o
obj-$(CONFIG_GPIO_GRGPIO)
+=
gpio-grgpio.o
obj-$(CONFIG_HTC_EGPIO)
+=
gpio-htc-egpio.o
obj-$(CONFIG_GPIO_ICH)
+=
gpio-ich.o
obj-$(CONFIG_GPIO_ICH)
+=
gpio-ich.o
obj-$(CONFIG_GPIO_IOP)
+=
gpio-iop.o
obj-$(CONFIG_GPIO_IOP)
+=
gpio-iop.o
obj-$(CONFIG_GPIO_IT87)
+=
gpio-it87.o
obj-$(CONFIG_GPIO_IT87)
+=
gpio-it87.o
...
...
drivers/
mfd/
htc-egpio.c
→
drivers/
gpio/gpio-
htc-egpio.c
浏览文件 @
ac2a8bca
...
@@ -14,10 +14,10 @@
...
@@ -14,10 +14,10 @@
#include <linux/irq.h>
#include <linux/irq.h>
#include <linux/io.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include <linux/spinlock.h>
#include <linux/platform_data/gpio-htc-egpio.h>
#include <linux/platform_device.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/module.h>
#include <linux/mfd/htc-egpio.h>
struct
egpio_chip
{
struct
egpio_chip
{
int
reg_start
;
int
reg_start
;
...
...
drivers/mfd/Kconfig
浏览文件 @
ac2a8bca
...
@@ -340,14 +340,6 @@ config MFD_HI655X_PMIC
...
@@ -340,14 +340,6 @@ config MFD_HI655X_PMIC
help
help
Select this option to enable Hisilicon hi655x series pmic driver.
Select this option to enable Hisilicon hi655x series pmic driver.
config HTC_EGPIO
bool "HTC EGPIO support"
depends on GPIOLIB && ARM
help
This driver supports the CPLD egpio chip present on
several HTC phones. It provides basic support for input
pins, output pins, and irqs.
config HTC_PASIC3
config HTC_PASIC3
tristate "HTC PASIC3 LED/DS1WM chip support"
tristate "HTC PASIC3 LED/DS1WM chip support"
select MFD_CORE
select MFD_CORE
...
...
drivers/mfd/Makefile
浏览文件 @
ac2a8bca
...
@@ -18,7 +18,6 @@ rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o
...
@@ -18,7 +18,6 @@ rtsx_pci-objs := rtsx_pcr.o rts5209.o rts5229.o rtl8411.o rts5227.o rts5249.o
obj-$(CONFIG_MFD_RTSX_PCI)
+=
rtsx_pci.o
obj-$(CONFIG_MFD_RTSX_PCI)
+=
rtsx_pci.o
obj-$(CONFIG_MFD_RTSX_USB)
+=
rtsx_usb.o
obj-$(CONFIG_MFD_RTSX_USB)
+=
rtsx_usb.o
obj-$(CONFIG_HTC_EGPIO)
+=
htc-egpio.o
obj-$(CONFIG_HTC_PASIC3)
+=
htc-pasic3.o
obj-$(CONFIG_HTC_PASIC3)
+=
htc-pasic3.o
obj-$(CONFIG_HTC_I2CPLD)
+=
htc-i2cpld.o
obj-$(CONFIG_HTC_I2CPLD)
+=
htc-i2cpld.o
...
...
include/linux/
mfd/
htc-egpio.h
→
include/linux/
platform_data/gpio-
htc-egpio.h
浏览文件 @
ac2a8bca
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录