Re: [PATCH 0/2] mmc: core: Remove all code related to MMC_CLKGATE

2013-09-30 Thread Guennadi Liakhovetski
Hi Ulf On Mon, 30 Sep 2013, Ulf Hansson wrote: > This patchset is remove all code related to MMC_CLKGATE. A significant > portion of code can then be removed from the core layer which would > simplify maintainance. > > At the moment it seems like only some MIPS platforms were using > MMC_CLKGATE

[PATCH v2 6/9] ARM: am437x: dts: Add AES node for am437x

2013-09-30 Thread Joel Fernandes
AM437x SoC has AES module similar to the one on OMAP4. Add DT node for the same. Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am4372.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 0fe393a..7e9ff75 100644

[PATCH v2 3/9] ARM: dts: Add SHAM data and documentation for AM33XX

2013-09-30 Thread Joel Fernandes
From: "Mark A. Greer" Add the generic AM33XX SHAM module's device tree data and enable it for the am335x-evm, am335x-evmsk, and am335x-bone platforms. Also add Documentation file describing the data for the SHAM module. [jo...@ti.com: Dropped interrupt-parrent property] CC: Paul Walmsley Signe

[PATCH v2 4/9] ARM: dts: Add AES data and documentation for AM33XX

2013-09-30 Thread Joel Fernandes
From: "Mark A. Greer" Add the generic AM33XX AES module's device tree data and enable it for the am335x-evm, am335x-evmsk, and am335x-bone platforms. Also add Documentation file describing the data for the AES module. [jo...@ti.com: Dropped interrupt-parent propert] CC: Paul Walmsley Signed-o

[PATCH v2 2/9] omap4: dts: Add node for DES3DES module

2013-09-30 Thread Joel Fernandes
OMAP4 has an DES3DES module that uses the omap-des crypto driver. Add DT entries for the same. Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/omap4.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 16a44d6..6

[PATCH v2 1/9] omap4: dts: Add node for AES

2013-09-30 Thread Joel Fernandes
OMAP4 has an AES module that uses the omap-aes crypto driver. Add DT entries for the same. Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/omap4.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 45708e1..16a44d

[PATCH v2 5/9] am33xx: dts: Fix AES interrupt number

2013-09-30 Thread Joel Fernandes
Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am33xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 0daa1b2..d7be90a 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @

[PATCH v2 7/9] ARM: am437x: dts: Add DES node for am437x

2013-09-30 Thread Joel Fernandes
AM437x SoC has a DES3DES module similar to the one on OMAP4. Add DT node for the same. Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am4372.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 7e9ff75..a403172 1

[PATCH v2 8/9] ARM: dts: AM33XX: Add LCDC info into am335x-evm

2013-09-30 Thread Joel Fernandes
From: Benoit Parrot Add LCDC device node in DT for am33xx Add LCDC and Panel info in DT for am335x-evm Changes: - remove redundant/unnecessary SoC specific setting in the board dts - resolved conflicts on for_3.13/dts Signed-off-by: Benoit Parrot Signed-off-by: Joel Fernandes --- arch/arm/bo

[PATCH v2 9/9] dts: boneblack: add pinmux and hdmi node to enable display

2013-09-30 Thread Joel Fernandes
From: Darren Etheridge Enable the hdmi output and the LCD Controller on BeagleBone Black. Also configure the correct pinmux for output of video data from the SoC to the HDMI encoder. Signed-off-by: Darren Etheridge Signed-off-by: Joel Fernandes --- arch/arm/boot/dts/am335x-boneblack.dts | 48

[PATCH v2 0/9] ARM: dts: DT data for OMAP platforms for v3.13

2013-09-30 Thread Joel Fernandes
Following series is a collection of dts patches for the below features: crypto: aes, sha on am335x aes, des on am437x aes, des on omap4 display: beaglebone black HDMI am335x-evm panel Series is based on Benoit Cousson's for_3.13/dts branch (commit sha 45646cd) Available at: g...@github.com:

[PATCH 2/2] mmc: core: Remove MMC_CLKGATE

2013-09-30 Thread Ulf Hansson
No platforms seems to be using MMC_CLKGATE anymore. Moreover the same clock gating operations are easier to implement using runtime PM, which several host drivers already had converted to. By removing all related code for MMC_CLKGATE, a significant less amount of code needs to be maintained. Sign

[PATCH 1/2] MIPS: db1235: Don't use MMC_CLKGATE

2013-09-30 Thread Ulf Hansson
As a first step in removing code for MMC_CLKGATE, MIPS db1235 defconfig which is the only current user, shall move away from this option. The mmc host drivers au1xmmc and jz4740_mmc, which are used on MIPS don't support clock gating through MMC_CLKGATE, thus removing the config option will have no

[PATCH 0/2] mmc: core: Remove all code related to MMC_CLKGATE

2013-09-30 Thread Ulf Hansson
This patchset is remove all code related to MMC_CLKGATE. A significant portion of code can then be removed from the core layer which would simplify maintainance. At the moment it seems like only some MIPS platforms were using MMC_CLKGATE, but at the same time the corresponding host drivers were no

Re: [PATCH 19/51] DMA-API: media: dt3155v4l: replace dma_set_mask()+dma_set_coherent_mask() with new helper

2013-09-30 Thread Hans Verkuil
On 09/19/2013 11:44 PM, Russell King wrote: > Replace the following sequence: > > dma_set_mask(dev, mask); > dma_set_coherent_mask(dev, mask); > > with a call to the new helper dma_set_mask_and_coherent(). > > Signed-off-by: Russell King Acked-by: Hans Verkuil Regards, H

Re: [PATCH] Re: How to trigger sdio bus probing from user space

2013-09-30 Thread Bojan Prtvar
Romain Izard gmail.com> writes: > > For internal use I have added a 'rescan' sysfs entry to the mmc > controller, instead of the sdio device itself. It is quite similar to > the way it is done in the scsi subsystem, and uses the same > 'mmc_detect_change' function as you do . > > Updated to use

Re: [PATCH 10/27] mmc: vub300: Remove redundant suspend and resume callbacks

2013-09-30 Thread Ulf Hansson
On 27 September 2013 18:22, Alan Stern wrote: > On Thu, 26 Sep 2013, Ulf Hansson wrote: > >> Suspend and resume of cards are handled by the protocol layer and >> consequently the mmc_suspend|resume_host APIs are marked as deprecated. >> >> While moving away from using the deprecated APIs, there ar

[PATCH] mmc: vub300: Move away from using deprecated APIs

2013-09-30 Thread Ulf Hansson
Suspend and resume of cards are handled by the protocol layer and consequently the mmc_suspend|resume_host APIs are marked as deprecated. This means we can simplify the suspend|resume callbacks by removing the use of the deprecated APIs. Cc: Tony Olech Cc: linux-...@vger.kernel.org Signed-off-by