summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/bfin_rotary.h
Commit message (Collapse)AuthorAgeFilesLines
* Input: bfin_rotary - move pin lists into into platform dataSonic Zhang2015-02-151-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>
* Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang2015-02-151-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>