Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-06-24 Thread Daniel Lezcano
On 21/06/2019 12:34, claudiu.bez...@microchip.com wrote: > Hi Daniel, > > On 20.06.2019 11:53, Daniel Lezcano wrote: >> Hi Claudiu, >> >> sorry for the late reply. > > No problem, I understand. > >> >> >> On 13/06/2019 16:12, claudiu.bez...@microchip.com wrote: >>> Hi Daniel, >>> >>> On

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-06-21 Thread Claudiu.Beznea
Hi Daniel, On 20.06.2019 11:53, Daniel Lezcano wrote: > Hi Claudiu, > > sorry for the late reply. No problem, I understand. > > > On 13/06/2019 16:12, claudiu.bez...@microchip.com wrote: >> Hi Daniel, >> >> On 31.05.2019 13:41, Daniel Lezcano wrote: >>> >>> Hi Claudiu, >>> >>> >>> On

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-06-20 Thread Daniel Lezcano
Hi Claudiu, sorry for the late reply. On 13/06/2019 16:12, claudiu.bez...@microchip.com wrote: > Hi Daniel, > > On 31.05.2019 13:41, Daniel Lezcano wrote: >> >> Hi Claudiu, >> >> >> On 30/05/2019 09:46, claudiu.bez...@microchip.com wrote: >>> Hi Daniel, >>> >>> Taking into account the

Re: Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-06-13 Thread Claudiu.Beznea
Hi Daniel, On 31.05.2019 13:41, Daniel Lezcano wrote: > > Hi Claudiu, > > > On 30/05/2019 09:46, claudiu.bez...@microchip.com wrote: >> Hi Daniel, >> >> Taking into account the discussion on this tread and the fact that we have >> no answer from Rob on this topic (I'm talking about [1]), what

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-05-31 Thread Daniel Lezcano
Hi Claudiu, On 30/05/2019 09:46, claudiu.bez...@microchip.com wrote: > Hi Daniel, > > Taking into account the discussion on this tread and the fact that we have > no answer from Rob on this topic (I'm talking about [1]), what do you think > it would be best for this driver to be accepted the

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-05-30 Thread Claudiu.Beznea
Hi Daniel, Taking into account the discussion on this tread and the fact that we have no answer from Rob on this topic (I'm talking about [1]), what do you think it would be best for this driver to be accepted the soonest? Would it be OK for you to mimic the approach done by:

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Alexandre Belloni
On 08/04/2019 15:22:50+0200, Daniel Lezcano wrote: > On 08/04/2019 14:42, Alexandre Belloni wrote: > > On 08/04/2019 14:35:05+0200, Daniel Lezcano wrote: > >> > >> What about commit 51f0aeb2d21f1 ? > >> > > > > Well, do you see anything parsing that in drivers/clocksource ? > > So to make it

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Daniel Lezcano
On 08/04/2019 14:42, Alexandre Belloni wrote: > On 08/04/2019 14:35:05+0200, Daniel Lezcano wrote: >> >> What about commit 51f0aeb2d21f1 ? >> > > Well, do you see anything parsing that in drivers/clocksource ? So to make it clear: 1. You say I said anything, emphasis this word in the previous

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Alexandre Belloni
On 08/04/2019 14:35:05+0200, Daniel Lezcano wrote: > > What about commit 51f0aeb2d21f1 ? > Well, do you see anything parsing that in drivers/clocksource ? -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Daniel Lezcano
On 08/04/2019 14:11, Alexandre Belloni wrote: > Hi Daniel, > > On 08/04/2019 10:43:26+0200, Daniel Lezcano wrote: >> Hi Claudiu, >> >> On 14/03/2019 17:26, claudiu.bez...@microchip.com wrote: >>> From: Claudiu Beznea >>> >>> Add driver for Microchip PIT64B timer. Timer could be used in

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Alexandre Belloni
Hi Daniel, On 08/04/2019 10:43:26+0200, Daniel Lezcano wrote: > Hi Claudiu, > > On 14/03/2019 17:26, claudiu.bez...@microchip.com wrote: > > From: Claudiu Beznea > > > > Add driver for Microchip PIT64B timer. Timer could be used in continuous > > mode or oneshot mode. The hardware has 2x32 bit

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Claudiu.Beznea
Hi Daniel, On 08.04.2019 11:43, Daniel Lezcano wrote: > External E-Mail > > > Hi Claudiu, > > On 14/03/2019 17:26, claudiu.bez...@microchip.com wrote: >> From: Claudiu Beznea >> >> Add driver for Microchip PIT64B timer. Timer could be used in continuous >> mode or oneshot mode. The hardware

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-08 Thread Daniel Lezcano
Hi Claudiu, On 14/03/2019 17:26, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > Add driver for Microchip PIT64B timer. Timer could be used in continuous > mode or oneshot mode. The hardware has 2x32 bit registers for period > emulating a 64 bit timer. The LSB_PR and MSB_PR

Re: [PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-04-01 Thread Nicolas.Ferre
On 14/03/2019 at 17:26, Claudiu Beznea - M18063 wrote: > From: Claudiu Beznea > > Add driver for Microchip PIT64B timer. Timer could be used in continuous > mode or oneshot mode. The hardware has 2x32 bit registers for period > emulating a 64 bit timer. The LSB_PR and MSB_PR registers are used

[PATCH 2/5] clocksource/drivers/timer-microchip-pit64b: add Microchip PIT64B support

2019-03-14 Thread Claudiu.Beznea
From: Claudiu Beznea Add driver for Microchip PIT64B timer. Timer could be used in continuous mode or oneshot mode. The hardware has 2x32 bit registers for period emulating a 64 bit timer. The LSB_PR and MSB_PR registers are used to set the period value (compare value). TLSB and TMSB keeps the