mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 22:31:06 +00:00
15207c29ANDROID: add ion_stat tracepoint to common kernel82d4e59Revert "UPSTREAM: mm, page_alloc: spread allocations across zones before introducing fragmentation"5e86f20Revert "UPSTREAM: mm: use alloc_flags to record if kswapd can wake"fbc355cRevert "BACKPORT: mm: move zone watermark accesses behind an accessor"35be952Revert "BACKPORT: mm: reclaim small amounts of memory when an external fragmentation event occurs"776eba0Revert "BACKPORT: mm, compaction: be selective about what pageblocks to clear skip hintsca46612ANDROID: GKI: USB: add Android ABI padding to some structuresa10905bANDROID: GKI: usb: core: Add support to parse config summary capability descriptors77379e5ANDROID: GKI: USB: pd: Extcon fix for C current27ac613ANDROID: GKI: usb: Add support to handle USB SMMU S1 address52b86b2ANDROID: GKI: usb: Add helper APIs to return xhci phys addressesbf3e2f7ANDROID: GKI: usb: phy: Fix ABI diff for usb_otg_statea34e269ANDROID: GKI: usb: phy: Fix ABI diff due to usb_phy.drive_dp_pulse7edd303ANDROID: GKI: usb: phy: Fix ABI diff for usb_phy_type and usb_phy.reset639d56bANDROID: GKI: usb: hcd: Add USB atomic notifier callback for HC died error5b6a535ANDROID: GKI: USB: Fix ABI diff for struct usb_busa9c813fANDROID: usb: gadget: Add missing inline qualifier to stub functions632093eANDROID: GKI: USB: Resolve ABI diff for usb_gadget and usb_gadget_opsf7fbc94ANDROID: GKI: usb: Add helper API to issue stop endpoint command5dfdaa1ANDROID: GKI: usb: xhci: Add support for secondary interruptersa6c834cANDROID: GKI: usb: host: xhci: Add support for usb core indexingc89d039ANDROID: GKI: sched: add Android ABI padding to some structuresb14ffb0ANDROID: GKI: sched.h: add Android ABI padding to some structuresc830822ANDROID: GKI: sched: struct fields for Per-Sched-domain over utilizationeead514ANDROID: GKI: sched: stub sched_isolate symbols36e1278ANDROID: GKI: sched: add task boost vendor fields to task_struct3bc16e4ANDROID: GKI: power_supply: Add FG_TYPE power-supply property4211b82ANDROID: GKI: power_supply: Add PROP_MOISTURE_DETECTION_ENABLED0134f3dANDROID: GKI: power: supply: format regression66e2580ANDROID: Incremental fs: wake up log pollers less oftenc92446cANDROID: Incremental fs: Fix scheduling while atomic erroradb33b8ANDROID: Incremental fs: Avoid continually recalculating hashesa8629beANDROID: Incremental fs: Fix issues with very large filesc7c8c61ANDROID: Incremental fs: Add setattr call9d7386aANDROID: Incremental fs: Use simple compression in log buffer298fe8eANDROID: Incremental fs: Fix create_file performance580b23cANDROID: Incremental fs: Fix compound page usercopy crash06a024dANDROID: Incremental fs: Clean up incfs_test build process5e6feacANDROID: Incremental fs: make remount log buffer change atomic5128381ANDROID: Incremental fs: Optimize get_filled_block23f5b7cANDROID: Incremental fs: Fix mislabeled __user ptrs114b043ANDROID: Incremental fs: Use 64-bit int for file_size when writing hash blocksae41ea9ANDROID: Incremental fs: Fix remounte251cfeANDROID: Incremental fs: Protect get_fill_block, and add a field759d52eANDROID: Incremental fs: Fix crash polling 0 size read_log21b6d8cANDROID: Incremental fs: get_filled_blocks: better index_out0389387net: qualcomm: rmnet: Allow configuration updates to existing devices95b8a4bANDROID: GKI: regulator: core: Add support for regulator providers with sync state653a867ANDROID: GKI: regulator: Add proxy consumer driver6efb91eANDROID: power_supply: Add RTX power-supply propertye90672cANDROID: GKI: power: supply: Add POWER_SUPPLY_PROP_CHARGE_DISABLEd1e3253usb: dwc3: gadget: Properly set maxpacket limit074e6e4usb: dwc3: gadget: Do link recovery for SS and SSPdbee0a8usb: dwc3: gadget: Fix request completion checkc521b70usb: dwc3: gadget: Don't clear flags before transfer endedd1eded7usb: dwc3: gadget: don't enable interrupt when disabling endpoint831494cusb: dwc3: core: add support for disabling SS instances in park modeb0434aausb: dwc3: don't set gadget->is_otg flagfe60e0dusb: dwc3: gadget: Wrap around when skip TRBsb71b0c1ANDROID: GKI: drivers: thermal: cpu_cooling: Use CPU ID as cooling device IDeaa42a5ANDROID: GKI: drivers: of-thermal: Relate thermal zones using same sensor10d3954ANDROID: GKI: drivers: thermal: Add support for getting trip temperature5a7902fANDROID: GKI: Add functions of_thermal_handle_trip/of_thermal_handle_trip_tempb078dd6ANDROID: GKI: drivers: thermal: Add post suspend evaluate flag to thermal zone devicetreee92e403ANDROID: GKI: drivers: cpu_cooling: allow platform freq mitigation Change-Id: Id2a4fb08f24ad83c880fa8e4c199ea90837649b5 Signed-off-by: Srinivasarao P <spathi@codeaurora.org>
355 lines
11 KiB
C
355 lines
11 KiB
C
/*
|
|
* External Connector (extcon) framework
|
|
* - linux/include/linux/extcon.h for extcon consumer device driver.
|
|
*
|
|
* Copyright (C) 2015 Samsung Electronics
|
|
* Author: Chanwoo Choi <cw00.choi@samsung.com>
|
|
*
|
|
* Copyright (C) 2012 Samsung Electronics
|
|
* Author: Donggeun Kim <dg77.kim@samsung.com>
|
|
* Author: MyungJoo Ham <myungjoo.ham@samsung.com>
|
|
*
|
|
* based on switch class driver
|
|
* Copyright (C) 2008 Google, Inc.
|
|
* Author: Mike Lockwood <lockwood@android.com>
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#ifndef __LINUX_EXTCON_H__
|
|
#define __LINUX_EXTCON_H__
|
|
|
|
#include <linux/device.h>
|
|
|
|
/*
|
|
* Define the type of supported external connectors
|
|
*/
|
|
#define EXTCON_TYPE_USB BIT(0) /* USB connector */
|
|
#define EXTCON_TYPE_CHG BIT(1) /* Charger connector */
|
|
#define EXTCON_TYPE_JACK BIT(2) /* Jack connector */
|
|
#define EXTCON_TYPE_DISP BIT(3) /* Display connector */
|
|
#define EXTCON_TYPE_MISC BIT(4) /* Miscellaneous connector */
|
|
|
|
/*
|
|
* Define the unique id of supported external connectors
|
|
*/
|
|
#define EXTCON_NONE 0
|
|
|
|
/* USB external connector */
|
|
#define EXTCON_USB 1
|
|
#define EXTCON_USB_HOST 2
|
|
|
|
/*
|
|
* Charging external connector
|
|
*
|
|
* When one SDP charger connector was reported, we should also report
|
|
* the USB connector, which means EXTCON_CHG_USB_SDP should always
|
|
* appear together with EXTCON_USB. The same as ACA charger connector,
|
|
* EXTCON_CHG_USB_ACA would normally appear with EXTCON_USB_HOST.
|
|
*
|
|
* The EXTCON_CHG_USB_SLOW connector can provide at least 500mA of
|
|
* current at 5V. The EXTCON_CHG_USB_FAST connector can provide at
|
|
* least 1A of current at 5V.
|
|
*/
|
|
#define EXTCON_CHG_USB_SDP 5 /* Standard Downstream Port */
|
|
#define EXTCON_CHG_USB_DCP 6 /* Dedicated Charging Port */
|
|
#define EXTCON_CHG_USB_CDP 7 /* Charging Downstream Port */
|
|
#define EXTCON_CHG_USB_ACA 8 /* Accessory Charger Adapter */
|
|
#define EXTCON_CHG_USB_FAST 9
|
|
#define EXTCON_CHG_USB_SLOW 10
|
|
#define EXTCON_CHG_WPT 11 /* Wireless Power Transfer */
|
|
#define EXTCON_CHG_USB_PD 12 /* USB Power Delivery */
|
|
|
|
/* Jack external connector */
|
|
#define EXTCON_JACK_MICROPHONE 20
|
|
#define EXTCON_JACK_HEADPHONE 21
|
|
#define EXTCON_JACK_LINE_IN 22
|
|
#define EXTCON_JACK_LINE_OUT 23
|
|
#define EXTCON_JACK_VIDEO_IN 24
|
|
#define EXTCON_JACK_VIDEO_OUT 25
|
|
#define EXTCON_JACK_SPDIF_IN 26 /* Sony Philips Digital InterFace */
|
|
#define EXTCON_JACK_SPDIF_OUT 27
|
|
|
|
/* Display external connector */
|
|
#define EXTCON_DISP_HDMI 40 /* High-Definition Multimedia Interface */
|
|
#define EXTCON_DISP_MHL 41 /* Mobile High-Definition Link */
|
|
#define EXTCON_DISP_DVI 42 /* Digital Visual Interface */
|
|
#define EXTCON_DISP_VGA 43 /* Video Graphics Array */
|
|
#define EXTCON_DISP_DP 44 /* Display Port */
|
|
#define EXTCON_DISP_HMD 45 /* Head-Mounted Display */
|
|
|
|
/* Miscellaneous external connector */
|
|
#define EXTCON_DOCK 60
|
|
#define EXTCON_JIG 61
|
|
#define EXTCON_MECHANICAL 62
|
|
|
|
#define EXTCON_NUM 63
|
|
|
|
/*
|
|
* Define the properties of supported external connectors.
|
|
*
|
|
* When adding the new extcon property, they *must* have
|
|
* the type/value/default information. Also, you *have to*
|
|
* modify the EXTCON_PROP_[type]_START/END definitions
|
|
* which mean the range of the supported properties
|
|
* for each extcon type.
|
|
*
|
|
* The naming style of property
|
|
* : EXTCON_PROP_[type]_[property name]
|
|
*
|
|
* EXTCON_PROP_USB_[property name] : USB property
|
|
* EXTCON_PROP_CHG_[property name] : Charger property
|
|
* EXTCON_PROP_JACK_[property name] : Jack property
|
|
* EXTCON_PROP_DISP_[property name] : Display property
|
|
*/
|
|
|
|
/*
|
|
* Properties of EXTCON_TYPE_USB.
|
|
*
|
|
* - EXTCON_PROP_USB_VBUS
|
|
* @type: integer (intval)
|
|
* @value: 0 (low) or 1 (high)
|
|
* @default: 0 (low)
|
|
* - EXTCON_PROP_USB_TYPEC_POLARITY
|
|
* @type: integer (intval)
|
|
* @value: 0 (normal) or 1 (flip)
|
|
* @default: 0 (normal)
|
|
* - EXTCON_PROP_USB_SS (SuperSpeed)
|
|
* @type: integer (intval)
|
|
* @value: 0 (USB/USB2) or 1 (USB3)
|
|
* @default: 0 (USB/USB2)
|
|
* - EXTCON_PROP_USB_TYPEC_MED_HIGH_CURRENT
|
|
* @type: integer (intval)
|
|
* @value: 0 (default current), 1 (medium or high current)
|
|
* @default: 0 (default current)
|
|
*
|
|
*/
|
|
#define EXTCON_PROP_USB_VBUS 0
|
|
#define EXTCON_PROP_USB_TYPEC_POLARITY 1
|
|
#define EXTCON_PROP_USB_SS 2
|
|
#define EXTCON_PROP_USB_TYPEC_MED_HIGH_CURRENT 3
|
|
|
|
#define EXTCON_PROP_USB_MIN 0
|
|
#define EXTCON_PROP_USB_MAX 3
|
|
#define EXTCON_PROP_USB_CNT (EXTCON_PROP_USB_MAX - EXTCON_PROP_USB_MIN + 1)
|
|
|
|
/* Properties of EXTCON_TYPE_CHG. */
|
|
#define EXTCON_PROP_CHG_MIN 50
|
|
#define EXTCON_PROP_CHG_MAX 50
|
|
#define EXTCON_PROP_CHG_CNT (EXTCON_PROP_CHG_MAX - EXTCON_PROP_CHG_MIN + 1)
|
|
|
|
/* Properties of EXTCON_TYPE_JACK. */
|
|
#define EXTCON_PROP_JACK_MIN 100
|
|
#define EXTCON_PROP_JACK_MAX 100
|
|
#define EXTCON_PROP_JACK_CNT (EXTCON_PROP_JACK_MAX - EXTCON_PROP_JACK_MIN + 1)
|
|
|
|
/*
|
|
* Properties of EXTCON_TYPE_DISP.
|
|
*
|
|
* - EXTCON_PROP_DISP_HPD (Hot Plug Detect)
|
|
* @type: integer (intval)
|
|
* @value: 0 (no hpd) or 1 (hpd)
|
|
* @default: 0 (no hpd)
|
|
*
|
|
*/
|
|
#define EXTCON_PROP_DISP_HPD 150
|
|
|
|
/* Properties of EXTCON_TYPE_DISP. */
|
|
#define EXTCON_PROP_DISP_MIN 150
|
|
#define EXTCON_PROP_DISP_MAX 151
|
|
#define EXTCON_PROP_DISP_CNT (EXTCON_PROP_DISP_MAX - EXTCON_PROP_DISP_MIN + 1)
|
|
|
|
/*
|
|
* Define the type of property's value.
|
|
*
|
|
* Define the property's value as union type. Because each property
|
|
* would need the different data type to store it.
|
|
*/
|
|
union extcon_property_value {
|
|
int intval; /* type : integer (intval) */
|
|
};
|
|
|
|
struct extcon_dev;
|
|
|
|
#if IS_ENABLED(CONFIG_EXTCON)
|
|
/*
|
|
* Following APIs get the connected state of each external connector.
|
|
* The 'id' argument indicates the defined external connector.
|
|
*/
|
|
extern int extcon_get_state(struct extcon_dev *edev, unsigned int id);
|
|
|
|
/*
|
|
* Following APIs get the property of each external connector.
|
|
* The 'id' argument indicates the defined external connector
|
|
* and the 'prop' indicates the extcon property.
|
|
*
|
|
* And extcon_get_property_capability() get the capability of the property
|
|
* for each external connector. They are used to get the capability of the
|
|
* property of each external connector based on the id and property.
|
|
*/
|
|
extern int extcon_get_property(struct extcon_dev *edev, unsigned int id,
|
|
unsigned int prop,
|
|
union extcon_property_value *prop_val);
|
|
extern int extcon_get_property_capability(struct extcon_dev *edev,
|
|
unsigned int id, unsigned int prop);
|
|
|
|
/*
|
|
* Following APIs set array of mutually exclusive.
|
|
* The 'exclusive' argument indicates the array of mutually exclusive set
|
|
* of cables that cannot be attached simultaneously.
|
|
*/
|
|
extern int extcon_set_mutually_exclusive(struct extcon_dev *edev,
|
|
const u32 *exclusive);
|
|
|
|
/*
|
|
* Following APIs register the notifier block in order to detect
|
|
* the change of both state and property value for each external connector.
|
|
*
|
|
* extcon_register_notifier(*edev, id, *nb) : Register a notifier block
|
|
* for specific external connector of the extcon.
|
|
* extcon_register_notifier_all(*edev, *nb) : Register a notifier block
|
|
* for all supported external connectors of the extcon.
|
|
*/
|
|
extern int extcon_register_notifier(struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb);
|
|
extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb);
|
|
extern int extcon_register_blocking_notifier(struct extcon_dev *edev,
|
|
unsigned int id, struct notifier_block *nb);
|
|
extern int extcon_unregister_blocking_notifier(struct extcon_dev *edev,
|
|
unsigned int id, struct notifier_block *nb);
|
|
extern int devm_extcon_register_notifier(struct device *dev,
|
|
struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb);
|
|
extern void devm_extcon_unregister_notifier(struct device *dev,
|
|
struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb);
|
|
|
|
extern int extcon_register_notifier_all(struct extcon_dev *edev,
|
|
struct notifier_block *nb);
|
|
extern int extcon_unregister_notifier_all(struct extcon_dev *edev,
|
|
struct notifier_block *nb);
|
|
extern int devm_extcon_register_notifier_all(struct device *dev,
|
|
struct extcon_dev *edev,
|
|
struct notifier_block *nb);
|
|
extern void devm_extcon_unregister_notifier_all(struct device *dev,
|
|
struct extcon_dev *edev,
|
|
struct notifier_block *nb);
|
|
|
|
/*
|
|
* Following APIs get the extcon_dev from devicetree or by through extcon name.
|
|
*/
|
|
extern struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name);
|
|
extern struct extcon_dev *extcon_find_edev_by_node(struct device_node *node);
|
|
extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
|
|
int index);
|
|
|
|
/* Following API get the name of extcon device. */
|
|
extern const char *extcon_get_edev_name(struct extcon_dev *edev);
|
|
|
|
extern int extcon_blocking_sync(struct extcon_dev *edev, unsigned int id,
|
|
u8 val);
|
|
#else /* CONFIG_EXTCON */
|
|
static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id,
|
|
unsigned int prop,
|
|
union extcon_property_value *prop_val)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_get_property_capability(struct extcon_dev *edev,
|
|
unsigned int id, unsigned int prop)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_register_notifier(struct extcon_dev *edev,
|
|
unsigned int id, struct notifier_block *nb)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_unregister_notifier(struct extcon_dev *edev,
|
|
unsigned int id, struct notifier_block *nb)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_register_blocking_notifier(struct extcon_dev *edev,
|
|
unsigned int id,
|
|
struct notifier_block *nb)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int extcon_unregister_blocking_notifier(struct extcon_dev *edev,
|
|
unsigned int id,
|
|
struct notifier_block *nb)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
static inline int devm_extcon_register_notifier(struct device *dev,
|
|
struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb)
|
|
{
|
|
return -ENOSYS;
|
|
}
|
|
|
|
static inline void devm_extcon_unregister_notifier(struct device *dev,
|
|
struct extcon_dev *edev, unsigned int id,
|
|
struct notifier_block *nb) { }
|
|
|
|
static inline struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name)
|
|
{
|
|
return ERR_PTR(-ENODEV);
|
|
}
|
|
|
|
static inline struct extcon_dev *extcon_find_edev_by_node(struct device_node *node)
|
|
{
|
|
return ERR_PTR(-ENODEV);
|
|
}
|
|
|
|
static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
|
|
int index)
|
|
{
|
|
return ERR_PTR(-ENODEV);
|
|
}
|
|
#endif /* CONFIG_EXTCON */
|
|
|
|
/*
|
|
* Following structure and API are deprecated. EXTCON remains the function
|
|
* definition to prevent the build break.
|
|
*/
|
|
struct extcon_specific_cable_nb {
|
|
struct notifier_block *user_nb;
|
|
int cable_index;
|
|
struct extcon_dev *edev;
|
|
unsigned long previous_value;
|
|
};
|
|
|
|
static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj,
|
|
const char *extcon_name, const char *cable_name,
|
|
struct notifier_block *nb)
|
|
{
|
|
return -EINVAL;
|
|
}
|
|
|
|
static inline int extcon_unregister_interest(struct extcon_specific_cable_nb *obj)
|
|
{
|
|
return -EINVAL;
|
|
}
|
|
#endif /* __LINUX_EXTCON_H__ */
|