aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dio/dio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19drivers: dio: add missing iounmap() in dio_init()Yang Yingliang1-1/+4
2022-02-04drivers: dio: Missing a blank line after declarationsAleksa Vučković1-0/+1
2022-02-04drivers: dio: code indent should use tabsAleksa Vučković1-46/+46
2022-02-04drivers: dio: space required after that ','Aleksa Vučković1-1/+1
2022-02-04drivers: dio: space prohibited after parenthesisAleksa Vučković1-1/+1
2022-02-04drivers: dio: trailing whitespaceAleksa Vučković1-12/+12
2022-02-04drivers: dio: brace should be on the previous lineAleksa Vučković1-8/+5
2022-02-04drivers: dio: Use <linux/io.h> instead <asm/io.h>Aleksa Vučković1-1/+1
2021-07-21dio: return -ENOMEM when kzalloc() failsSalah Triki1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+4
2019-01-21dio: Fix buffer overflow in case of unknown boardGeert Uytterhoeven1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-27dio: use probe_kernel_read()Al Viro1-15/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2009-03-24dio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-12m68k: dio - Kill warn_unused_result warningsGeert Uytterhoeven1-3/+15
2008-02-05dio: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz1-3/+1
2005-11-07[PATCH] drivers/dio: kmalloc + memset -> kzalloc conversionDeepak Saxena1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+279