summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/bfin_rotary.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26input: misc: remove blackfin rotary driverArnd Bergmann1-117/+0
The blackfin architecture is getting removed, so this one is obsolete as well. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Acked-by: Aaron Wu <aaron.wu@analog.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2015-02-16Input: bfin_rotary - move pin lists into into platform dataSonic Zhang1-0/+1
Newer Blackfin boards use pinctrl API to manage pins and the legacy peripherial lists are not useful on them. Let's move pin lists into platform data so older boards can still use them and newer boards can use the modern API. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2015-02-16Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang1-0/+116
The platform data definition of the rotary driver should be generic for all architectures. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>