Home
last modified time | relevance | path

Searched hist:d9909ebe650f028459b9be5a2321fee520b446b0 (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm/mach-spear/
H A Dspear320.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear3xx.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear6xx.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear1310.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dgeneric.hdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear13xx.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
/linux/drivers/clk/spear/
H A Dspear6xx_clock.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear3xx_clock.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear1310_clock.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
H A Dspear1340_clock.cdiff d9909ebe650f028459b9be5a2321fee520b446b0 Sun Dec 02 17:59:57 CET 2012 Arnd Bergmann <arnd@arndb.de> ARM: spear: make clock driver independent of headers

Device drivers should not access MMIO registers through hardcoded
platform specific address constants. Instead, we can pass the
MMIO token to the spear clock driver in the initialization routine
to contain that knowledge in the platform code itself.

Ideally, the clock driver would use of_iomap() or similar to
get the address, and that can be used later, but for now, this
is the minimal change.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>