summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-16 15:05:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-18 14:19:20 -0800
commit6703992896cc95f0bc7c9ccece1fcb3c7e8a2f87 (patch)
treecf49229e038c15b2aa0b85522e340c1201f795b2 /tools/perf/scripts/python
parentb03314e22571783488828f7f38fa708cbd3a1888 (diff)
downloadkernel-6703992896cc95f0bc7c9ccece1fcb3c7e8a2f87.tar.gz
staging/wilc1000: pass io_type to wilc_netdev_init
In order to avoid some of the #ifdefs, this passes the io_type and device pointer as an argument to wilc_netdev_init. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
017-09-25scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke 2017-09-14scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig 2017-08-29scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig 2017-08-07scsi: fc: start decoupling fc_block_scsi_eh from scsi_cmndSteffen Maier 2017-07-24scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke 2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2017-06-26scsi: fix typos and grammar in comments of scsi_transport_fc.cTyrel Datwyler 2017-05-16scsi: fix some kernel-doc markupsMauro Carvalho Chehab 2017-04-19scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery 2017-04-18scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King 2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds 2017-02-06scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig 2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig 2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig 2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig 2016-11-17scsi: fc: move FC transport's bsg code to bsg-libJohannes Thumshirn 2016-11-17block: add bsg_job_put() and bsg_job_get()Johannes Thumshirn 2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn 2016-11-17scsi: fc: use bsg_softirq_doneJohannes Thumshirn 2016-11-17scsi: fc: Use bsg_destroy_jobJohannes Thumshirn 2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn 2016-11-17scsi: fc: implement kref backed reference countingJohannes Thumshirn 2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn 2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn 2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn 2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn 2016-11-17scsi: Get rid of struct fc_bsg_bufferJohannes Thumshirn 2016-11-14scsi: scsi_transport_fc: Hold queue lock while calling blk_run_queue_async()Bart Van Assche 2016-11-08scsi: scsi_transport_fc: rename 'fc_rport_create' to 'fc_remote_port_create'Hannes Reinecke