aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/fore200e.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-8/+8
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-27/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-12-16fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki1-7/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-11-17atm: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun1-0/+1
2018-10-12fore200e: fix sbus compileChristoph Hellwig1-1/+1
2018-10-10fore200e: check for dma mapping failuresChristoph Hellwig1-0/+13
2018-10-10fore200e: don't use GFP_DMAChristoph Hellwig1-4/+4
2018-10-10fore200e: devirtualize dma alloc callsChristoph Hellwig1-83/+45
2018-10-10fore200e: devirtualize dma mapping callsChristoph Hellwig1-95/+17
2018-10-10fore200e: remove the align_size field of struct chunkChristoph Hellwig1-3/+2
2018-10-10fore200e: store a struct device in struct fore200eChristoph Hellwig1-43/+22
2018-10-10fore200e: simplify fore200e_bus usageChristoph Hellwig1-65/+56
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2017-07-16atm: fore200e: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-11/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin1-3/+3
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-8/+14
2014-10-20atm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-43/+27
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-7/+10
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+7
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-7/+7
2010-11-18atm: fore200e: Fix build warning.David S. Miller1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-13/+13
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-3/+3
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+9
2010-01-07drivers/atm/fore200e.c: use %pM to show MAC addresshartleys1-7/+4
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin1-2/+2
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-02-10fore200: fix oops on failed firmware loadMeelis Roos1-2/+2
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-08-29fore200e: Convert over to pure OF driver.David S. Miller1-228/+186
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller1-2/+2
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller1-8/+8
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller1-10/+24
2008-07-23atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanupsChas Williams1-3/+12
2008-06-17atm: [fore200e] convert to use request_firmware()Chas Williams1-65/+65