>
> On Tue, Jul 30, 2013 at 02:28:55PM +, Winkler, Tomas wrote:
> >
> > > Subject: Re: [char-misc 3.11 V2] mei: me: fix hardware reset flow
> > >
> > > On Tue, Jul 30, 2013 at 02:11:51PM +0300, Tomas Winkler wrote:
> > > > Both H_IS
On Tue, Jul 30, 2013 at 02:28:55PM +, Winkler, Tomas wrote:
>
> > Subject: Re: [char-misc 3.11 V2] mei: me: fix hardware reset flow
> >
> > On Tue, Jul 30, 2013 at 02:11:51PM +0300, Tomas Winkler wrote:
> > > Both H_IS and H_IE needs to be set to receive H_RDY i
>
> On 07/30/2013 01:30 PM, Winkler, Tomas wrote:
> >
> >>
> > >>> Both H_IS and H_IE needs to be set to receive H_RDY interrupt
> >
> > 1. Assert H_IS to clear the interrupts during hw reset and use
> > mei_me_reg_write instead of mei_hcsr_set as the later strips down
> > the
On 07/30/2013 01:30 PM, Winkler, Tomas wrote:
>
>>
> >>> Both H_IS and H_IE needs to be set to receive H_RDY interrupt
>
> 1. Assert H_IS to clear the interrupts during hw reset and use
> mei_me_reg_write instead of mei_hcsr_set as the later strips down
> the H_IS
>
> 2. f
>
>>> Both H_IS and H_IE needs to be set to receive H_RDY interrupt
> >>>
> >>> 1. Assert H_IS to clear the interrupts during hw reset and use
> >>> mei_me_reg_write instead of mei_hcsr_set as the later strips down
> >>> the H_IS
> >>>
> >>> 2. fix interrupt disablement embarrassing typo
> >>>
> Subject: Re: [char-misc 3.11 V2] mei: me: fix hardware reset flow
>
> On Tue, Jul 30, 2013 at 02:11:51PM +0300, Tomas Winkler wrote:
> > Both H_IS and H_IE needs to be set to receive H_RDY interrupt
> >
> > 1. Assert H_IS to clear the interrupts during hw reset a
On 07/30/2013 08:21 AM, Greg KH wrote:
> On Tue, Jul 30, 2013 at 02:11:51PM +0300, Tomas Winkler wrote:
>> Both H_IS and H_IE needs to be set to receive H_RDY
>> interrupt
>>
>> 1. Assert H_IS to clear the interrupts during hw reset
>> and use mei_me_reg_write instead of mei_hcsr_set as the later
>
On Tue, Jul 30, 2013 at 02:11:51PM +0300, Tomas Winkler wrote:
> Both H_IS and H_IE needs to be set to receive H_RDY
> interrupt
>
> 1. Assert H_IS to clear the interrupts during hw reset
> and use mei_me_reg_write instead of mei_hcsr_set as the later
> strips down the H_IS
>
> 2. fix interrupt
Both H_IS and H_IE needs to be set to receive H_RDY
interrupt
1. Assert H_IS to clear the interrupts during hw reset
and use mei_me_reg_write instead of mei_hcsr_set as the later
strips down the H_IS
2. fix interrupt disablement embarrassing typo
hcsr |= ~H_IE -> hcsr &= ~H_IE;
this will remov
9 matches
Mail list logo