Re: [PATCH] Documentation: devres: Add missing INPUT function

2016-04-28 Thread Jonathan Corbet
On Fri, 22 Apr 2016 13:34:51 -0400 Tejun Heo wrote: > On Thu, Apr 21, 2016 at 07:02:04PM +0200, Alexander Kurz wrote: > > devm_input_allocate_device() got introduced with commit 2be975c6d920 > > ("Input: introduce managed input devices (add devres support)"). > > Add this function to the list of

Re: [PATCH] Documentation: devres: Add missing INPUT function

2016-04-22 Thread Tejun Heo
On Thu, Apr 21, 2016 at 07:02:04PM +0200, Alexander Kurz wrote: > devm_input_allocate_device() got introduced with commit 2be975c6d920 > ("Input: introduce managed input devices (add devres support)"). > Add this function to the list of managed interfaces within the > devres documentation. > > Sig

[PATCH] Documentation: devres: Add missing INPUT function

2016-04-21 Thread Alexander Kurz
devm_input_allocate_device() got introduced with commit 2be975c6d920 ("Input: introduce managed input devices (add devres support)"). Add this function to the list of managed interfaces within the devres documentation. Signed-off-by: Alexander Kurz --- Documentation/driver-model/devres.txt | 3 +