* Question regarding appropriate mailing list
@ 2024-09-03 16:26 Patryk
2024-09-03 17:24 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Patryk @ 2024-09-03 16:26 UTC (permalink / raw)
To: kernelnewbies
Hi,
What would be the most appropriate mailing list to ask about pmbus
drivers and power management devices like ltc29**. I'm trying to
bring-up some LTC devices using existing drivers and I've encountered
some problems while reading e.g. temp1_max_alarm attribute (NACK
returned from the target device). I've found what exact line of code
introduced in 5.15.x kernel causes this problem but I'm not sure
whether or not that line was added according to the pmbus
specification expectations therefore the code is fine, but it may that
it's the device that responds incorrectly and it's behaviour does not
adhere to the pmbus specification.
BR
Patryk
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Question regarding appropriate mailing list
2024-09-03 16:26 Question regarding appropriate mailing list Patryk
@ 2024-09-03 17:24 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-09-03 17:24 UTC (permalink / raw)
To: Patryk; +Cc: kernelnewbies
On Tue, Sep 03, 2024 at 06:26:17PM +0200, Patryk wrote:
> Hi,
> What would be the most appropriate mailing list to ask about pmbus
> drivers and power management devices like ltc29**. I'm trying to
> bring-up some LTC devices using existing drivers and I've encountered
> some problems while reading e.g. temp1_max_alarm attribute (NACK
> returned from the target device). I've found what exact line of code
> introduced in 5.15.x kernel causes this problem but I'm not sure
> whether or not that line was added according to the pmbus
> specification expectations therefore the code is fine, but it may that
> it's the device that responds incorrectly and it's behaviour does not
> adhere to the pmbus specification.
Just run scripts/get_maintainer.pl on the files you are looking at and
it will tell you the mailing lists and people to cc: about them.
For example, if you have issues with the driver core functions in
drivers/usb/serial/visor.c, you can do:
$ ./scripts/get_maintainer.pl --file drivers/usb/serial/visor.c
Johan Hovold <johan@kernel.org> (maintainer:USB SERIAL SUBSYSTEM)
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (supporter:USB SUBSYSTEM)
linux-usb@vger.kernel.org (open list:USB SERIAL SUBSYSTEM)
linux-kernel@vger.kernel.org (open list)
Hope this helps,
greg k-h
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-03 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 16:26 Question regarding appropriate mailing list Patryk
2024-09-03 17:24 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).