Files
u-boot/drivers/pci
Tuomas Tynkkynen 75e3feac1b pci: xilinx: Use pci_generic_mmap_{read, write}_config()
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>
2017-10-06 11:27:41 -04:00
..
2017-01-25 17:38:43 -05:00
2017-07-03 17:35:28 -04:00
2017-02-01 09:01:19 +01:00
2017-08-24 11:00:47 +08:00
2017-08-16 08:30:24 -04:00