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