mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] reset: socfpga, sunxi: declare _reset_init functions in header files
@ 2018-12-13 12:33 Philipp Zabel
  2018-12-13 12:33 ` [PATCH 1/2] reset: sunxi: declare sun6i_reset_init in a header file Philipp Zabel
  2018-12-13 12:33 ` [PATCH 2/2] reset: socfpga: declare socfpga_reset_init " Philipp Zabel
  0 siblings, 2 replies; 4+ messages in thread
From: Philipp Zabel @ 2018-12-13 12:33 UTC (permalink / raw)
  To: Dinh Nguyen, Maxime Ripard, Chen-Yu Tsai
  Cc: Stephen Rothwell, Olof Johansson, Arnd Bergmann, linux-kernel,
	linux-arm-kernel

Hi,

this moves the socpfga_reset_init function declaration into a header
file that is included by both mach-socfpga and reset-socfpga code,
as suggested by Stephen. The second patch does the same for
sun6i_reset_init.

Since the socfpga patch avoids a (trivial) merge conflict with the
arm-soc tree, I'd like to apply this to the reset/next branch before
sending a pull request.

regards
Philipp

Philipp Zabel (2):
  reset: sunxi: declare sun6i_reset_init in a header file
  reset: socfpga: declare socfpga_reset_init in a header file

 arch/arm/mach-socfpga/socfpga.c | 3 +--
 arch/arm/mach-sunxi/sunxi.c     | 2 +-
 drivers/reset/reset-socfpga.c   | 2 +-
 drivers/reset/reset-sunxi.c     | 1 +
 include/linux/reset/socfpga.h   | 7 +++++++
 include/linux/reset/sunxi.h     | 7 +++++++
 6 files changed, 18 insertions(+), 4 deletions(-)
 create mode 100644 include/linux/reset/socfpga.h
 create mode 100644 include/linux/reset/sunxi.h

-- 
2.19.1


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

end of thread, other threads:[~2018-12-13 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 12:33 [PATCH 0/2] reset: socfpga, sunxi: declare _reset_init functions in header files Philipp Zabel
2018-12-13 12:33 ` [PATCH 1/2] reset: sunxi: declare sun6i_reset_init in a header file Philipp Zabel
2018-12-13 12:33 ` [PATCH 2/2] reset: socfpga: declare socfpga_reset_init " Philipp Zabel
2018-12-13 17:17   ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®