Re: [PATCH 02/08] clocksource: sh_cmt: Use 0x3f mask for SH_CMT_48BIT case

2015-06-22 Thread Magnus Damm
On Mon, Jun 22, 2015 at 6:43 PM, Geert Uytterhoeven wrote: > On Sun, Jun 21, 2015 at 10:09 AM, Magnus Damm wrote: >> From: Magnus Damm >> >> Always use 0x3f as channel mask for the SH_CMT_48BIT type of devices. >> Once this patch is applied the "renesas,channels-mask" property will >> be ignored

Re: [PATCH 02/08] clocksource: sh_cmt: Use 0x3f mask for SH_CMT_48BIT case

2015-06-22 Thread Geert Uytterhoeven
On Sun, Jun 21, 2015 at 10:09 AM, Magnus Damm wrote: > From: Magnus Damm > > Always use 0x3f as channel mask for the SH_CMT_48BIT type of devices. > Once this patch is applied the "renesas,channels-mask" property will > be ignored by the driver for older devices matching SH_CMT_48BIT. In > the fu

[PATCH 02/08] clocksource: sh_cmt: Use 0x3f mask for SH_CMT_48BIT case

2015-06-21 Thread Magnus Damm
From: Magnus Damm Always use 0x3f as channel mask for the SH_CMT_48BIT type of devices. Once this patch is applied the "renesas,channels-mask" property will be ignored by the driver for older devices matching SH_CMT_48BIT. In the future when all CMT types store channel mask in the driver then we