linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] OF init section function prototype fixes
@ 2014-05-13  0:29 Rob Herring
  2014-05-13  0:29 ` [PATCH 1/7] ARM: imx: fix function type for CLK_OF_DECLARE Rob Herring
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Rob Herring @ 2014-05-13  0:29 UTC (permalink / raw)
  To: linux-arm-kernel

From: Rob Herring <robh@kernel.org>

This series fixes the function prototypes of various OF initiaiization 
callback functions. I found these when adding type checking. I intend to 
merge this thru the DT tree with the series that adds the type 
checking[1].

Rob

[1] https://lkml.org/lkml/2014/5/8/667

Rob Herring (7):
  ARM: imx: fix function type for CLK_OF_DECLARE
  clk: rockchip: fix function type for CLK_OF_DECLARE
  clk: sunxi: avoid double DT matching
  clk: sunxi: fix function type for CLK_OF_DECLARE
  irqchip: s3c24xx: fix function type for IRQCHIP_OF_DECLARE
  irqchip: mxs: fix function type for IRQCHIP_OF_DECLARE
  clk: ti: add missing semi-colon on CLK_OF_DECLARE

 arch/arm/mach-imx/clk-imx35.c       | 4 +---
 drivers/clk/rockchip/clk-rockchip.c | 3 +--
 drivers/clk/sunxi/clk-sunxi.c       | 5 ++---
 drivers/clk/ti/gate.c               | 2 +-
 drivers/irqchip/irq-mxs.c           | 4 ++--
 drivers/irqchip/irq-s3c24xx.c       | 6 ++----
 6 files changed, 9 insertions(+), 15 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-05-13 19:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13  0:29 [PATCH 0/7] OF init section function prototype fixes Rob Herring
2014-05-13  0:29 ` [PATCH 1/7] ARM: imx: fix function type for CLK_OF_DECLARE Rob Herring
2014-05-13  2:10   ` Shawn Guo
2014-05-13  0:29 ` [PATCH 2/7] clk: rockchip: " Rob Herring
2014-05-13  0:29 ` [PATCH 3/7] clk: sunxi: avoid double DT matching Rob Herring
2014-05-13 15:12   ` Rob Herring
2014-05-13 16:57     ` Emilio López
2014-05-13  0:29 ` [PATCH 4/7] clk: sunxi: fix function type for CLK_OF_DECLARE Rob Herring
2014-05-13  0:29 ` [PATCH 5/7] irqchip: s3c24xx: fix function type for IRQCHIP_OF_DECLARE Rob Herring
2014-05-13 15:22   ` Jason Cooper
2014-05-13 17:02     ` Rob Herring
2014-05-13 19:19       ` Jason Cooper
2014-05-13  0:29 ` [PATCH 6/7] irqchip: mxs: " Rob Herring
2014-05-13  0:29 ` [PATCH 7/7] clk: ti: add missing semi-colon on CLK_OF_DECLARE Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).