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