summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/serial-sccnxp.h
Commit message (Collapse)AuthorAge
* Revert "serial: sccnxp: Add DT support"Greg Kroah-Hartman2013-08-02
| | | | | | | | | This reverts commit 85c996907473e4ef824774b97b26499adf66521f. Alexander wishes to remove this patch as it is incorrect. Reported-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* serial: sccnxp: Add DT supportAlexander Shiyan2013-07-31
| | | | | | | Add DT support to the SCCNCP serial driver. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* serial: sccnxp: Using CLK API for getting UART clockAlexander Shiyan2013-07-31
| | | | | | | | | This patch removes "frequency" parameter from SCCNXP platform_data and uses CLK API for getting clock. If CLK ommited, default IC frequency will be used instead. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* serial: sccnxp: Replace pdata.init/exit with regulator APIAlexander Shiyan2013-04-15
| | | | | | | | | Typical usage of pdata.init/exit is enable/disable power and/or toggle reset for the target chip. This patch replaces these callbacks with regulator API. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* serial: sccnxp: Rename header file to match functionalityAlexander Shiyan2013-01-15
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>