summaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char
AgeCommit message (Expand)AuthorLines
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-8/+8
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+8
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-5/+5
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-07-11sbus: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+4
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+13
2024-03-08sbus: uctrl: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2024-03-08sbus: flash: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-08sbus: envctrl: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-08sbus: display7seg: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-08sbus: bbc_i2c: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-03-08sbus: Add prototype for bbc_envctrl_init and bbc_envctrl_cleanup to headerUwe Kleine-König-3/+3
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska-1/+1
2023-08-28sbus: Explicitly include correct DT includesRob Herring-7/+7
2023-06-23oradax: make 'cl' a static const structureIvan Orlov-11/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+2
2023-04-21sbus: display7seg: Use of_property_read_bool() for boolean propertiesRob Herring-3/+2
2023-03-30docs: move sparc documentation under Documentation/arch/Jonathan Corbet-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2022-11-19sparc: sbus: treat CPU index as integerJason A. Donenfeld-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2020-09-14sbus: char: Remove meaningless jump label out_freeJing Xiangfeng-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-05-17oradax: convert get_user_pages() --> pin_user_pages()John Hubbard-5/+3
2020-03-18misc: move FLASH_MINOR into miscdevice.h and fix conflictsZhenzhong Duan-3/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan-4/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-4/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+5
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny-1/+1
2019-05-08docs: sparc: convert to ReSTMauro Carvalho Chehab-1/+1
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-8/+8
2018-12-05sbus: Use of_node_name_eq for node name comparisonsRob Herring-8/+8
2018-12-02drivers/sbus/char: add of_node_put()Yangtao Li-0/+2
2018-12-02sbus: char: add of_node_put()Yangtao Li-0/+1
2018-10-07oradax: remove redundant null check before kfreeColin Ian King-2/+1
2018-10-07sbus: Use of_get_child_by_name helperRob Herring-10/+1
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab-1/+1
2018-05-15Remove jsflash driverJens Axboe-668/+0
2018-05-11jsflash: handle highmem pagesChristoph Hellwig-2/+4
2018-04-30sparc64: Fix mistake in oradax license textRob Gardner-1/+1
2018-04-01sparc64: Properly range check DAX completion indexRob Gardner-1/+1
2018-03-18sparc64: Oracle DAX driver depends on SPARC64Guenter Roeck-1/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2018-01-29oradax: Fix return value check in dax_attach()Wei Yongjun-2/+2