aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/pn544.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-05NFC: pn544: Get rid of platform dataAndy Shevchenko1-43/+0
Legacy platform data must go away. We are on the safe side here since there are no users of it in the kernel. If anyone by any odd reason needs it the GPIO lookup tables and built-in device properties at your service. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-2/+1
Several files refer to an old address for the Free Software Foundation in the file header comment. Resolve by replacing the address with the URL <http://www.gnu.org/licenses/> so that we do not have to keep updating the header comments anytime the address changes. CC: [email protected] CC: Lauro Ramos Venancio <[email protected]> CC: Aloisio Almeida Jr <[email protected]> CC: Samuel Ortiz <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-0/+44
The pn544.h just provides the platform data struct and defines and nothing else. So move it to to linux/platform_data/ now. Signed-off-by: Marcel Holtmann <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>