* [PATCH] sata_highbank: Rename proc_name to the module name
@ 2013-04-30 16:57 Robert Richter
2013-04-30 16:59 ` Alexander Graf
2013-04-30 22:33 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Robert Richter @ 2013-04-30 16:57 UTC (permalink / raw)
To: Jeff Garzik
Cc: linux-ide, linux-kernel, Robert Richter, Rob Herring,
Alexander Graf, stable
From: Robert Richter <robert.richter@calxeda.com>
mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
the module name of a disk driver. Current name is "highbank-ahci" but
the module is "sata_highbank". Rename it to match the module name.
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Alexander Graf <agraf@suse.de>
Cc: <stable@vger.kernel.org> v3.7..
Signed-off-by: Robert Richter <robert.richter@calxeda.com>
---
drivers/ata/sata_highbank.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
index 5dba77c..b1a664a 100644
--- a/drivers/ata/sata_highbank.c
+++ b/drivers/ata/sata_highbank.c
@@ -251,7 +251,7 @@ static const struct ata_port_info ahci_highbank_port_info = {
};
static struct scsi_host_template ahci_highbank_platform_sht = {
- AHCI_SHT("highbank-ahci"),
+ AHCI_SHT("sata_highbank"),
};
static const struct of_device_id ahci_of_match[] = {
--
1.8.1.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] sata_highbank: Rename proc_name to the module name
2013-04-30 16:57 [PATCH] sata_highbank: Rename proc_name to the module name Robert Richter
@ 2013-04-30 16:59 ` Alexander Graf
2013-04-30 22:33 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2013-04-30 16:59 UTC (permalink / raw)
To: Robert Richter
Cc: Jeff Garzik, linux-ide, linux-kernel, Robert Richter, Rob Herring,
stable
On 04/30/2013 06:57 PM, Robert Richter wrote:
> From: Robert Richter<robert.richter@calxeda.com>
>
> mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
> the module name of a disk driver. Current name is "highbank-ahci" but
> the module is "sata_highbank". Rename it to match the module name.
>
> Cc: Rob Herring<rob.herring@calxeda.com>
> Cc: Alexander Graf<agraf@suse.de>
> Cc:<stable@vger.kernel.org> v3.7..
> Signed-off-by: Robert Richter<robert.richter@calxeda.com>
Acked-by: Alexander Graf <agraf@suse.de>
Alex
> ---
> drivers/ata/sata_highbank.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ata/sata_highbank.c b/drivers/ata/sata_highbank.c
> index 5dba77c..b1a664a 100644
> --- a/drivers/ata/sata_highbank.c
> +++ b/drivers/ata/sata_highbank.c
> @@ -251,7 +251,7 @@ static const struct ata_port_info ahci_highbank_port_info = {
> };
>
> static struct scsi_host_template ahci_highbank_platform_sht = {
> - AHCI_SHT("highbank-ahci"),
> + AHCI_SHT("sata_highbank"),
> };
>
> static const struct of_device_id ahci_of_match[] = {
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sata_highbank: Rename proc_name to the module name
2013-04-30 16:57 [PATCH] sata_highbank: Rename proc_name to the module name Robert Richter
2013-04-30 16:59 ` Alexander Graf
@ 2013-04-30 22:33 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2013-04-30 22:33 UTC (permalink / raw)
To: Robert Richter
Cc: linux-ide, linux-kernel, Robert Richter, Rob Herring,
Alexander Graf, stable
On 04/30/2013 12:57 PM, Robert Richter wrote:
> From: Robert Richter <robert.richter@calxeda.com>
>
> mkinitrd looks at /sys/class/scsi_host/host$hostnum/proc_name to find
> the module name of a disk driver. Current name is "highbank-ahci" but
> the module is "sata_highbank". Rename it to match the module name.
>
> Cc: Rob Herring <rob.herring@calxeda.com>
> Cc: Alexander Graf <agraf@suse.de>
> Cc: <stable@vger.kernel.org> v3.7..
> Signed-off-by: Robert Richter <robert.richter@calxeda.com>
> ---
> drivers/ata/sata_highbank.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-30 22:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 16:57 [PATCH] sata_highbank: Rename proc_name to the module name Robert Richter
2013-04-30 16:59 ` Alexander Graf
2013-04-30 22:33 ` Jeff Garzik
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).