Hi,
On Thursday 05 July 2018 11:25 AM, Tony Lindgren wrote:
> * Faiz Abbas [180704 13:37]:
>> After taking a second look at this thread, I don't see anything big to
>> be modified.
>>
>> We both agree that "reset status bit in sysconfig register" is the quirk
>> case which can be added once such
* Faiz Abbas [180704 13:37]:
> After taking a second look at this thread, I don't see anything big to
> be modified.
>
> We both agree that "reset status bit in sysconfig register" is the quirk
> case which can be added once such an IP is discovered in ti-sysc.
Yes agreed.
> All I need to chang
Hi,
On Tuesday 03 July 2018 01:01 PM, Tony Lindgren wrote:
> * Faiz Abbas [180703 07:31]:
>> Hi,
>>
>> On Tuesday 03 July 2018 12:37 PM, Tony Lindgren wrote:
>>> * Tony Lindgren [180611 07:06]:
* Faiz Abbas [180611 06:48]:
> Hi,
>
> On Monday 11 June 2018 11:59 AM, Tony Lindgre
* Faiz Abbas [180703 07:31]:
> Hi,
>
> On Tuesday 03 July 2018 12:37 PM, Tony Lindgren wrote:
> > * Tony Lindgren [180611 07:06]:
> >> * Faiz Abbas [180611 06:48]:
> >>> Hi,
> >>>
> >>> On Monday 11 June 2018 11:59 AM, Tony Lindgren wrote:
> * Faiz Abbas [180611 06:28]:
> > Great. I t
Hi,
On Tuesday 03 July 2018 12:37 PM, Tony Lindgren wrote:
> * Tony Lindgren [180611 07:06]:
>> * Faiz Abbas [180611 06:48]:
>>> Hi,
>>>
>>> On Monday 11 June 2018 11:59 AM, Tony Lindgren wrote:
* Faiz Abbas [180611 06:28]:
> Great. I thought I completely misunderstood you. But I don't
* Tony Lindgren [180611 07:06]:
> * Faiz Abbas [180611 06:48]:
> > Hi,
> >
> > On Monday 11 June 2018 11:59 AM, Tony Lindgren wrote:
> > > * Faiz Abbas [180611 06:28]:
> > >> Great. I thought I completely misunderstood you. But I don't see what
> > >> adding another function will accomplish. A
* Faiz Abbas [180611 06:48]:
> Hi,
>
> On Monday 11 June 2018 11:59 AM, Tony Lindgren wrote:
> > * Faiz Abbas [180611 06:28]:
> >> Great. I thought I completely misunderstood you. But I don't see what
> >> adding another function will accomplish. A QUIRK flag used in the same
> >> function would
Hi,
On Monday 11 June 2018 11:59 AM, Tony Lindgren wrote:
> * Faiz Abbas [180611 06:28]:
>> Great. I thought I completely misunderstood you. But I don't see what
>> adding another function will accomplish. A QUIRK flag used in the same
>> function would work well enough>
> Fine with me as long as
* Faiz Abbas [180611 06:28]:
> Great. I thought I completely misunderstood you. But I don't see what
> adding another function will accomplish. A QUIRK flag used in the same
> function would work well enough.
Fine with me as long as the function stays simple for both
syss and sysc reset.
Regards
On Monday 11 June 2018 11:39 AM, Tony Lindgren wrote:
> * Faiz Abbas [180611 06:09]:
>> Hi Tony,
>>
>> On Friday 08 June 2018 11:51 AM, Tony Lindgren wrote:
>>> * Faiz Abbas [180607 10:24]:
Hi,
On Thursday 07 June 2018 01:05 PM, Tony Lindgren wrote:
> * Faiz Abbas [180606 0
* Faiz Abbas [180611 06:09]:
> Hi Tony,
>
> On Friday 08 June 2018 11:51 AM, Tony Lindgren wrote:
> > * Faiz Abbas [180607 10:24]:
> >> Hi,
> >>
> >> On Thursday 07 June 2018 01:05 PM, Tony Lindgren wrote:
> >>> * Faiz Abbas [180606 06:14]:
> +static int sysc_reset(struct sysc *ddata)
> >>
Hi Tony,
On Friday 08 June 2018 11:51 AM, Tony Lindgren wrote:
> * Faiz Abbas [180607 10:24]:
>> Hi,
>>
>> On Thursday 07 June 2018 01:05 PM, Tony Lindgren wrote:
>>> * Faiz Abbas [180606 06:14]:
+static int sysc_reset(struct sysc *ddata)
+{
+ int offset = ddata->offsets[SYSC_SYS
* Faiz Abbas [180607 10:24]:
> Hi,
>
> On Thursday 07 June 2018 01:05 PM, Tony Lindgren wrote:
> > * Faiz Abbas [180606 06:14]:
> >> +static int sysc_reset(struct sysc *ddata)
> >> +{
> >> + int offset = ddata->offsets[SYSC_SYSCONFIG];
> >> + int val = sysc_read(ddata, offset);
> >> +
> >> +
Hi,
On Thursday 07 June 2018 01:05 PM, Tony Lindgren wrote:
> * Faiz Abbas [180606 06:14]:
>> +static int sysc_reset(struct sysc *ddata)
>> +{
>> +int offset = ddata->offsets[SYSC_SYSCONFIG];
>> +int val = sysc_read(ddata, offset);
>> +
>> +val |= (0x1 << ddata->cap->regbits->srst_shi
* Faiz Abbas [180606 06:14]:
> +static int sysc_reset(struct sysc *ddata)
> +{
> + int offset = ddata->offsets[SYSC_SYSCONFIG];
> + int val = sysc_read(ddata, offset);
> +
> + val |= (0x1 << ddata->cap->regbits->srst_shift);
> + sysc_write(ddata, offset, val);
> +
> + /* Poll o
15 matches
Mail list logo