aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-22/+13
2024-03-08sbus: uctrl: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-03-08sbus: flash: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08sbus: envctrl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08sbus: display7seg: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08sbus: bbc_i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-08sbus: Add prototype for bbc_envctrl_init and bbc_envctrl_cleanup to headerUwe Kleine-König2-3/+3
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2023-08-28sbus: Explicitly include correct DT includesRob Herring7-7/+7
2023-06-23oradax: make 'cl' a static const structureIvan Orlov1-11/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+2
2023-04-21sbus: display7seg: Use of_property_read_bool() for boolean propertiesRob Herring1-3/+2
2023-03-30docs: move sparc documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-11-19sparc: sbus: treat CPU index as integerJason A. Donenfeld1-2/+2
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2020-09-14sbus: char: Remove meaningless jump label out_freeJing Xiangfeng1-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-05-17oradax: convert get_user_pages() --> pin_user_pages()John Hubbard1-5/+3
2020-03-18misc: move FLASH_MINOR into miscdevice.h and fix conflictsZhenzhong Duan1-3/+1
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan2-4/+0
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2-4/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner5-0/+5
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+1
2019-05-08docs: sparc: convert to ReSTMauro Carvalho Chehab1-1/+1
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds3-8/+8
2018-12-05sbus: Use of_node_name_eq for node name comparisonsRob Herring3-8/+8
2018-12-02drivers/sbus/char: add of_node_put()Yangtao Li1-0/+2
2018-12-02sbus: char: add of_node_put()Yangtao Li1-0/+1
2018-10-07oradax: remove redundant null check before kfreeColin Ian King1-2/+1
2018-10-07sbus: Use of_get_child_by_name helperRob Herring1-10/+1
2018-06-15fix a series of Documentation/ broken file name referencesMauro Carvalho Chehab1-1/+1
2018-05-15Remove jsflash driverJens Axboe3-668/+0
2018-05-11jsflash: handle highmem pagesChristoph Hellwig1-2/+4
2018-04-30sparc64: Fix mistake in oradax license textRob Gardner1-1/+1
2018-04-01sparc64: Properly range check DAX completion indexRob Gardner1-1/+1
2018-03-18sparc64: Oracle DAX driver depends on SPARC64Guenter Roeck1-1/+2
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2018-01-29oradax: Fix return value check in dax_attach()Wei Yongjun1-2/+2
2018-01-22sparc64: Oracle DAX driverRob Gardner3-0/+1014
2018-01-17openprom: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+3
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-27sbus: char: Move D7S_MINOR to include/linux/miscdevice.hCorentin Labbe1-1/+0
2017-07-20sbus: Convert to using %pOF instead of full_nameRob Herring3-6/+6
2017-06-27block: don't set bounce limit in blk_init_queueChristoph Hellwig1-0/+1
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-03-28jsflash: stop sharing request queue across multiple gendisksOmar Sandoval1-14/+36
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-05-20openprom: fix warningSam Ravnborg1-24/+16
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-10/+3
2015-04-15drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley2-8/+2
2014-10-20sbus: char: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2-3/+14
2014-08-04bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000Christopher Alexander Tobias Schulze2-3/+14
2014-07-21drivers/sbus/char: Micro-optimization in display7seg.cRasmus Villemoes1-4/+1
2014-07-21display7seg: Introduce the use of the managed version of kzallocHimangi Saraogi1-3/+2
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-02-20Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]David Howells1-1/+0
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-03-31bbc_i2c: fix section mismatch warningSam Ravnborg1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-11drivers/sbus/char: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+3
2013-01-03Drivers: sbus: remove __dev* attributes.Greg Kroah-Hartman5-15/+15
2012-09-21drivers/sbus/char: removes unnecessary semicolonPeter Senna Tschudin3-7/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2011-12-04sbus: convert drivers/sbus/char/* to use module_platform_driver()Axel Lin5-57/+5
2011-12-04bbc_i2c: Remove unneeded err variableAxel Lin1-10/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely5-25/+20
2011-01-03sparc: explicitly cast negative phandle checks to s32Andres Salomon1-1/+1
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann2-0/+2
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon1-1/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-11/+13
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely7-25/+25
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-14/+14
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely5-10/+10
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-2/+2
2010-07-20sbus: autoconvert trivial BKL users to private mutexArnd Bergmann5-23/+24
2010-07-12drivers/sbus: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2-4/+4
2010-05-24Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-19/+25
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely5-10/+25
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely6-9/+9
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-19/+25
2010-04-27drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_posJan Blunck1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-2/+3
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely2-28/+40
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-5/+5
2010-01-04bbc_envctrl: Clean up properly if kthread_run() fails.David S. Miller1-26/+38
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-07-17sparc: Fix cleanup crash in bbc_envctrl_cleanup()David S. Miller1-3/+8
2009-06-16openprom: Squelch useless GCC warning.David S. Miller1-1/+1
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-9/+3
2009-05-11jsflash: dequeue in-flight requestTejun Heo1-11/+17
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-2/+2
2009-04-28block: replace end_request() with [__]blk_end_request_cur()Tejun Heo1-4/+4
2009-04-14sbus: changed ioctls to unlockedStoyan Gaydarov2-9/+13
2009-03-13sbus: Auto-load openprom module when device opened.Scott James Remnant1-0/+1
2009-03-04sparc64: wait_event_interruptible_timeout may return -ERESTARTSYSRoel Kluin1-1/+1
2009-03-04jsflash: stop defining MAJOR_NRChristoph Hellwig1-3/+0
2009-01-06sparc64: Fix unsigned long long warnings in drivers.Sam Ravnborg1-1/+1
2008-12-01Revert "of_platform_driver noise on sparce"Linus Torvalds1-3/+3
2008-11-30of_platform_driver noise on sparceAl Viro1-3/+3
2008-11-04drivers: remove duplicated #includeJianjun Kong1-1/+0
2008-09-03sparc: Kill sbus mostek RTC driver.David S. Miller3-286/+0
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller5-5/+5
2008-08-29bbc_envctrl: Fix build errors from bbc_i2c OF conversion.David S. Miller1-3/+3
2008-08-29bbc_i2c: Convert to pure OF driver.David S. Miller3-249/+214
2008-08-29envctrl: Convert to pure OF driver.David S. Miller1-68/+79
2008-08-29display7seg: Convert to pure OF device driver.David S. Miller1-105/+146
2008-08-29cpwatchdog: Move to drivers/watchdog/cpwd.cDavid S. Miller2-696/+0
2008-08-29cpwatchdog: Cleanup and convert to pure OF driver.David S. Miller1-599/+436
2008-08-29riowatchdog: Move under drivers/watchdogDavid S. Miller2-260/+0
2008-08-29riowatchdog: Convert to pure OF driver.David S. Miller1-135/+99
2008-08-29sparc: Remove generic SBUS probing layer.David S. Miller2-174/+0
2008-08-29sparc: Kill sbus_arch_preinit().David S. Miller1-3/+0
2008-08-29sparc: Kill OBP property members of sbus_dev and sbus_busDavid S. Miller1-17/+1
2008-08-29sparc: Remove dinky old-style SBUS probing facilities.David S. Miller1-14/+0
2008-08-29sparc: Remove SBUS layer resource and irq handling.David S. Miller1-123/+1
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller1-4/+0
2008-08-29sparc: Convert uctrl driver to OF driver.David S. Miller2-97/+121
2008-08-29sparc: Convert flash driver to OF device probing.David S. Miller1-80/+50
2008-08-29sparc: Propagate SBUS iommu archdata into real of_device objects.David S. Miller1-4/+20
2008-08-29sparc: Kill SBUS DVMA layer.David S. Miller3-139/+1
2008-08-29sparc: Kill videopix SBUS driver.David S. Miller6-1297/+0
2008-08-29sparc: Delete bare sbus char bpp driver, obsoleted by parport_sunbppDavid S. Miller4-1065/+0
2008-08-11sparc/drivers: use linux/of_device.h instead of asm/of_device.hStephen Rothwell1-1/+1
2008-07-21sparc64: fix up bus_id changes in sparc core codeGreg Kroah-Hartman1-3/+3
2008-07-17drivers/sbus/: cleanupsAdrian Bunk5-40/+33
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-3/+3
2008-07-02uctrl: BKL pushdownArnd Bergmann1-0/+3
2008-07-02sbus-rtc: BKL pushdownArnd Bergmann1-0/+3
2008-07-02riowatchdog: BKL pushdownArnd Bergmann1-0/+2
2008-07-02openprom: BKL pushdownArnd Bergmann1-0/+3
2008-06-20jsflash: BKL pushdownArnd Bergmann1-3/+10
2008-06-20flash: BKL pushdownArnd Bergmann1-1/+5
2008-06-20envctrl: BKL pushdownArnd Bergmann1-0/+2
2008-06-20display7seg: BKL pushdownArnd Bergmann1-0/+1
2008-06-20cpwatchdog: BKL pushdownArnd Bergmann1-0/+4
2008-06-20videopix: BKL pushdownJonathan Corbet1-0/+5
2008-06-20bpp: bkl pushdownJonathan Corbet1-0/+3
2008-05-21sbus bpp: instances missed in s/dev_name/bpp_dev_name/Al Viro1-3/+3
2008-05-05sbus: Fix bpp driver build.David S. Miller1-1/+1
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison2-3/+3
2007-11-19[WATCHDOG] Sbus: cpwatchdog, remove SPIN_LOCK_UNLOCKEDJiri Slaby1-1/+1
2007-10-20vfc_dev conversion to mutex: falloutAl Viro1-1/+1
2007-10-17[SPARC] Videopix Frame Grabber: Convert device_lock_sem to mutexMatthias Kaehlcke2-3/+4
2007-07-31[BBC_I2C]: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+2
2007-07-31[BBC_ENVCTRL]: kmalloc + memset conversion to kzallocMariusz Kozlowski1-4/+6
2007-07-31[SPARC] Videopix Frame Grabber: Fix unreleased lock in vfc_debug()Matthias Kaehlcke1-0/+1
2007-07-30[SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.David S. Miller1-0/+9
2007-07-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds1-0/+1
2007-07-24[SPARC32]: Deal with rtc/sun_mostek_rtc conflict.Al Viro1-0/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-20[SPARC]: Make sure dev_archdata is filled in for all devices.David S. Miller1-0/+5
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-6/+2
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge2-8/+4
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita1-2/+1
2007-07-16cpwatchdog build fixAndrew Morton1-0/+1
2007-05-31[SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.cHorst H. von Brand1-0/+1
2007-05-13[SPARC] SBUS: display7seg.c needs asm/io.hDavid S. Miller1-0/+1
2007-05-13[SPARC] SBUS: bbc_i2c.c needs asm/io.hDavid S. Miller1-0/+1
2007-05-11[SPARC64]: envctrl.c needs asm/io.hDavid S. Miller1-0/+1
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-26[OPENPROM]: Use pci_device_to_OF_node().David S. Miller1-10/+8
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell4-9/+9
2007-04-23[SPARC] openprom: Switch to ref counting PCI APIAlan Cox1-1/+2
2007-04-21[SBUS] vfc_dev.c: kzallocvignesh babu1-2/+1
2007-02-26[SPARC] uctrl: Check request_irq() return value.David S. Miller1-1/+7
2007-02-26[SPARC64] bbc_i2c: Fix kenvctrld eating %100 cpu.David S. Miller1-8/+9
2007-02-26[SPARC]: Remove the broken SUN_AURORA driver.Adrian Bunk5-2888/+0
2007-02-17Various typo fixes.Robert P. J. Day1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau4-4/+0
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven11-12/+12
2007-02-10[SPARC64]: Add obppath sysfs attribute for SBUS and PCI devices.Fabio Massimo Di Nitto1-1/+17
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-08[PATCH] struct path: convert sbusJosef Sipek5-6/+6
2006-10-27[SPARC]: Fix bus_id[] string overflow.David S. Miller1-2/+2
2006-10-17[SPARC] {bbc_,}envctrl: Use call_usermodehelper().David S. Miller2-4/+4
2006-10-12[PATCH] more kernel_execve() fallout (sbus)Al Viro2-9/+3
2006-10-10[PATCH] use %p for pointersAl Viro1-1/+1
2006-10-10[PATCH] openprom NULL noise removalAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-6/+6
2006-10-03remove mentionings of devfs in documentationAdrian Bunk1-2/+0