Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1480ybi; Fri, 7 Jun 2019 03:01:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqzY7xo//89IhWOz++KmtJl0QDQxOmkQnw40CUwad0UpCghpzT0SZPgVqRfygPw9dKUvaXb3 X-Received: by 2002:a62:6d41:: with SMTP id i62mr57440349pfc.227.1559901699028; Fri, 07 Jun 2019 03:01:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559901699; cv=none; d=google.com; s=arc-20160816; b=Poo4FbEzjx3p0y+zkE+FgYBAkfGM3GWPLsHtlYqH9PPNdqWpdqLSqOjC5Dlhnlzg8Z 6oGtjlVfoJ+6pA2vUDV7hsPmJ91D5K+Kr11MGs6ueMorlq0WnZCJoUJVeeqFeTGqlPmC CQ/Sncj/Ja4GKm/Ff5CzrP/FmHk+mnA0gB9isrAwXpVk5btOeKIAuruUxsJ0C/GasU8h Maqvi4a7peN2AFb00TVPE1jR4E99/czE1S52ABgdQyZVN1JYxED2ccaWVfoEG7UoYQVO 4JJNrQJpLIS4g2Y+RpexN5pfXP36OcHoBxvtKpe1k2KRIWNCWbWG6JkE2NxxvWkGHOkD 6iew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=twbhdJWFFOYacscgRhh0YTOacQKsAdJhzCGw9tavHrc=; b=QPoIfTpannb76Nhll4AwZ0vvd35wMKlb1ok9Gtyfore1pB2FGmYfW6gPsDLJaQ4DEv zjhIbBeeaJ5rw7BQByVtn54ISxBUYc5uuI9Yx0a6kR9etOUl23yVFfdxz6a6RAYPrE/k nIF1fAAxugi88VBPkyhk3rNXIFhIXbbNh5+0jnLy+cO0/zIl+M1npzQSCHXCC2YcuQf3 UmBP8H3jWdsFrPLEYgOtHklDXCxMmAHuxyiXp1TSwN3JQ7XkCF8oW7HVkJQ5Imxp71wG 8gFZj3E+qsTWtjDCSheKATqE5o95GIBW2r5/V5KyMNJVEz5OEGWjbHYQd1TVFlvVJoUW zC+w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ce1si1444414plb.338.2019.06.07.03.01.22; Fri, 07 Jun 2019 03:01:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728127AbfFGJ7D (ORCPT + 99 others); Fri, 7 Jun 2019 05:59:03 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:39434 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727935AbfFGJ7C (ORCPT ); Fri, 7 Jun 2019 05:59:02 -0400 Received: from ramsan ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id Mlz02000e3XaVaC01lz0Zn; Fri, 07 Jun 2019 11:59:00 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hZBeG-00040w-GC; Fri, 07 Jun 2019 11:59:00 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hZBeG-0002cX-Er; Fri, 07 Jun 2019 11:59:00 +0200 From: Geert Uytterhoeven To: Thomas Gleixner , Jason Cooper , Marc Zyngier , Linus Walleij , Bartosz Golaszewski Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] irqchip: renesas: Use proper irq_chip name and parent Date: Fri, 7 Jun 2019 11:58:54 +0200 Message-Id: <20190607095858.10028-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Recently, Marc pointed out some common misconceptions w.r.t. the .name and .parent_device fields in struct irq_chip. This patch series fixes them in the Renesas interrupt controller drivers. The first two patches are destined for the irqchip tree, the last two for the GPIO tree. Thanks! Geert Uytterhoeven (4): irqchip/renesas-intc-irqpin: Use proper irq_chip name and parent irqchip/renesas-irqc: Use proper irq_chip name and parent gpio: em: Use proper irq_chip name gpio: rcar: Use proper irq_chip name drivers/gpio/gpio-em.c | 2 +- drivers/gpio/gpio-rcar.c | 2 +- drivers/irqchip/irq-renesas-intc-irqpin.c | 3 ++- drivers/irqchip/irq-renesas-irqc.c | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds