summaryrefslogtreecommitdiff
path: root/include/linux/fcdevice.h
blob: 3d14ebe59dc9bdf10f1fdef0ec0e1b036a281b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * INET		An implementation of the TCP/IP protocol suite for the LINUX
 *		operating system.  NET  is implemented using the  BSD Socket
 *		interface as the means of communication with the user level.
 *
 *		Definitions for the Fibre Channel handlers.
 *
 * Version:	@(#)fcdevice.h	1.0.0	09/26/98
 *
 * Authors:	Vineet Abraham <vma@iol.unh.edu>
 *
 *		Relocated to include/linux where it belongs by Alan Cox 
 *							<gw4pts@gw4pts.ampr.org>
 *
 *	WARNING: This move may well be temporary. This file will get merged with others RSN.
 */
#ifndef _LINUX_FCDEVICE_H
#define _LINUX_FCDEVICE_H


#include <linux/if_fc.h>

#ifdef __KERNEL__
struct net_device *alloc_fcdev(int sizeof_priv);
#endif

#endif	/* _LINUX_FCDEVICE_H */
='/distro/kernel/commit/drivers/regulator/da9211-regulator.c?id=b23328d76dba826265f4b0fc625280865eec9782'>regulator: da9211: Hand over GPIO to regulator coreLinus Walleij 2018-10-15regulator: Fetch enable gpiods nonexclusiveLinus Walleij 2018-02-16regulator: da9211: Pass descriptors instead of GPIO numbersLinus Walleij 2017-10-31regulator: da9211: update for supporting da9223/4/5James Ban 2016-06-29regulator: da9211: add descriptions for da9212/da9214James Ban 2015-12-22regulator: da9*: constify regulator_ops structuresJulia Lawall 2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown 2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski 2015-07-13regulator: da9211: support da9215James Ban 2015-02-24regulator: da9211: Pass NULL data with OVER_CURRENT eventGeert Uytterhoeven 2015-02-24regulator: da9211: Fix wrong register name in error messageGeert Uytterhoeven 2015-01-28regulator: da9211: Add gpio control for enable/disable of buckJames Ban 2015-01-16regulator: da9211: fix unmatched of_nodeJames Ban 2014-09-30Merge remote-tracking branches 'regulator/topic/as3711', 'regulator/topic/axp...Mark Brown 2014-09-30regulator: da9211: Fix a bug in update of mask bitJames Ban 2014-09-05regulator: da9211: Set of_match_table and export device tableAxel Lin 2014-09-03regulator: da9211: Fix missing config.of_node settingAxel Lin 2014-08-29regulator: da9211: fix coccinelle warningsFengguang Wu 2014-08-27regulator: da9211: support device treeJames Ban 2014-08-17regulator: da9211: Check return value of devm_kzalloc()Axel Lin 2014-08-16regulator: da9211: support DA9213James Ban 2014-07-25regulator: da9211: Remove unnecessary devm_regulator_unregister() callsAxel Lin 2014-07-14regulator: da9211: new regulator driverJames Ban