summaryrefslogtreecommitdiffstats
path: root/drivers/dio/dio.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: dio: fix possible memory leak in dio_init()Yang Yingliang2022-11-091-0/+8
* drivers: dio: add missing iounmap() in dio_init()Yang Yingliang2022-05-191-1/+4
* drivers: dio: Missing a blank line after declarationsAleksa Vučković2022-02-041-0/+1
* drivers: dio: code indent should use tabsAleksa Vučković2022-02-041-46/+46
* drivers: dio: space required after that ','Aleksa Vučković2022-02-041-1/+1
* drivers: dio: space prohibited after parenthesisAleksa Vučković2022-02-041-1/+1
* drivers: dio: trailing whitespaceAleksa Vučković2022-02-041-12/+12
* drivers: dio: brace should be on the previous lineAleksa Vučković2022-02-041-8/+5
* drivers: dio: Use <linux/io.h> instead <asm/io.h>Aleksa Vučković2022-02-041-1/+1
* dio: return -ENOMEM when kzalloc() failsSalah Triki2021-07-211-1/+1
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+4
* dio: Fix buffer overflow in case of unknown boardGeert Uytterhoeven2019-01-211-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dio: use probe_kernel_read()Al Viro2017-05-271-15/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* dio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-2/+2
* m68k: dio - Kill warn_unused_result warningsGeert Uytterhoeven2009-01-121-3/+15
* dio: ARRAY_SIZE() cleanupAlejandro Martinez Ruiz2008-02-051-3/+1
* [PATCH] drivers/dio: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-2/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+279