On 7/25/23 10:27, Greg Kroah-Hartman wrote:
> On Sun, Jul 23, 2023 at 11:33:41PM -0700, Randy Dunlap wrote:
>> Reconcile devices.txt with serial/ucc_uart.c regarding device number
>> assignments. ucc_uart.c supports 4 ports and uses minor devnums
>> 46-49, so update devices.txt with that info.
>> Then update ucc_uart.c's reference to the location of the devices.txt
>> list in the kernel source tree.
>>
>> Fixes: d7584ed2b994 ("[POWERPC] qe-uart: add support for Freescale
>> QUICCEngine UART")
>> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
>> Signed-off-by: Randy Dunlap <rdun...@infradead.org>
>> Cc: Timur Tabi <ti...@kernel.org>
>> Cc: Kumar Gala <ga...@kernel.crashing.org>
>> Cc: linuxppc-dev@lists.ozlabs.org
>> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
>> Cc: Jiri Slaby <jirisl...@kernel.org>
>> Cc: linux-ser...@vger.kernel.org
>> Cc: Jonathan Corbet <cor...@lwn.net>
>> Cc: linux-...@vger.kernel.org
>> ---
>> Documentation/admin-guide/devices.txt | 2 +-
>> drivers/tty/serial/ucc_uart.c | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> Very nice, thanks for catching this, I'll go queue it up.
>
> Actually, how did you notice this? I don't think the devices.txt file
> is up to date at all anymore, and odds are, other things are wrong in it
> too.
I accidentally! saw some reference to lanana.org in the kernel source code
and just grepped for that and saw this...
--
~Randy