From: Hauke Mehrtens <hauke@hauke-m.de>
To: Hauke Mehrtens <hauke@hauke-m.de>, zajec5@gmail.com
Cc: linville@tuxdriver.com, b43-dev@lists.infradead.org,
linux-wireless@vger.kernel.org, arend@broadcom.com
Subject: [PATCH 0/4] bcma: add PCI functions from brcmsmac
Date: Thu, 10 May 2012 00:17:39 +0200 [thread overview]
Message-ID: <4FAAED03.4090008@hauke-m.de> (raw)
In-Reply-To: <1335658732-24351-1-git-send-email-hauke@hauke-m.de>
On 04/29/2012 02:18 AM, Hauke Mehrtens wrote:
> This patch series contains the functions regarding the PCIe core from
> brcmsmac for the supported PCIe core revisions.
>
> Some of these functions have to be called on resume after suspend, but
> I do not know which or if all have to be called. I do not have a PCIe
> based device supported by brcmsmac, so I can not test this. Could
> someone which such a device do some tests and create a patch with the
> functions, which have to be called on resume.
>
> The goal of theses patches is to remove the PCIe code from brcmsmac to
> get one step ahead in making brcmsmac support non pcie based devices.
>
> This is based on wireless-testing/master.
>
> Hauke Mehrtens (4):
> bcma: implement setting core clock mode to dynamic
> bcma: add bcma_core_pci_extend_L1timer
> bcma: add bcma_core_pci_fixcfg()
> bcma: add bcma_core_pci_config_fixup()
>
> drivers/bcma/core.c | 2 +-
> drivers/bcma/driver_pci.c | 53 ++++++++++++++++++++++++++++++++--
> include/linux/bcma/bcma_driver_pci.h | 11 +++++++
> 3 files changed, 63 insertions(+), 3 deletions(-)
>
Hi Rafa?,
could you give me an ack or a nack about this patch series and the other
(ssb/bcma/bcm47xx: extend boardinfo and sprom).
I have tested them with b43 and brcmsmac on bcma and ssb based SoCs
(bcm4718 + bcm43224, bcm4705 + 2x bcm4322, bcm4704 + bcm4318) and have
not found any problems.
Hauke
WARNING: multiple messages have this Message-ID (diff)
From: Hauke Mehrtens <hauke@hauke-m.de>
To: Hauke Mehrtens <hauke@hauke-m.de>, zajec5@gmail.com
Cc: linville@tuxdriver.com, b43-dev@lists.infradead.org,
linux-wireless@vger.kernel.org, arend@broadcom.com
Subject: Re: [PATCH 0/4] bcma: add PCI functions from brcmsmac
Date: Thu, 10 May 2012 00:17:39 +0200 [thread overview]
Message-ID: <4FAAED03.4090008@hauke-m.de> (raw)
In-Reply-To: <1335658732-24351-1-git-send-email-hauke@hauke-m.de>
On 04/29/2012 02:18 AM, Hauke Mehrtens wrote:
> This patch series contains the functions regarding the PCIe core from
> brcmsmac for the supported PCIe core revisions.
>
> Some of these functions have to be called on resume after suspend, but
> I do not know which or if all have to be called. I do not have a PCIe
> based device supported by brcmsmac, so I can not test this. Could
> someone which such a device do some tests and create a patch with the
> functions, which have to be called on resume.
>
> The goal of theses patches is to remove the PCIe code from brcmsmac to
> get one step ahead in making brcmsmac support non pcie based devices.
>
> This is based on wireless-testing/master.
>
> Hauke Mehrtens (4):
> bcma: implement setting core clock mode to dynamic
> bcma: add bcma_core_pci_extend_L1timer
> bcma: add bcma_core_pci_fixcfg()
> bcma: add bcma_core_pci_config_fixup()
>
> drivers/bcma/core.c | 2 +-
> drivers/bcma/driver_pci.c | 53 ++++++++++++++++++++++++++++++++--
> include/linux/bcma/bcma_driver_pci.h | 11 +++++++
> 3 files changed, 63 insertions(+), 3 deletions(-)
>
Hi Rafał,
could you give me an ack or a nack about this patch series and the other
(ssb/bcma/bcm47xx: extend boardinfo and sprom).
I have tested them with b43 and brcmsmac on bcma and ssb based SoCs
(bcm4718 + bcm43224, bcm4705 + 2x bcm4322, bcm4704 + bcm4318) and have
not found any problems.
Hauke
next prev parent reply other threads:[~2012-05-09 22:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-29 0:18 [PATCH 0/4] bcma: add PCI functions from brcmsmac Hauke Mehrtens
2012-04-29 0:18 ` [PATCH 1/4] bcma: implement setting core clock mode to dynamic Hauke Mehrtens
2012-04-29 0:18 ` [PATCH 2/4] bcma: add bcma_core_pci_extend_L1timer Hauke Mehrtens
2012-04-29 0:18 ` [PATCH 3/4] bcma: add bcma_core_pci_fixcfg() Hauke Mehrtens
2012-04-29 0:18 ` [PATCH 4/4] bcma: add bcma_core_pci_config_fixup() Hauke Mehrtens
2012-04-29 8:05 ` [PATCH 0/4] bcma: add PCI functions from brcmsmac Arend van Spriel
2012-04-29 8:05 ` Arend van Spriel
2012-05-09 22:17 ` Hauke Mehrtens [this message]
2012-05-09 22:17 ` Hauke Mehrtens
2012-05-15 21:15 ` John W. Linville
2012-05-15 21:15 ` John W. Linville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FAAED03.4090008@hauke-m.de \
--to=hauke@hauke-m.de \
--cc=arend@broadcom.com \
--cc=b43-dev@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=zajec5@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.