[linux-yocto] [PATCH] Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers

2016-08-09 Thread Pranav Tipnis
Hi Bruce, Resubmitting a patch for storage driver to enable aggressive PM for Broxton. This is for bxt-rebase branch. Adrian Hunter (1): mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers drivers/mmc/host/sdhci-pci-core.c | 4 +++- 1 file changed, 3 insertions(+), 1

[linux-yocto] [PATCH] mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllers

2016-08-09 Thread Pranav Tipnis
From: Adrian Hunter Upstream-Staus: Submitted [https://patchwork.kernel.org/patch/8809631/] Set MMC_CAP_AGGRESSIVE_PM for Broxton host controllers. Signed-off-by: Adrian Hunter --- drivers/mmc/host/sdhci-pci-core.c | 4 +++- 1 file changed, 3

[linux-yocto] [PATCH] Enable BQ 25890 IC for broxton.

2016-08-03 Thread Pranav Tipnis
Signed-off-by: Pranav Tipnis <pranav.tip...@intel.com> --- features/power/bq25890.cfg | 2 ++ features/power/bq25890.scc | 4 features/soc/broxton/broxton.scc | 1 + 3 files changed, 7 insertions(+) create mode 100644 features/power/bq25890.cfg create mode 100644 features

[linux-yocto] [PATCH] Enables TI BQ25890 as modules

2016-08-03 Thread Pranav Tipnis
This is for yocto-4.4 branch. Pranav Tipnis (1): Enable BQ 25890 IC for broxton. features/power/bq25890.cfg | 2 ++ features/power/bq25890.scc | 4 features/soc/broxton/broxton.scc | 1 + 3 files changed, 7 insertions(+) create mode 100644 features/power/bq25890.cfg create

[linux-yocto] [PATCH] Request PMIC threaded interrupt after port registration

2016-07-31 Thread Pranav Tipnis
Upstream-Status: Pending Call devm_request_threaded_interrupt() after all the required structures are initialized in the probe(). Without this, an incoming interrupt might invoke threaded interrupt handler before finishing execution of probe() function. Signed-off-by: Pranav Tipnis <pranav.

[linux-yocto] [PATCH] Request PMIC threaded IRQ after port registration

2016-07-31 Thread Pranav Tipnis
Hi Bruce, This patch is intended for bxt-rebase branch. Pranav Tipnis (1): Request PMIC threaded interrupt after port registration drivers/usb/typec/typec_wcove.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) -- 1.9.1

[linux-yocto] [PATCH 2/2] usb: typec: add PD sink port support for Intel Whiskey Cove PMIC USB Type-C PHY driver

2016-07-14 Thread Pranav Tipnis
From: Chandra Sekhar Anagani Upstream-Status: Submitted [https://patchwork.kernel.org/patch/9231039/] This patch is submitted by Bin Gao on above link and authored by Chandra Sekhar Anagani This adds PD sink port support for

[linux-yocto] [PATCH 1/2] usb: Add USB Power Delivery sink port support

2016-07-14 Thread Pranav Tipnis
From: Bin Gao Upstream-Status: Submitted [https://patchwork.kernel.org/patch/9231025/] This patch is submitted and authored by Bin Gao. This patch implements a simple USB Power Delivery sink port state machine. It assumes the hardware only handles PD packet

[linux-yocto] [PATCH 0/2] USB PD sink support for Intel Whiskey Cove PMIC

2016-07-14 Thread Pranav Tipnis
Hi Bruce, This adds USB power delivery sink port state machine and PD sink port support for USB Type-C PHY on Intel Whiskey Cove. These are intended for bxt-rebase branch. Bin Gao (1): usb: Add USB Power Delivery sink port support Chandra Sekhar Anagani (1): usb: typec: add PD sink port

[linux-yocto] [PATCH 5/8] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-07-08 Thread Pranav Tipnis
From: Heikki Krogerus Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/29/350] This patch was submitted by Heikki Krogerus on lkml.org. This adds driver for the USB Type-C PHY on Intel WhiskeyCove PMIC which is available

[linux-yocto] [PATCH 4/8] usb: USB Type-C connector class

2016-07-08 Thread Pranav Tipnis
From: Heikki Krogerus Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/29/349] This patch was submitted by Heikki Krogerus on lkml.org. The purpose of USB Type-C connector class is to provide unified interface for the

[linux-yocto] [PATCH 3/8] Revert "usb: USB Type-C connector class"

2016-07-08 Thread Pranav Tipnis
This reverts commit d19b95b04f8a1d2736aaea5bf90177cdd6c69826. Reverted because of incorrect author name for typec patches. Signed-off-by: Pranav Tipnis <pranav.tip...@intel.com> --- Documentation/ABI/testing/sysfs-class-typec | 236 - Documentation/usb/typec.txt

[linux-yocto] [PATCH 2/8] Revert "usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY"

2016-07-08 Thread Pranav Tipnis
This reverts commit 46ffbd75d5f71bbbfa78f3f2a154ba88c70ccf6f. Reverted because of incorrect author name for typec patches. Signed-off-by: Pranav Tipnis <pranav.tip...@intel.com> --- drivers/usb/typec/Kconfig | 14 -- drivers/usb/typec/Makefile | 1 - drivers/usb

[linux-yocto] [PATCH] usb: typec: wcove: add missing MODULE_ALIAS()

2016-07-07 Thread Pranav Tipnis
utoloaded. Let's add one. Reported-by: Pranav Tipnis <pranav.tip...@intel.com> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com> --- drivers/usb/typec/typec_wcove.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/typec/typec_wcove.c b/drivers/usb/typec/typec_wc

[linux-yocto] [yocto-kernel-cache] [PATCH] Enable USB Type C for broxton

2016-07-06 Thread Pranav Tipnis
Hello Bruce, This is to enable USB type C feature on broxton platform. I have created new config fragments for usb type c and intel pmic. This should go in yocto-4.4 branch. Pranav Tipnis (1): broxton: Enable USB Type C feature for broxton features/power/intel_pmic.cfg| 5 + features

[linux-yocto] [PATCH 7/7] usb: typec: Use strtobool instead of kstrtobool for 4.4 kernel

2016-07-01 Thread Pranav Tipnis
strtobool instead. This patch changes the API used to convert string to bool. Signed-off-by: Pranav Tipnis <pranav.tip...@intel.com> --- drivers/usb/typec/typec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/typec/typec.c b/drivers/usb/typec/typec.c index b

[linux-yocto] [PATCH 4/7] acpi/pmic: modify the pen function signature to take bit field

2016-07-01 Thread Pranav Tipnis
From: Bin Gao Upstream-Status: Submitted [https://patchwork.kernel.org/patch/9196245/] This patch was submitted by Bin Gao. Issue description: On some pmics, the policy enable for thermal alerts refers to different bit fields of the same registers,

[linux-yocto] [PATCH 2/7] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-07-01 Thread Pranav Tipnis
Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/29/350] This patch was submitted by Heikki Krogerus on lkml.org. This adds driver for the USB Type-C PHY on Intel WhiskeyCove PMIC which is available on some of the Intel Broxton SoC based platforms.

[linux-yocto] [PATCH 0/7] USB Type C backport on linux-yocto-4.4 bxt-rebase branch

2016-07-01 Thread Pranav Tipnis
signature to take bit field acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC Felipe Balbi (1): acpi/pmic: Add support for PMIC regs operation region Pranav Tipnis (4): usb: USB Type-C connector class usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY mfd

[linux-yocto] [PATCH 7/7] usb: typec: Use strtobool instead of kstrtobool for 4.4 kernel

2016-06-29 Thread Pranav Tipnis
strtobool instead. This patch changes the API used to convert string to bool. Signed-off-by: Pranav Tipnis <pranav.tip...@intel.com> --- drivers/usb/typec/typec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/typec/typec.c b/drivers/usb/typec/typec.c index b

[linux-yocto] [PATCH 4/7] acpi/pmic: modify the pen function signature to take bit field

2016-06-29 Thread Pranav Tipnis
From: Bin Gao Upstream-Status: Submitted [https://patchwork.kernel.org/patch/9196245/] This patch was submitted by Bin Gao. Issue description: On some pmics, the policy enable for thermal alerts refers to different bit fields of the same registers,

[linux-yocto] [PATCH 3/7] mfd: intel_soc_pmic_bxtwc: Add Intel BXT WhiskeyCove PMIC ADC thermal channel mapping and USB type-C resources

2016-06-29 Thread Pranav Tipnis
Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/27/692] This patch was submitted by Bin Gao on lkml.org. This patch adds the mapping of PMIC ADC channel to thermal zone and USB type-C resources. This mapping is used in the pmic thermal driver to notify the thermal zone

[linux-yocto] [PATCH 5/7] acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC

2016-06-29 Thread Pranav Tipnis
From: Bin Gao Upstream-Status: Submitted [https://patchwork.kernel.org/patch/9196249/] This patch was submitted by Bin Gao. This patch adds operation region driver for Intel BXT WhiskeyCove PMIC. The register mapping is done as per the BXT WC data

[linux-yocto] [PATCH 1/7] usb: USB Type-C connector class

2016-06-29 Thread Pranav Tipnis
Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/29/349] This patch was submitted by Heikki Krogerus on lkml.org. The purpose of USB Type-C connector class is to provide unified interface for the user space to get the status and basic information about

[linux-yocto] [PATCH 6/7] acpi/pmic: Add support for PMIC regs operation region

2016-06-29 Thread Pranav Tipnis
From: Felipe Balbi Upstream-Status: Submitted [http://marc.info/?l=linux-acpi=146660742815070=2] This patch was submitted on linux-acpi list. At least some of the Broxtons have a third custom OpRegion named REGS. This adds handling for it.

[linux-yocto] [PATCH 2/7] usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY

2016-06-29 Thread Pranav Tipnis
Upstream-Status: Submitted [https://lkml.org/lkml/2016/6/29/350] This patch was submitted by Heikki Krogerus on lkml.org. This adds driver for the USB Type-C PHY on Intel WhiskeyCove PMIC which is available on some of the Intel Broxton SoC based platforms.

[linux-yocto] [PATCH 0/7] USB Type C backport on linux-yocto-4.4 bxt-rebase branch

2016-06-29 Thread Pranav Tipnis
signature to take bit field acpi/pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC Felipe Balbi (1): acpi/pmic: Add support for PMIC regs operation region Pranav Tipnis (4): usb: USB Type-C connector class usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHY mfd