Searched hist:"45 f5ff8107a845854b1d1812ab1d9c5541f08b4d" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | regmap-mmio.c | 45f5ff8107a845854b1d1812ab1d9c5541f08b4d Wed Apr 04 23:48:31 CEST 2012 Stephen Warren <swarren@nvidia.com> regmap: add MMIO bus support
This is a basic memory-mapped-IO bus for regmap. It has the following features and limitations:
* Registers themselves may be 8, 16, 32, or 64-bit. 64-bit is only supported on 64-bit platforms. * Register offsets are limited to precisely 32-bit. * IO is performed using readl/writel, with no provision for using the __raw_readl or readl_relaxed variants.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|
H A D | Makefile | diff 45f5ff8107a845854b1d1812ab1d9c5541f08b4d Wed Apr 04 23:48:31 CEST 2012 Stephen Warren <swarren@nvidia.com> regmap: add MMIO bus support
This is a basic memory-mapped-IO bus for regmap. It has the following features and limitations:
* Registers themselves may be 8, 16, 32, or 64-bit. 64-bit is only supported on 64-bit platforms. * Register offsets are limited to precisely 32-bit. * IO is performed using readl/writel, with no provision for using the __raw_readl or readl_relaxed variants.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|
H A D | Kconfig | diff 45f5ff8107a845854b1d1812ab1d9c5541f08b4d Wed Apr 04 23:48:31 CEST 2012 Stephen Warren <swarren@nvidia.com> regmap: add MMIO bus support
This is a basic memory-mapped-IO bus for regmap. It has the following features and limitations:
* Registers themselves may be 8, 16, 32, or 64-bit. 64-bit is only supported on 64-bit platforms. * Register offsets are limited to precisely 32-bit. * IO is performed using readl/writel, with no provision for using the __raw_readl or readl_relaxed variants.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
|