Re: [pandaboard] omapfb not accepting 720p mode

2013-10-28 Thread Archit Taneja
Hi, On Saturday 26 October 2013 09:01 PM, Tobias Jakobi wrote: Hello, the kernel bugtracker doesn't let me put this address into CC, so here manually: https://bugzilla.kernel.org/show_bug.cgi?id=63781 The issue seems like we can't allocate buffers for 720p. Can you make sure if

Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-28 Thread Kumar Gala
On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: Add device tree support for the spi variant of wl1251 and document the binding. Signed-off-by: Sebastian Reichel s...@debian.org --- .../devicetree/bindings/net/wireless/ti,wl1251.txt | 36 ++

Re: [PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-28 Thread Kumar Gala
On Oct 22, 2013, at 7:47 AM, Sebastian Reichel wrote: Add device tree support for twl4030 keypad driver and update the Documentation with twl4030 keypad device tree binding information. Tested on Nokia N900. Signed-off-by: Sebastian Reichel s...@debian.org ---

Re: [RFC 4/4] ASoC: RX-51: Add DT support to sound driver

2013-10-28 Thread Kumar Gala
On Oct 27, 2013, at 4:24 PM, Sebastian Reichel wrote: This patch adds device tree support to the Nokia N900 audio driver. It also removes GPIO defines and gets them from platform data / device tree, since some GPIO numbers may be different with DT boot. The binding also changes a helper

Re: [pandaboard] omapfb not accepting 720p mode

2013-10-28 Thread Tobias Jakobi
Archit Taneja wrote: The issue seems like we can't allocate buffers for 720p. Can you make sure if CONFIG_DMA_CMA is set in your config? And you could set CMA_SIZE_MBYTES to a larger valuem say 50M. Archit Hello Archit, yes, CMA is activated and with my latest config I've got 32MB

Re: [PATCHv9 30/43] ARM: dts: am33xx clock data

2013-10-28 Thread Jan Lübbe
On Sat, 2013-10-26 at 15:46 +0300, Tero Kristo wrote: On 10/26/2013 03:36 AM, Jan Lübbe wrote: On Fri, 2013-10-25 at 18:57 +0300, Tero Kristo wrote: + mcasp0_fck: mcasp0_fck { + #clock-cells = 0; + compatible = fixed-factor-clock; + clocks

Re: [pandaboard] omapfb not accepting 720p mode

2013-10-28 Thread Archit Taneja
Hi, On Monday 28 October 2013 03:04 PM, Tobias Jakobi wrote: Archit Taneja wrote: The issue seems like we can't allocate buffers for 720p. Can you make sure if CONFIG_DMA_CMA is set in your config? And you could set CMA_SIZE_MBYTES to a larger valuem say 50M. Archit Hello Archit, yes, CMA

Re: [PATCHv9 30/43] ARM: dts: am33xx clock data

2013-10-28 Thread Tero Kristo
On 10/28/2013 11:59 AM, Jan Lübbe wrote: On Sat, 2013-10-26 at 15:46 +0300, Tero Kristo wrote: On 10/26/2013 03:36 AM, Jan Lübbe wrote: On Fri, 2013-10-25 at 18:57 +0300, Tero Kristo wrote: + mcasp0_fck: mcasp0_fck { + #clock-cells = 0; + compatible =

Re: [PATCH v3 0/5] usb: musb_dsps: support for suspend and resume

2013-10-28 Thread Daniel Mack
On 10/18/2013 11:59 AM, Sebastian Andrzej Siewior wrote: On 10/18/2013 11:39 AM, Daniel Mack wrote: v3 of my musb_dsps suspend patches. With these patches applied, I can successfully bring an AM335x board to suspend with a USB media connected, and access it again after resume. This works

Re: [PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c

2013-10-28 Thread Tomi Valkeinen
On 27/10/13 15:26, Javier Martinez Canillas wrote: When booting with DT the omapfb's probe is deferred several times but it always fails on dpi_connect() due not being able to get the VDDS_DSI regulator: The problem with DT boot is that the VDDS_DSI is not linked to the DPI device. For omap4,

Re: [PATCH 1/6] ARM: OMAP2+: Remove board-4430sdp.c

2013-10-28 Thread Javier Martinez Canillas
On Mon, Oct 28, 2013 at 2:32 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On 27/10/13 15:26, Javier Martinez Canillas wrote: When booting with DT the omapfb's probe is deferred several times but it always fails on dpi_connect() due not being able to get the VDDS_DSI regulator: The

Re: [RFC 1/4] ASoC: omap: rx51: Use snd_soc_register_card

2013-10-28 Thread Mark Brown
On Sun, Oct 27, 2013 at 10:24:43PM +0100, Sebastian Reichel wrote: From: Pali Rohár pali.ro...@gmail.com This patch converts the rx51 ASoC module to use snd_soc_register_card. It also adds module alias to support driver autoloading. You should really use devm_snd_soc_register_card() here.

Re: [RFC 3/4] ASoC: Allow Aux Codecs to be specified using DT

2013-10-28 Thread Mark Brown
On Sun, Oct 27, 2013 at 10:24:45PM +0100, Sebastian Reichel wrote: This patch adds support for specifying auxiliary codecs and codec configuration via device tree phandles. This doesn't apply against current git, please check and resend. Please also consider your CC list more carefully, there's

Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-28 Thread Grazvydas Ignotas
On Mon, Oct 28, 2013 at 8:37 AM, Kumar Gala ga...@codeaurora.org wrote: On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: +++ b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt @@ -0,0 +1,36 @@ +* Texas Instruments wl1251 controller + +The wl1251 chip can be connected

Re: [PATCH 2/4] wl1251: move power GPIO handling into the driver

2013-10-28 Thread Grazvydas Ignotas
On Sun, Oct 27, 2013 at 10:12 PM, Sebastian Reichel s...@debian.org wrote: On Sun, Oct 27, 2013 at 08:24:16PM +0400, Alexander Shiyan wrote: Move the power GPIO handling from the board code into the driver. This is a dependency for device tree support. Signed-off-by: Sebastian Reichel

Re: [RFC 3/4] ASoC: Allow Aux Codecs to be specified using DT

2013-10-28 Thread Sebastian Reichel
On Mon, Oct 28, 2013 at 09:37:21AM -0700, Mark Brown wrote: On Sun, Oct 27, 2013 at 10:24:45PM +0100, Sebastian Reichel wrote: This patch adds support for specifying auxiliary codecs and codec configuration via device tree phandles. This doesn't apply against current git, please check and

Re: [PATCH 2/4] wl1251: move power GPIO handling into the driver

2013-10-28 Thread Mark Brown
On Mon, Oct 28, 2013 at 07:29:52PM +0200, Grazvydas Ignotas wrote: When wl12xx family of chips is connected through SDIO, we already have that pin set up as a regulator controlled with the help of mmc subsystem. When time comes to communicate with the chip, mmc subsystem sees this as yet

Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-28 Thread Kumar Gala
On Oct 28, 2013, at 12:15 PM, Grazvydas Ignotas wrote: On Mon, Oct 28, 2013 at 8:37 AM, Kumar Gala ga...@codeaurora.org wrote: On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: +++ b/Documentation/devicetree/bindings/net/wireless/ti,wl1251.txt @@ -0,0 +1,36 @@ +* Texas Instruments

Re: [RFC 3/4] ASoC: Allow Aux Codecs to be specified using DT

2013-10-28 Thread Mark Brown
On Mon, Oct 28, 2013 at 06:53:42PM +0100, Sebastian Reichel wrote: On Mon, Oct 28, 2013 at 09:37:21AM -0700, Mark Brown wrote: This doesn't apply against current git, please check and resend. Can you give me a git url to rebase against? I used current git master from torvalds. From

Re: [GIT PULL 1/4] omap late not urgent fixes part 2 for v3.13 merge window

2013-10-28 Thread Olof Johansson
On Wed, Oct 23, 2013 at 07:36:42AM -0700, Tony Lindgren wrote: The following changes since commit 8ff875e7f93e900e7a7e78f1c9c05a22b33c27cf: ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. (2013-10-08 11:04:22 -0700) are available in the git repository at:

Re: [GIT PULL 3/4] omap late cpufreq changes for v3.13 merge window

2013-10-28 Thread Olof Johansson
On Wed, Oct 23, 2013 at 07:36:43AM -0700, Tony Lindgren wrote: The following changes since commit 06ff74fd197aa8205443cf64b94383802602e320: ARM: OMAP2+: remove legacy support for IGEP boards (2013-10-18 10:25:46 -0700) are available in the git repository at:

Re: [GIT PULL 4/4] omap late device tree changes for v3.13 merge window

2013-10-28 Thread Olof Johansson
On Wed, Oct 23, 2013 at 07:36:43AM -0700, Tony Lindgren wrote: The following changes since commit c49f4984fd45be36502e903e7a5a6a4faff42931: Merge tag 'for_3.13/dts_signed' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.13/dt (2013-10-11 15:40:07

Re: [PATCH 4/4] wl1251: spi: add device tree support

2013-10-28 Thread Tomasz Figa
On Monday 28 of October 2013 01:37:34 Kumar Gala wrote: On Oct 27, 2013, at 11:14 AM, Sebastian Reichel wrote: Add device tree support for the spi variant of wl1251 and document the binding. Signed-off-by: Sebastian Reichel s...@debian.org ---

Re: [PATCH 2/4] wl1251: move power GPIO handling into the driver

2013-10-28 Thread Sebastian Reichel
Hi, On Mon, Oct 28, 2013 at 12:23:54PM -0700, Mark Brown wrote: On Mon, Oct 28, 2013 at 07:29:52PM +0200, Grazvydas Ignotas wrote: When wl12xx family of chips is connected through SDIO, we already have that pin set up as a regulator controlled with the help of mmc subsystem. When time

Re: [PATCHv2 1/3] Input: twl4030-keypad - add device tree support

2013-10-28 Thread Sebastian Reichel
On Mon, Oct 28, 2013 at 01:42:47AM -0500, Kumar Gala wrote: +This binding is based on the matrix-keymap binding with the following +changes: Maybe be a bit more specific and say 'based on the input/matrix-keymap.txt binding'.. OK. + * keypad,num-rows and keypad,num-columns are

Re: [PATCH 2/4] wl1251: move power GPIO handling into the driver

2013-10-28 Thread Mark Brown
On Tue, Oct 29, 2013 at 12:26:26AM +0100, Sebastian Reichel wrote: 1. The pin is named PMEN in the Nokia N900 schematics 2. PMEN is described as Power management enable - system shutdown in a crippled datasheet of the wl1253, which I found in the internet. I don't think this is supposed

OMAP baseline test results for v3.12-rc7

2013-10-28 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v3.12-rc7. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v3.12-rc7/20131027214535/ Test summary Build: uImage+dtb: Pass ( 3/ 3): omap2plus_defconfig_am33xx_only/am335x-bone,