Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1295040
| From | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of |
| Date | 2015-12-18 18:00 +0100 |
| Message-ID | <qH6xR-8aD-27@gated-at.bofh.it> (permalink) |
| References | <qH2Xg-64F-13@gated-at.bofh.it> <qH36X-682-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 18/12/15 13:16, Arnd Bergmann wrote:
> On Friday 18 December 2015 15:00:49 Peter Ujfalusi wrote:
>> The 8250_of never compiled since in the Kconfig we have SERIAL_OF_PLATFORM
>> but in the makefile we expect to have SERIAL_8250_OF...
>>
>> When the 8250_of.c is actually compiled we will have two errors:
>> missing linux/nwpserial.h and 8250/8250.h.
>> Fix those as well at the same time when enable the compilation of the
>> driver.
>>
>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>> Fixes: afd7f88f1577 ("serial: 8250: move of_serial code to 8250 directory")
>> CC: Arnd Bergmann <arnd@arndb.de>
>>
>
> Thanks for fixing this, and sorry for the mess.
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks, this fixes booting tegra 32-bit devices on -next.
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Cheers
Jon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-12-18 14:10 +0100
Re: [PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of Arnd Bergmann <arnd@arndb.de> - 2015-12-18 14:20 +0100
Re: [PATCH v2] serial: 8250: of: Fix the driver and actually compile the 8250_of Jon Hunter <jonathanh@nvidia.com> - 2015-12-18 18:00 +0100
csiph-web