Re: [Question] orphan platform data header

2019-07-22 Thread Arnd Bergmann
On Mon, Jul 22, 2019 at 8:46 AM Enrico Weigelt, metux IT consult wrote: > On 21.07.19 16:15, Arnd Bergmann wrote: > > > That is different: the hardware attaches to a serial port and may well > > be usable, and the user space side just contains a copy of the header, > > see

Re: [Question] orphan platform data header

2019-07-22 Thread Enrico Weigelt, metux IT consult
On 21.07.19 16:15, Arnd Bergmann wrote: That is different: the hardware attaches to a serial port and may well be usable, and the user space side just contains a copy of the header, see https://github.com/nwdigitalradio/ax25-tools/tree/master/yamdrv I believe that such header copies in

Re: [Question] orphan platform data header

2019-07-21 Thread Masahiro Yamada
On Sun, Jul 21, 2019 at 11:15 PM Arnd Bergmann wrote: > > On Sun, Jul 21, 2019 at 2:13 PM Masahiro Yamada > wrote: > > On Sun, Jul 21, 2019 at 6:10 PM Arnd Bergmann wrote: > > > On Sun, Jul 21, 2019 at 5:45 AM Masahiro Yamada > > > wrote: > > > > On Sat, Jul 20, 2019 at 10:55 PM Arnd Bergmann

Re: [Question] orphan platform data header

2019-07-21 Thread Arnd Bergmann
On Sun, Jul 21, 2019 at 2:13 PM Masahiro Yamada wrote: > On Sun, Jul 21, 2019 at 6:10 PM Arnd Bergmann wrote: > > On Sun, Jul 21, 2019 at 5:45 AM Masahiro Yamada > > wrote: > > > On Sat, Jul 20, 2019 at 10:55 PM Arnd Bergmann wrote: > > > > On Sat, Jul 20, 2019 at 5:26 AM Masahiro Yamada > >

Re: [Question] orphan platform data header

2019-07-21 Thread Masahiro Yamada
On Sun, Jul 21, 2019 at 6:10 PM Arnd Bergmann wrote: > > On Sun, Jul 21, 2019 at 5:45 AM Masahiro Yamada > wrote: > > On Sat, Jul 20, 2019 at 10:55 PM Arnd Bergmann wrote: > > > On Sat, Jul 20, 2019 at 5:26 AM Masahiro Yamada > > > wrote: > > > > So, what shall we do? > > > > > > > > Drop the

Re: [Question] orphan platform data header

2019-07-21 Thread Arnd Bergmann
On Sun, Jul 21, 2019 at 5:45 AM Masahiro Yamada wrote: > On Sat, Jul 20, 2019 at 10:55 PM Arnd Bergmann wrote: > > On Sat, Jul 20, 2019 at 5:26 AM Masahiro Yamada > > wrote: > > > So, what shall we do? > > > > > > Drop the board-file support? Or, keep it > > > in case somebody is still using

Re: [Question] orphan platform data header

2019-07-20 Thread Masahiro Yamada
Hi Arnd, On Sat, Jul 20, 2019 at 10:55 PM Arnd Bergmann wrote: > > On Sat, Jul 20, 2019 at 5:26 AM Masahiro Yamada > wrote: > > > > masahiro@grover:~/ref/linux$ git grep netxbig_led_platform_data > > drivers/leds/leds-netxbig.c: struct > > netxbig_led_platform_data

Re: [Question] orphan platform data header

2019-07-20 Thread Arnd Bergmann
On Sat, Jul 20, 2019 at 5:26 AM Masahiro Yamada wrote: > > masahiro@grover:~/ref/linux$ git grep netxbig_led_platform_data > drivers/leds/leds-netxbig.c: struct > netxbig_led_platform_data *pdata, > drivers/leds/leds-netxbig.c: struct >

[Question] orphan platform data header

2019-07-19 Thread Masahiro Yamada
Hi. I see several platform-data headers that are not used in upstream. For instance, please look at this driver: drivers/leds/leds-netxbig.c If I understood it correctly, this driver supports both device tree and legacy board-file. I grepped 'netxbig_led_platform_data', but I only found the