summaryrefslogtreecommitdiff
path: root/drivers/atm/fore200e.c
AgeCommit message (Expand)Author
2018-11-17atm: Convert to using %pOFn instead of device_node.nameRob Herring
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun
2018-10-12fore200e: fix sbus compileChristoph Hellwig
2018-10-10fore200e: check for dma mapping failuresChristoph Hellwig
2018-10-10fore200e: don't use GFP_DMAChristoph Hellwig
2018-10-10fore200e: devirtualize dma alloc callsChristoph Hellwig
2018-10-10fore200e: devirtualize dma mapping callsChristoph Hellwig
2018-10-10fore200e: remove the align_size field of struct chunkChristoph Hellwig
2018-10-10fore200e: store a struct device in struct fore200eChristoph Hellwig
2018-10-10fore200e: simplify fore200e_bus usageChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva
2017-07-16atm: fore200e: constify pci_device_id.Arvind Yadav
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2014-10-20atm: drop owner assignment from platform_driversWolfram Sang
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-11-18atm: fore200e: Fix build warning.David S. Miller
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-01-07drivers/atm/fore200e.c: use %pM to show MAC addresshartleys
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-02-10fore200: fix oops on failed firmware loadMeelis Roos
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller
2008-08-29fore200e: Convert over to pure OF driver.David S. Miller
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller
2008-08-29sparc: Make SBUS DMA interfaces take struct device.David S. Miller
2008-07-23atm: [fore200e] use MODULE_FIRMWARE() and other suggested cleanupsChas Williams
2008-06-17atm: [fore200e] convert to use request_firmware()Chas Williams
2008-03-17fore2000 - fix misannotationsAl Viro
2008-03-05atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-12-14[ATM]: Fix compiler warning noise with FORE200E driverTom "spot" Callaway
2007-08-13[ATM]: fore200e_param_bs_queue() must be __devinitAdrian Bunk
2007-04-26[ATM]: Use mutex instead of binary semaphore in FORE Systems 200E-series driverMatthias Kaehlcke
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau