On pon, 2015-02-09 at 14:57 +0100, Krzysztof Kozlowski wrote:
> Add maudio power domain to Exynos 5420 DTSI file so its state could be
> tracked. This actually won't power down this domain because the pl330
> dmaengine driver (for adma channel) uses IRQ safe runtime PM. Thus the
> patch should not
Hi Philipp,
On Fri, Feb 06, 2015 at 04:13:20PM +0800, Liu Ying wrote:
> On Thu, Feb 05, 2015 at 11:10:04AM +0100, Philipp Zabel wrote:
> > Am Mittwoch, den 31.12.2014, 16:23 +0800 schrieb Liu Ying:
> > > This patch adds device tree bindings for Synopsys DesignWare MIPI DSI
> > > host controller DR
This patch removes the crci information from the dma channel property. At least
one client device requires using more than one CRCI value for a channel. This
does not match the current binding and the crci information needs to be removed.
Instead, the client device will provide this information
Add the DMA engine driver for the QCOM Application Data Mover (ADM) DMA
controller found in the MSM8x60 and IPQ/APQ8064 platforms.
The ADM supports both memory to memory transactions and memory
to/from peripheral device transactions. The controller also provides flow
control capabilities for tran
This patch set introduces the dmaengine driver for the Qualcomm Application
Data Mover (ADM) DMA controller present on MSM8x60, APQ8064, and IPQ8064
devices.
The initial version of this driver will only support slave DMA operations
between system memory and peripherals. Flow control via the CRCI
On Wed, Jan 28, 2015 at 02:38:52AM +0100, Lennart Poettering wrote:
> To clarify this: if people do this, then this pulls in
> systemd-udev-settle.service, which slows down boot. Every service that
> does that is hence a majour source of slowness.
> It's a hack to use this, not a solution.
Wel
From: Viet Nga Dao
Altera EPCQ Controller is a soft IP which enables access to Altera EPCQ and
EPCS flash chips. This patch adds driver for these devices.
Signed-off-by: VIET NGA DAO
---
v2:
- Change to spi_nor structure
- Add lock and unlock functions for spi_nor
- Simplify the altera_epcq_lo
On Wed, Feb 11, 2015 at 1:28 PM, Ulf Hansson wrote:
> [...]
>
>>> +int mmc_pwrseq_simple_alloc(struct mmc_host *host, struct device *dev)
>>> +{
>>> + struct mmc_pwrseq_simple *pwrseq;
>>> +
>>> + pwrseq = kzalloc(sizeof(struct mmc_pwrseq_simple), GFP_KERNEL);
>>> + if (!pwrseq)
On 10 February 2015 at 10:12, Alexandre Courbot wrote:
> On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote:
>> The need for reset GPIOs has several times been pointed out from
>> erlier posted patchsets. Especially some WLAN chips which are
>> attached to an SDIO interface may use a GPIO reset.
[...]
>> +int mmc_pwrseq_simple_alloc(struct mmc_host *host, struct device *dev)
>> +{
>> + struct mmc_pwrseq_simple *pwrseq;
>> +
>> + pwrseq = kzalloc(sizeof(struct mmc_pwrseq_simple), GFP_KERNEL);
>> + if (!pwrseq)
>> + return -ENOMEM;
>> +
>> + pwrseq->pwr
Hi,
On Tue, Jan 27, 2015 at 3:02 PM, Jon Masters wrote:
> On 01/27/2015 02:03 AM, Pranavkumar Sawargaonkar wrote:
>> In APM X-Gene, GIC register space is 64K aligned while the sizes mentioned
>> in the dt are 4K aligned. This breaks KVM when kernel is built with 64K page
>> size due to size align
On 2015/02/09 18:01, Jaehoon Chung wrote:
Hi, Addy.
On 02/09/2015 04:25 PM, Addy Ke wrote:
Because of some uncertain factors, such as worse card or worse hardware,
DAT[3:0](the data lines) may be pulled down by card, and mmc controller
will be in busy state. This should not happend when mmc co
On 2015/02月10日 17:34, Olof Johansson wrote:
Hi Addy,
On Mon, Jan 26, 2015 at 4:04 AM, Addy Ke wrote:
The STOP command can terminate a data transfer between a memory card and
mmc controller.
As show in Synopsys DesignWare Cores Mobile Stroage Host Databook:
Data timeout and Data end-bit error
Hi Stephen,
On 10 February 2015 at 20:05, Stephen Boyd wrote:
> Scorpion supports a set of local performance monitor event
> selection registers (LPM) sitting behind a cp15 based interface
> that extend the architected PMU events to include Scorpion CPU
> and Venum VFP specific events. To use the
On 2015/02/10 23:22, Alim Akhtar wrote:
Hi Addy,
On Mon, Feb 9, 2015 at 12:55 PM, Addy Ke wrote:
Because of some uncertain factors, such as worse card or worse hardware,
DAT[3:0](the data lines) may be pulled down by card, and mmc controller
will be in busy state. This should not happend when
On Sun, Feb 08, 2015 at 10:45:11PM -0800, Kenneth Westfield wrote:
> On Sat, Feb 07, 2015 at 06:32:29AM +0800, Mark Brown wrote:
> > I'd really like to see some discussion as to how this is all supposed to
> > be handled - how will these direct hardware access drivers and device
> > trees work whe
The L2 cache properties were completely off with respect to what the
hardware is configured for. Fix the cache-size, cache-line-size and
cache-sets to reflect the L2 cache controller we have: 512KB, 16 ways
and 32 bytes per cache-line.
Fixes: 46d4bca0445a0 ("ARM: BCM63XX: add BCM63138 minimal Devi
Hello Mark,
2015-02-10 23:27 GMT+08:00 Mark Rutland :
[...]
>> >
>> >> >> >> + pm_ctrl: pm_ctrl {
>> >> >> >> + compatible = "hisilicon,pmctrl", "syscon";
>> >> >> >> + #address-cells = <1>;
>> >> >> >> + #size-cells = <1>;
>
> On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote:
> > This patch does not belong to phy, so, doesn't need to add phy in
> > subject, meanwhile, please add GregKH as TO list, he is the right one
> > to queue this patch.
> >
> > Reply-To:
> > In-Reply-To: <1423554627-694-5-git-send-emai
> > Signed-off-by: Zhangfei Gao
> > ---
> > drivers/usb/phy/Kconfig | 9 ++
> > drivers/usb/phy/Makefile | 1 +
> > drivers/usb/phy/phy-hi6220-usb.c | 306
> > +++
> > 3 files changed, 316 insertions(+)
> > create mode 100644 drivers/usb
Scorpion supports a set of local performance monitor event
selection registers (LPM) sitting behind a cp15 based interface
that extend the architected PMU events to include Scorpion CPU
and Venum VFP specific events. To use these events the user is
expected to program the lpm register with the even
On Tue, 10 Feb 2015, Felipe Balbi wrote:
> On Tue, Feb 10, 2015 at 11:12:40PM +, Paul Walmsley wrote:
> > > > > > > > > hm... modulemode SWCTRL causes wait_target_ready to fail. Any
> > > > > > > > > hints ?
> > > > > > > >
> > > > > > > > gets stuck in transition state. PRCM_CM_WKUP_DBGSS_C
Hi Geert,
On Thu, Feb 05, 2015 at 11:11:23AM +0100, Geert Uytterhoeven wrote:
> Hi all,
>
> The Renesas Bus State Controller (BSC) provides an external bus for
> connecting multiple external devices to an SoC, driving several chip
> select lines, for e.g. NOR FLASH, Ethernet and USB.
> On
Hi,
On Tue, Feb 10, 2015 at 11:12:40PM +, Paul Walmsley wrote:
> > > > > > > > hm... modulemode SWCTRL causes wait_target_ready to fail. Any
> > > > > > > > hints ?
> > > > > > >
> > > > > > > gets stuck in transition state. PRCM_CM_WKUP_DBGSS_CLKCTRL is
> > > > > > > always
> > > > > > > r
Hi Felipe
On Tue, 27 Jan 2015, Paul Walmsley wrote:
> On Tue, 27 Jan 2015, Felipe Balbi wrote:
>
> > On Tue, Jan 27, 2015 at 11:15:32AM -0600, Felipe Balbi wrote:
> > > On Tue, Jan 27, 2015 at 05:12:05PM +, Paul Walmsley wrote:
> > > > On Tue, 27 Jan 2015, Felipe Balbi wrote:
> > > >
> > >
The current register being used to read the temperature returns a noisy value
that is prone to variance and occasional outliers. The value in the thermal
manager control and status register appears to have the same scale but much
less variability.
Add a "marvell,armadaxp-filtered-thermal" config w
Hello.
On 02/11/2015 01:25 AM, Sergei Shtylyov wrote:
From: Hisashi Nakamura
Add PFC support for the R8A7794 SoC including pin groups for some on-chip
devices such as ETH, I2C, INTC, MSIOF, QSPI, [H]SCIF...
Signed-off-by: Hisashi Nakamura
[Sergei: squashed together several patches, f
This adds the initial support of the Broadcom Cygnus GPIO/PINCONF driver
that supports all 3 GPIO controllers on Cygnus including the ASIU GPIO
controller, the chipCommonG GPIO controller, and the always-on GPIO
controller. Basic PINCONF configurations such as bias pull up/down, and
drive strength
Document the GPIO/PINCONF device tree binding for Broadcom Cygnus SoC
Signed-off-by: Ray Jui
Reviewed-by: Scott Branden
---
.../bindings/pinctrl/brcm,cygnus-gpio.txt | 102
1 file changed, 102 insertions(+)
create mode 100644
Documentation/devicetree/bindings/pi
This enables all 3 GPIO controllers including the ASIU GPIO, the
chipcommonG GPIO, and the ALWAYS-ON GPIO, for Broadcom Cygnus SoC
Signed-off-by: Ray Jui
Reviewed-by: Scott Branden
---
arch/arm/boot/dts/bcm-cygnus.dtsi | 33 +
1 file changed, 33 insertions(+)
This enables GPIO based phone hook detection for Broadcom BCM911360
phone factor board (bcm911360_entphn)
Signed-off-by: Ray Jui
---
arch/arm/boot/dts/bcm911360_entphn.dts | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts
b/arch/arm/boot
This patchset contains the initial GPIO/PINCONF support for the Broadcom
Cygnus SoC.
Cygnus has 3 GPIO controllers: 1) the ASIU GPIO; 2) the chipCommonG GPIO;
and 3) the ALWAYS-ON GPIO. All 3 types of GPIO controllers are supported by
the this driver.
All 3 Cygnus GPIO controllers support basic P
On Tue, Feb 03, 2015 at 02:17:57PM +0200, Ivan T. Ivanov wrote:
> Following set of patches add initial DT support for PMIC devices
> found on recent Quqalcomm chipsets. Details for SPMI bus and PMIC arbiter
> could be found here [1].
>
Looks fine.
Reviewed-by: Andy Gross
--
Qualcomm Innovatio
On 2/9/2015 11:20 AM, Dmitry Torokhov wrote:
> Hi Ray,
>
> On Wed, Feb 04, 2015 at 09:21:01AM -0800, Ray Jui wrote:
>> +static int cygnus_gpio_pinmux_add_range(struct cygnus_gpio *chip)
>> +{
>> +struct device_node *node = chip->dev->of_node;
>> +struct device_node *pinmux_node;
>> +
В Tue, 3 Feb 2015 11:32:02 -0800
Dmitry Torokhov пишет:
> On Tue, Feb 03, 2015 at 11:38:16AM +, Mark Rutland wrote:
> > On Mon, Feb 02, 2015 at 09:48:46PM +, Roman Volkov wrote:
> > > Documentation for 'intel,8042' DT compatible node.
> > >
> > > Signed-off-by: Tony Prisk
> > > Signed-o
On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote:
> Hi Mark,
>
> On Tue, 10 Feb 2015 15:36:28 +
> Mark Rutland wrote:
>
> > Hi Boris,
> >
> > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote:
> > > Add documentation for the virtual irq demuxer.
> > >
> > > Sig
Hi Christophe,
>
> Any news on this patchset ?
>
>
Unfortunately not - I'm still lacking behind due to a big cold I caught.
I'll add it once I pushed the fixes for 3.20 out.
(still waiting on vicky's fixed patchset)
Peter
--
To unsubscribe from this list: send the line "unsubscribe devicetree"
> >
> > Series looks good, do we need a qcom_defconfig update to enable anything
> > new for this?
> >
> > - k
>
> I'll send a followup to enable qcom_defconfig.
>
Correction:
Since I use a 'selects MFD_SYSCON' in the Kconfig we shouldn't need anything.
--
Qualcomm Innovation Center, Inc.
Hi Peter,
Any news on this patchset ?
Best Regards
Christophe
Le 01/02/2015 22:36, Christophe Ricard a écrit :
Hi,
The following patchset:
- propose a new architecture allowing to share a core st33zp24 data management
layer with different phy (i2c & spi). For st33zp24 both phy have a proprieta
Laurent Pinchart wrote on Thu [2015-Feb-05
16:52:22 +0200]:
> Hi Prabhakar,
>
> (CC'ing Benoit Parrot)
>
> On Thursday 05 February 2015 11:55:28 Lad, Prabhakar wrote:
> > On Thu, Feb 5, 2015 at 11:53 AM, Laurent Pinchart wrote:
> > > On Wednesday 04 February 2015 20:55:02 Lad, Prabhakar wrote:
On Tue, Feb 10, 2015 at 11:57:27AM -0600, Kumar Gala wrote:
>
> On Feb 9, 2015, at 4:01 PM, Andy Gross wrote:
>
> > This patch set adds support for automatic configuration of GSBI DMA CRCI
> > values.
> >
> > DMA operations require that the ADM CRCI mux values be properly configured
> > in
>
Hi Geert,
On Tuesday 10 February 2015 11:19:39 Geert Uytterhoeven wrote:
> On Mon, Feb 9, 2015 at 7:29 PM, Tony Lindgren wrote:
> > * Geert Uytterhoeven [150209 09:17]:
> >> On Mon, Feb 9, 2015 at 5:24 PM, Tony Lindgren wrote:
> >>> * Geert Uytterhoeven [150206 12:26]:
> Notes:
> -
Robert Jarzmik writes:
> Add a binding for lubbock motherboard IO board.
>
> Signed-off-by: Robert Jarzmik
> ---
> Since v3: name change to lubbock-cplds,
> Lee's comments taken into account.
Hi Lee,
I hope I have handled all the comments. Is this v4 good for you for mfd tree
staging
On Feb 9, 2015, at 4:01 PM, Andy Gross wrote:
> This patch set adds support for automatic configuration of GSBI DMA CRCI
> values.
>
> DMA operations require that the ADM CRCI mux values be properly configured in
> the TCSR (Top Control and Status Register) block. During probing of a GSBI
> d
On 2/10/2015 12:33 AM, Wolfram Sang wrote:
>
>> Thanks, Wolfram. I think I'm missing something here and would like to
>> get it clarified, so I don't make the same mistake again in the future:
>> I thought I've already sent these patches as a new thread, i.e., [PATCH
>> v9 ...], isn't it?
>
> Y
On Tue, 10 Feb 2015 16:16:00 +
Mark Rutland wrote:
> On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote:
> > Hi Mark,
> >
> > On Tue, 10 Feb 2015 15:36:28 +
> > Mark Rutland wrote:
> >
> > > Hi Boris,
> > >
> > > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon w
On Tue, Feb 10, 2015 at 03:52:01PM +, Boris Brezillon wrote:
> Hi Mark,
>
> On Tue, 10 Feb 2015 15:36:28 +
> Mark Rutland wrote:
>
> > Hi Boris,
> >
> > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote:
> > > Add documentation for the virtual irq demuxer.
> > >
> > > Sig
On Tue, Feb 10, 2015 at 04:43:12PM +0100, Boris Brezillon wrote:
> Replace remaining 'Dumb' occurrences by 'Virtual'.
> Remove inappropriate notes in kerneldoc headers.
>
> Signed-off-by: Boris Brezillon
Thanks, squished into the other one.
--
To unsubscribe from this list: send the line "unsubs
I'm fixing my own answer :-)
On Tue, 10 Feb 2015 16:52:01 +0100
Boris Brezillon wrote:
> Hi Mark,
>
> On Tue, 10 Feb 2015 15:36:28 +
> Mark Rutland wrote:
>
> > Hi Boris,
> >
> > On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote:
> > > Add documentation for the virtual irq
Hi Mark,
On Tue, 10 Feb 2015 15:36:28 +
Mark Rutland wrote:
> Hi Boris,
>
> On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote:
> > Add documentation for the virtual irq demuxer.
> >
> > Signed-off-by: Boris Brezillon
> > Acked-by: Nicolas Ferre
> > ---
> > .../bindings/int
[...]
> +static int __init virt_irq_demux_of_init(struct device_node *node,
> +struct device_node *parent)
> +{
> + struct irq_chip_virt_demux *demux;
> + unsigned int irq;
> + u32 valid_irqs;
> + int ret;
> +
> + irq = irq_of_p
Hi
2015-01-31 0:38 GMT+08:00 Felipe Balbi :
> Hi,
>
> On Thu, Jan 29, 2015 at 10:23:12AM -0600, Felipe Balbi wrote:
>> On Tue, Jan 27, 2015 at 09:22:50AM -0600, Felipe Balbi wrote:
>> > Hi,
>> >
>> > On Sun, Jan 25, 2015 at 04:13:23PM +0800, Sneeker Yeh wrote:
>> > > These patches add support for
Replace remaining 'Dumb' occurrences by 'Virtual'.
Remove inappropriate notes in kerneldoc headers.
Signed-off-by: Boris Brezillon
---
include/linux/irq.h | 8 +---
kernel/irq/Kconfig | 2 +-
kernel/irq/chip.c| 7 ++-
kernel/irq/virt-demux-chip.c | 2 +-
4
Hi Boris,
On Thu, Jan 29, 2015 at 10:33:38AM +, Boris Brezillon wrote:
> Add documentation for the virtual irq demuxer.
>
> Signed-off-by: Boris Brezillon
> Acked-by: Nicolas Ferre
> ---
> .../bindings/interrupt-controller/dumb-demux.txt | 41
> ++
> 1 file changed,
> >> >> > Are we certain of the split between components the PSCI implementation
> >> >> > must touch and those the kernel must touch?
> >> >> >
> >> >> >> Also add dts file to support HiKey development board which
> >> >> >> based on Hi6220 SoC and document the devicetree bindings.
> >> >> >>
> >>
Hi Addy,
On Mon, Feb 9, 2015 at 12:55 PM, Addy Ke wrote:
> Because of some uncertain factors, such as worse card or worse hardware,
> DAT[3:0](the data lines) may be pulled down by card, and mmc controller
> will be in busy state. This should not happend when mmc controller
> send command to upda
On 02/10/2015 10:49 PM, Felipe Balbi wrote:
On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote:
This patch does not belong to phy, so, doesn't need to
add phy in subject, meanwhile, please add GregKH as TO list,
he is the right one to queue this patch.
Reply-To:
In-Reply-To: <14235546
Hello Peter,
On Tue, 10 Feb 2015 16:00:13 +0100
Peter Zijlstra wrote:
> On Thu, Jan 29, 2015 at 11:33:37AM +0100, Boris Brezillon wrote:
> > +#ifdef CONFIG_VIRT_IRQ_DEMUX_CHIP
> > +/**
> > + * struct irq_chip_virt_demux - Dumb demultiplexer irq chip data structure
>
> s/Dumb/Virtual/ ?
>
> > +
On Thu, Jan 29, 2015 at 11:33:37AM +0100, Boris Brezillon wrote:
> +#ifdef CONFIG_VIRT_IRQ_DEMUX_CHIP
> +/**
> + * struct irq_chip_virt_demux - Dumb demultiplexer irq chip data structure
s/Dumb/Virtual/ ?
> + * @domain: irq domain pointer
> + * @available: Bitfield of valid
On 02/10/2015 10:48 PM, Felipe Balbi wrote:
On Tue, Feb 10, 2015 at 05:10:04PM +0800, Zhangfei Gao wrote:
Add usb phy controller for hi6220 platform
Signed-off-by: Zhangfei Gao
---
drivers/usb/phy/Kconfig | 9 ++
drivers/usb/phy/Makefile | 1 +
drivers/usb/phy/phy-hi
On Tue, Feb 10, 2015 at 03:04:28PM +0800, Peter Chen wrote:
> This patch does not belong to phy, so, doesn't need to
> add phy in subject, meanwhile, please add GregKH as TO list,
> he is the right one to queue this patch.
>
> Reply-To:
> In-Reply-To: <1423554627-694-5-git-send-email-zhangfei
On Tue, Feb 10, 2015 at 05:10:04PM +0800, Zhangfei Gao wrote:
> Add usb phy controller for hi6220 platform
>
> Signed-off-by: Zhangfei Gao
> ---
> drivers/usb/phy/Kconfig | 9 ++
> drivers/usb/phy/Makefile | 1 +
> drivers/usb/phy/phy-hi6220-usb.c | 306
> ++
Because of iMX6 & Rockchip have differnet mpll config parameter,
than the cklvl & txlvl would be different, we also should seperate
this parmeter.
As for Rockchip HDMI, when pixle clock less than 148MHz, the cklvl &
txlvl should be set to 13. When pixel clock less than 74.25MHz the
cklvl & txlvl s
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz,
and single-ended test would failed when display mode is 74.25MHz.
- Fix some code style, leave space for next patches.
- For hdmi eye-diagram test, we turn on the Transmitter Trailer-B and
improve slopeboost to 25%-30% decreas
Hello Mark,
2015-02-10 21:37 GMT+08:00 Mark Rutland :
> On Fri, Feb 06, 2015 at 03:37:52PM +, Brent Wang wrote:
>> Hello Mark,
>>
>> 2015-02-06 18:44 GMT+08:00 Mark Rutland :
>> > On Fri, Feb 06, 2015 at 08:42:22AM +, Brent Wang wrote:
>> >> Hello Mark,
>> >>
>> >> 2015-02-06 3:30 GMT+08:0
As for 1920x1080 display resolution, we should turn on the Transmitter
Trailer-B, and adjust slopeboost to 25%-35% decrease.
Signed-off-by: Yakir Yang
---
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/rockchip/
- const struct dw_hdmi_mpll_config *mpll_config =
-hdmi->plat_data->mpll_cfg;
- const struct dw_hdmi_curr_ctrl *curr_ctrl = hdmi->plat_data->cur_ctr;
- const struct dw_hdmi_sym_term *sym_term = hdmi->plat_data->sym_term;
+ const struct dw_hdmi_plat_data *pl
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz,
and single-ended test would failed when display mode is 74.25MHz.
- Fix some code style, leave space for next patches.
- For hdmi eye-diagram test, we turn on the Transmitter Trailer-B and
improve slopeboost to 25%-30% decrease
On Fri, Feb 06, 2015 at 03:37:52PM +, Brent Wang wrote:
> Hello Mark,
>
> 2015-02-06 18:44 GMT+08:00 Mark Rutland :
> > On Fri, Feb 06, 2015 at 08:42:22AM +, Brent Wang wrote:
> >> Hello Mark,
> >>
> >> 2015-02-06 3:30 GMT+08:00 Mark Rutland :
> >> > On Thu, Feb 05, 2015 at 09:24:37AM +000
On Tue, Feb 10, 2015 at 07:50:24AM +, Zhangfei Gao wrote:
> Signed-off-by: Zhangfei Gao
> ---
> .../devicetree/bindings/usb/hi6220-usb.txt | 49
> ++
> 1 file changed, 49 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt
>
>
On Tue, Feb 10, 2015 at 12:14:48PM +, Heiko Stübner wrote:
> Am Dienstag, 10. Februar 2015, 12:00:30 schrieb Mark Rutland:
> > On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote:
> > > add disable-wakeup for gpio-charger, if you set this property, system
> > > will not wakeup by gpio-c
Am Dienstag, 10. Februar 2015, 12:00:30 schrieb Mark Rutland:
> On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote:
> > add disable-wakeup for gpio-charger, if you set this property, system
> > will not wakeup by gpio-charger.
> >
> > Signed-off-by: Chris Zhong
> > ---
> >
> > Document
On Tue, Feb 10, 2015 at 08:12:24AM +, Chris Zhong wrote:
> add disable-wakeup for gpio-charger, if you set this property, system
> will not wakeup by gpio-charger.
>
> Signed-off-by: Chris Zhong
> ---
>
> Documentation/devicetree/bindings/power_supply/gpio-charger.txt | 2 ++
> 1 file chang
Hello.
On 2/10/2015 12:10 PM, Zhangfei Gao wrote:
Signed-off-by: Zhangfei Gao
---
.../devicetree/bindings/usb/hi6220-usb.txt | 49 ++
1 file changed, 49 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt
diff --git a/Docume
From: Richard Fitzgerald
Signed-off-by: Richard Fitzgerald
Acked-by: Linus Walleij
Signed-off-by: Charles Keepax
---
drivers/gpio/gpio-arizona.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/gpio-arizona.c b/drivers/gpio/gpio-arizona.c
index fe369f5..96
This set of patches adds support for the WM8280 and WM8281
codecs to the Wolfson Arizona drivers.
Just another resend on this series, if it would expedite
the process I would be happy if we could just merge the MFD
patches then I can push the other patches through their
respective trees once that
From: Richard Fitzgerald
Signed-off-by: Richard Fitzgerald
Acked-by: Mark Brown
Signed-off-by: Charles Keepax
---
sound/soc/codecs/arizona.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 9550d74..55b5e22
From: Richard Fitzgerald
Signed-off-by: Richard Fitzgerald
Signed-off-by: Charles Keepax
---
Documentation/devicetree/bindings/mfd/arizona.txt | 15 +++
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt
b/Documentat
From: Richard Fitzgerald
Signed-off-by: Richard Fitzgerald
Reviewed-by: Mark Brown
Signed-off-by: Charles Keepax
---
drivers/regulator/arizona-micsupp.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/regulator/arizona-micsupp.c
b/drivers/regulator/arizona-mi
From: Richard Fitzgerald
This adds support for the Wolfson Microelectronics WM8280 and WM8281
codecs.
Signed-off-by: Richard Fitzgerald
Acked-by: Lee Jones
[ Minor fixup to remove potentially uninitialised variable. ]
Signed-off-by: Charles Keepax
---
drivers/mfd/Kconfig |5
From: Richard Fitzgerald
Signed-off-by: Richard Fitzgerald
Acked-by: Chanwoo Choi
Signed-off-by: Charles Keepax
---
drivers/extcon/extcon-arizona.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c
index
Hi Shimoda-san,
On Mon, Feb 9, 2015 at 9:16 AM, Yoshihiro Shimoda
wrote:
> Some Renesas SoCs have the USB-DMAC. It is able to terminate transfers
> when a short packet is received, even if less bytes than the transfer
> counter size have been received. Also, it is able to send a short
> packet ev
Hi Shimoda-san,
On Mon, Feb 9, 2015 at 9:16 AM, Yoshihiro Shimoda
wrote:
> The usbhsf_pkt_handler(pipe, USBHSF_PKT_DMA_DONE) in usbhsf_dma_complete()
> will call the complete function of a usb gadget driver finally.
> According to the gadget.h, "The function will always be called with
> interrupt
On Mon, Feb 9, 2015 at 7:29 PM, Tony Lindgren wrote:
> * Geert Uytterhoeven [150209 09:17]:
>> On Mon, Feb 9, 2015 at 5:24 PM, Tony Lindgren wrote:
>> > * Geert Uytterhoeven [150206 12:26]:
>> >> Notes:
>> >> - It seems several people tried to solve this in the core OF probing
>> >> code
Hi Addy,
On Mon, Jan 26, 2015 at 4:04 AM, Addy Ke wrote:
> The STOP command can terminate a data transfer between a memory card and
> mmc controller.
>
> As show in Synopsys DesignWare Cores Mobile Stroage Host Databook:
> Data timeout and Data end-bit error will terminate further data transfer
>
In async probe, there is a case that ov2640 is probed before the
host device which provided 'mclk'.
To support this async probe, we will get 'mclk' at first in the probe(),
if failed it will return -EPROBE_DEFER. That will let ov2640 wait for
the host device probed.
Signed-off-by: Josh Wu
---
Ch
Add the document for ov2640 dt.
Cc: devicetree@vger.kernel.org
Signed-off-by: Josh Wu
Acked-by: Laurent Pinchart
Acked-by: Sylwester Nawrocki
---
Changes in v5: None
Changes in v4:
- remove aggsigned-clocks as it's general.
- refine the explation.
Changes in v3:
- fix incorrect description.
-
Add device tree support for ov2640.
In device tree, user needs to provide the master clock (xvclk).
User can add the reset/pwdn pins if they have.
Cc: devicetree@vger.kernel.org
Signed-off-by: Josh Wu
Acked-by: Laurent Pinchart
---
Changes in v5:
- change the 'mclk' to 'xvclk'. As v4l2-clk will
icd->control is the sub device dev, i.e. i2c device.
icd->pdev is the soc camera device's device.
To be consitent with power() function, we will call reset() with
icd->control as well.
Signed-off-by: Josh Wu
---
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None
d
This patch series add device tree support for ov2640. And also add
the document for the devicetree properties.
v4->v5:
1. based on soc-camera v4l2-clk changes.
2. remove the master_clk related (one commit), we only have one clk.
v3->v4:
1. refined the dt document.
2. Add Laurent's acked-by
On Tue, 2015-02-10 at 09:40 +0100, Uwe Kleine-König wrote:
> Hello,
>
> On Tue, Jan 27, 2015 at 02:15:26PM +0800, Chaotian Jing wrote:
> > From: Yingjoe Chen
> >
> > MTK EINT does not support generating interrupt on both edges.
> > Emulate this by changing edge polarity while enable irq,
> > set
On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote:
> The need for reset GPIOs has several times been pointed out from
> erlier posted patchsets. Especially some WLAN chips which are
> attached to an SDIO interface may use a GPIO reset.
>
> The reset GPIO is asserted at initialization and prior we
Signed-off-by: Zhangfei Gao
---
drivers/usb/dwc2/platform.c | 30 ++
1 file changed, 30 insertions(+)
diff --git a/drivers/usb/dwc2/platform.c b/drivers/usb/dwc2/platform.c
index ae095f0..f7c67db 100644
--- a/drivers/usb/dwc2/platform.c
+++ b/drivers/usb/dwc2/platform
Signed-off-by: Zhangfei Gao
---
.../devicetree/bindings/usb/hi6220-usb.txt | 49 ++
1 file changed, 49 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/hi6220-usb.txt
diff --git a/Documentation/devicetree/bindings/usb/hi6220-usb.txt
b/Documenta
Add usb phy controller for hi6220 platform
Signed-off-by: Zhangfei Gao
---
drivers/usb/phy/Kconfig | 9 ++
drivers/usb/phy/Makefile | 1 +
drivers/usb/phy/phy-hi6220-usb.c | 306 +++
3 files changed, 316 insertions(+)
create mode 100644 d
Add necessary dwc2 binding documentation for Hisilicon soc: hi6220
Signed-off-by: Zhangfei Gao
---
Documentation/devicetree/bindings/usb/dwc2.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt
b/Documentation/devicetree/bindings/usb/dwc2.txt
i
v3:
fix typo and add -EPROBE_DEFER of regulator, pointed by Peter
v2:
address comments from Sergei and Peter
add hi6220_phy_setup(false) code
v1:
hi6220 usb controller is inherited from dwc2
add phy accordingly
support otg gadget/host
Zhangfei Gao (4):
Documentation: dt-bindings: add dt bindin
Hello,
On Tue, Jan 27, 2015 at 02:15:26PM +0800, Chaotian Jing wrote:
> From: Yingjoe Chen
>
> MTK EINT does not support generating interrupt on both edges.
> Emulate this by changing edge polarity while enable irq,
> set types and interrupt handling. This follows an example of
> drivers/gpio/gp
On 02/10/2015 03:04 PM, Peter Chen wrote:
This patch does not belong to phy, so, doesn't need to
add phy in subject, meanwhile, please add GregKH as TO list,
he is the right one to queue this patch.
Reply-To:
In-Reply-To: <1423554627-694-5-git-send-email-zhangfei@linaro.org>
OK, thanks P
On Mon, Jan 19, 2015 at 6:13 PM, Ulf Hansson wrote:
> To add the core part for the MMC power sequence, let's start by adding
> initial support for the simple MMC power sequence provider.
>
> In this initial step, the MMC power sequence node are fetched and the
> compatible string for the simple MM
1 - 100 of 113 matches
Mail list logo