* [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting
@ 2011-02-16 12:58 Rafał Miłecki
2011-02-16 12:58 ` [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK Rafał Miłecki
2011-02-16 22:20 ` [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Michael Büsch
0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2011-02-16 12:58 UTC (permalink / raw)
To: Michael Büsch, linux-wireless, John W. Linville
Cc: b43-dev, Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
---
drivers/ssb/pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ssb/pci.c b/drivers/ssb/pci.c
index 158449e..127897c 100644
--- a/drivers/ssb/pci.c
+++ b/drivers/ssb/pci.c
@@ -641,7 +641,7 @@ static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out,
break;
default:
ssb_printk(KERN_WARNING PFX "Unsupported SPROM"
- " revision %d detected. Will extract"
+ " revision %d detected. Will extract"
" v1\n", out->revision);
out->revision = 1;
sprom_extract_r123(out, in);
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK
2011-02-16 12:58 [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Rafał Miłecki
@ 2011-02-16 12:58 ` Rafał Miłecki
2011-02-16 22:20 ` [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Michael Büsch
1 sibling, 0 replies; 3+ messages in thread
From: Rafał Miłecki @ 2011-02-16 12:58 UTC (permalink / raw)
To: Michael Büsch, linux-wireless, John W. Linville
Cc: b43-dev, Rafał Miłecki, Gábor Stefanik
It was incorrectly introduced in d2730b2a6a019d14455556019d744ab051e6554b. We
have already fixed function to use correct define, but forgot remove old one.
Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
Cc: G?bor Stefanik <netrolller.3d@gmail.com>
---
include/linux/ssb/ssb_regs.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/ssb/ssb_regs.h b/include/linux/ssb/ssb_regs.h
index 489f7b6..01253c6 100644
--- a/include/linux/ssb/ssb_regs.h
+++ b/include/linux/ssb/ssb_regs.h
@@ -97,7 +97,6 @@
#define SSB_TMSLOW_RESET 0x00000001 /* Reset */
#define SSB_TMSLOW_REJECT_22 0x00000002 /* Reject (Backplane rev 2.2) */
#define SSB_TMSLOW_REJECT_23 0x00000004 /* Reject (Backplane rev 2.3) */
-#define SSB_TMSLOW_PHYCLK 0x00000010 /* MAC PHY Clock Control Enable */
#define SSB_TMSLOW_CLOCK 0x00010000 /* Clock Enable */
#define SSB_TMSLOW_FGC 0x00020000 /* Force Gated Clocks On */
#define SSB_TMSLOW_PE 0x40000000 /* Power Management Enable */
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting
2011-02-16 12:58 [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Rafał Miłecki
2011-02-16 12:58 ` [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK Rafał Miłecki
@ 2011-02-16 22:20 ` Michael Büsch
1 sibling, 0 replies; 3+ messages in thread
From: Michael Büsch @ 2011-02-16 22:20 UTC (permalink / raw)
To: Rafał Miłecki; +Cc: linux-wireless, John W. Linville, b43-dev
On Wed, 2011-02-16 at 13:58 +0100, Rafa? Mi?ecki wrote:
> Signed-off-by: Rafa? Mi?ecki <zajec5@gmail.com>
> ---
> drivers/ssb/pci.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/ssb/pci.c b/drivers/ssb/pci.c
> index 158449e..127897c 100644
> --- a/drivers/ssb/pci.c
> +++ b/drivers/ssb/pci.c
> @@ -641,7 +641,7 @@ static int sprom_extract(struct ssb_bus *bus, struct ssb_sprom *out,
> break;
> default:
> ssb_printk(KERN_WARNING PFX "Unsupported SPROM"
> - " revision %d detected. Will extract"
> + " revision %d detected. Will extract"
> " v1\n", out->revision);
> out->revision = 1;
> sprom_extract_r123(out, in);
ack for those two patches.
--
Greetings Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-16 22:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 12:58 [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Rafał Miłecki
2011-02-16 12:58 ` [PATCH 2/2] ssb: remove invalid define SSB_TMSLOW_PHYCLK Rafał Miłecki
2011-02-16 22:20 ` [PATCH 1/2] ssb: trivial: fix SPROM extract warning formatting Michael Büsch
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).