From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v2, 2/6] pci: xilinx: Use pci_generic_mmap_{read, write}_config()
Date: Sat, 7 Oct 2017 09:07:50 -0400 [thread overview]
Message-ID: <20171007130750.GP25966@bill-the-cat> (raw)
In-Reply-To: <20170919201808.11433-3-tuomas.tynkkynen@iki.fi>
On Tue, Sep 19, 2017 at 11:18:04PM +0300, Tuomas Tynkkynen wrote:
> Use the new helper function to avoid boilerplate in the driver.
>
> Note that this changes __raw_writel et al. to writel. AFAICT this is
> no problem because:
>
> - The Linux driver for the same hardware uses the non-__raw variants as
> well (via pci_generic_config_write()).
> - This driver seems to be used only on MIPS so far, where the __raw and
> non-__raw accessors are the same.
>
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171007/17bd7a65/attachment.sig>
next prev parent reply other threads:[~2017-10-07 13:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 20:18 [U-Boot] [PATCH v2 0/6] Board for QEMU's '-machine virt' on ARM Tuomas Tynkkynen
2017-09-19 20:18 ` [U-Boot] [PATCH v2 1/6] pci: Add helper for implementing memory-mapped config space accesses Tuomas Tynkkynen
2017-09-20 5:01 ` Bin Meng
2017-10-07 13:07 ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-09-19 20:18 ` [U-Boot] [PATCH v2 2/6] pci: xilinx: Use pci_generic_mmap_{read, write}_config() Tuomas Tynkkynen
2017-09-20 5:01 ` Bin Meng
2017-10-07 13:07 ` Tom Rini [this message]
2017-09-19 20:18 ` [U-Boot] [PATCH v2 3/6] pci: layerscape: Use pci_generic_mmap_{read, write}_config Tuomas Tynkkynen
2017-09-20 5:01 ` Bin Meng
2017-10-07 13:07 ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-09-19 20:18 ` [U-Boot] [PATCH v2 4/6] PCI: Add driver for a 'pci-host-ecam-generic' host controller Tuomas Tynkkynen
2017-09-20 5:01 ` Bin Meng
2017-10-07 13:07 ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-09-19 20:18 ` [U-Boot] [PATCH v2 5/6] ARM: Add a new arch + board for QEMU's 'virt' machine Tuomas Tynkkynen
2017-09-20 5:02 ` Bin Meng
2017-09-23 10:32 ` Tuomas Tynkkynen
2017-09-27 20:38 ` Peter Robinson
2017-10-07 13:08 ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-10-07 13:27 ` Bin Meng
2017-10-07 14:05 ` Tom Rini
2017-09-19 20:18 ` [U-Boot] [PATCH v2 6/6] travis.yml: Add job for running test.py in qemu_arm Tuomas Tynkkynen
2017-09-20 5:02 ` Bin Meng
2017-10-07 13:08 ` [U-Boot] [U-Boot, v2, " Tom Rini
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=20171007130750.GP25966@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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.