Hi Tomi,
On 15/01/25 13:47, Tomi Valkeinen wrote:
> Hi,
>
> On 14/01/2025 18:32, Aradhya Bhatia wrote:
>
>>> But generally speaking, yes, it's good to keep fixes simple, and do
>>> cleanups later on top. Keeping that in mind, maybe this current patch is
>>> fine as it is. Although... if the init
Hi,
On 14/01/2025 18:32, Aradhya Bhatia wrote:
But generally speaking, yes, it's good to keep fixes simple, and do
cleanups later on top. Keeping that in mind, maybe this current patch is
fine as it is. Although... if the init is done in pre_enable, shouldn't
the deinit be done in post_disable?
Hi,
On 1/14/25 20:50, Tomi Valkeinen wrote:
> Hi,
>
> On 14/01/2025 16:44, Aradhya Bhatia wrote:
>> Hi Tomi,
>>
>> On 1/14/25 18:00, Tomi Valkeinen wrote:
>>> Hi,
>>>
>>> On 14/01/2025 07:56, Aradhya Bhatia wrote:
From: Aradhya Bhatia
The driver code doesn't have a Phy de-initiali
Hi,
On 14/01/2025 16:44, Aradhya Bhatia wrote:
Hi Tomi,
On 1/14/25 18:00, Tomi Valkeinen wrote:
Hi,
On 14/01/2025 07:56, Aradhya Bhatia wrote:
From: Aradhya Bhatia
The driver code doesn't have a Phy de-initialization path as yet, and so
it does not clear the phy_initialized flag while susp
Hi Tomi,
On 1/14/25 18:00, Tomi Valkeinen wrote:
> Hi,
>
> On 14/01/2025 07:56, Aradhya Bhatia wrote:
>> From: Aradhya Bhatia
>>
>> The driver code doesn't have a Phy de-initialization path as yet, and so
>> it does not clear the phy_initialized flag while suspending. This is a
>> problem becaus
Hi,
On 14/01/2025 07:56, Aradhya Bhatia wrote:
From: Aradhya Bhatia
The driver code doesn't have a Phy de-initialization path as yet, and so
it does not clear the phy_initialized flag while suspending. This is a
problem because after resume the driver looks at this flag to determine
if a Phy r
From: Aradhya Bhatia
The driver code doesn't have a Phy de-initialization path as yet, and so
it does not clear the phy_initialized flag while suspending. This is a
problem because after resume the driver looks at this flag to determine
if a Phy re-initialization is required or not. It is in fact