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