summaryrefslogtreecommitdiffstats
path: root/drivers/atm/fore200e.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1Star
* atm: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-181-2/+2
* fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun2018-10-161-0/+1
* fore200e: fix sbus compileChristoph Hellwig2018-10-121-1/+1
* fore200e: check for dma mapping failuresChristoph Hellwig2018-10-111-0/+13
* fore200e: don't use GFP_DMAChristoph Hellwig2018-10-111-4/+4
* fore200e: devirtualize dma alloc callsChristoph Hellwig2018-10-111-83/+45Star
* fore200e: devirtualize dma mapping callsChristoph Hellwig2018-10-111-95/+17Star
* fore200e: remove the align_size field of struct chunkChristoph Hellwig2018-10-111-3/+2Star
* fore200e: store a struct device in struct fore200eChristoph Hellwig2018-10-111-43/+22Star
* fore200e: simplify fore200e_bus usageChristoph Hellwig2018-10-111-65/+56Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
* atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva2017-10-151-0/+8
* atm: fore200e: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-11/+1Star
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* atm: fore200e: Do not drop const qualifierLABBE Corentin2016-08-191-3/+3
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-181-8/+14
* atm: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-031-1/+1
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-43/+27Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-7/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-7/+7
|\
| * atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-111-7/+7
* | atm: fore200e: Fix build warning.David S. Miller2010-11-181-1/+1
|/
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-13/+13
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-3/+3
* sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-1/+1
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-7/+9
* drivers/atm/fore200e.c: use %pM to show MAC addresshartleys2010-01-071-7/+4Star
* atm: Cleanup redundant tests on unsignedroel kluin2009-10-291-2/+2
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* fore200: fix oops on failed firmware loadMeelis Roos2009-02-111-2/+2
* sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* fore200e: Convert over to pure OF driver.David S. Miller2008-08-291-228/+186Star
* sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-291-2/+2
* sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-8/+8
* sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-10/+24
* atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanupsChas Williams2008-07-241-3/+12
* atm: [fore200e] convert to use request_firmware()Chas Williams2008-06-181-65/+65
* fore2000 - fix misannotationsAl Viro2008-03-171-55/+55
* atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-2/+2
* [ATM]: Fix compiler warning noise with FORE200E driverTom "spot" Callaway2007-12-141-2/+1Star
* [ATM]: fore200e_param_bs_queue() must be __devinitAdrian Bunk2007-08-141-1/+1
* [ATM]: Use mutex instead of binary semaphore in FORE Systems 200E-series driverMatthias Kaehlcke2007-04-261-11/+9Star