[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6185166.M64gFmBG3u@wuerfel>
Date: Tue, 13 Oct 2015 14:47:19 +0200
From: Arnd Bergmann <arnd@...db.de>
To: John Garry <john.garry@...wei.com>
Cc: James.Bottomley@...senpartnership.com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linuxarm@...wei.com, zhangfei.gao@...aro.org,
linux-scsi@...r.kernel.org, xuwei5@...ilicon.com,
john.garry2@...l.dcu.ie, hare@...e.de
Subject: Re: [PATCH 12/25] scsi: hisi_sas: add v1 HW initialisation code
On Tuesday 13 October 2015 13:44:26 John Garry wrote:
> Hello,
>
> Just to be clear, are you saying that you would prefer hisi_sas_probe()
> and struct hisi_sas_driver to be relocated to hisi_sas_v1_hw.c?
Correct.
> I wanted to keep hisi_sas_v1_hw.c containing only code which accesses HW.
>
> I could consoldate the calls of hw_init_v1_hw(), interrupt_init_v1_hw(),
> interrupt_openall_v1_hw(), and phys_init_v1_hw() to a single function hw
> init function call. Then most of the code in the probe function will not
> be specific to v1.
This is more about correct layering of the code. Generally we want the
more specific modules on top to call into the more general code in
the bottom of the stack. Shared code should know as little as possible
about the specific implementations it is shared with.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists