summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-hisi.c
diff options
context:
space:
mode:
authorLuo Jiaxing <luojiaxing@huawei.com>2020-12-14 16:24:14 +0800
committerLinus Walleij <linus.walleij@linaro.org>2020-12-16 21:57:27 +0100
commit80e493d2b74af7442eac968c060b26adbfaa96f9 (patch)
treedd84c8ac31e3152499cfc103a8479e7ddff53da8 /drivers/gpio/gpio-hisi.c
parent356b01a986a5550ee16dd0b85306c6741f2d02d5 (diff)
MAINTAINERS: Add maintainer for HiSilicon GPIO driver
Here add maintainer information for HiSilicon GPIO driver. Signed-off-by: Luo Jiaxing <luojiaxing@huawei.com> Link: https://lore.kernel.org/r/1607934255-52544-3-git-send-email-luojiaxing@huawei.com [Dropped some dead code when applying] Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-hisi.c')
-rw-r--r--drivers/gpio/gpio-hisi.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpio/gpio-hisi.c b/drivers/gpio/gpio-hisi.c
index a3897800f811..ad3d4da25160 100644
--- a/drivers/gpio/gpio-hisi.c
+++ b/drivers/gpio/gpio-hisi.c
@@ -254,7 +254,6 @@ static void hisi_gpio_get_pdata(struct device *dev,
static int hisi_gpio_probe(struct platform_device *pdev)
{
struct device *dev = &pdev->dev;
- void __iomem *dat, *set, *clr;
struct hisi_gpio *hisi_gpio;
int port_num;
int ret;
@@ -279,10 +278,6 @@ static int hisi_gpio_probe(struct platform_device *pdev)
hisi_gpio->dev = dev;
- dat = hisi_gpio->reg_base + HISI_GPIO_EXT_PORT_WX;
- set = hisi_gpio->reg_base + HISI_GPIO_SWPORT_DR_SET_WX;
- clr = hisi_gpio->reg_base + HISI_GPIO_SWPORT_DR_CLR_WX;
-
ret = bgpio_init(&hisi_gpio->chip, hisi_gpio->dev, 0x4,
hisi_gpio->reg_base + HISI_GPIO_EXT_PORT_WX,
hisi_gpio->reg_base + HISI_GPIO_SWPORT_DR_SET_WX,