Re: [PATCH] usb: dwc3: Keeping 'resource' related code together

2014-06-04 Thread Vivek Gautam
Hi, On Wed, Jun 4, 2014 at 12:41 AM, Paul Zimmerman paul.zimmer...@synopsys.com wrote: From: linux-usb-ow...@vger.kernel.org [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Vivek Gautam Sent: Tuesday, June 03, 2014 3:40 AM Putting together the code related to getting the

Re: [PATCH 1/3] clk: ti: add 'ti,round-rate' flag

2014-06-04 Thread Tomi Valkeinen
On 03/06/14 22:35, Paul Walmsley wrote: What's really needed is better control over rounding in the clock code. Well, if you ask me, what's really needed _now_ is to fix the bug that makes am3xxx (and am4xxx when it's merged) display not to work. I don't need a fix that solves all the clock

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Sekhar Nori
On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Kernel: 3.14, 3.15 (I haven't tried another kernels) As soon as I write something to my NAND flash (via cat image /dev/mtdblockx or ubiupdatevol) and make

[PATCH v3 3/7] OMAPDSS: DPI: Store dpi_data pointer in the DT port's data

2014-06-04 Thread Archit Taneja
DPI and SDI ports are backed by only one parent DSS device. We don't have a corresponding platform_device for ports under DSS. In order to support multiple instances of DPI, we need to pass the driver data pointer through the DPI port's private data ('data' member in device_node struct).

[PATCH v3 1/7] OMAPDSS: DPI: Use DPI driver data

2014-06-04 Thread Archit Taneja
DPI related data is currently a static global struct parameter. It is accessed directly by functions in the driver. This method won't work if we want the driver to support multiple DPI instances. Create struct dpi_data, and pass it's pointer to functions which need to use it. We still have a

[PATCH v3 2/7] OMAPDSS: DPI: Allocate driver data

2014-06-04 Thread Archit Taneja
Allocate driver data(dpi_data) for each DPI instance. It's allocated in omap_dpi_probe() when DT isn't used, and in dpi_init_port() when DT is used. The dpi_data struct instance is no longer global. In the case of DPI ops, it's retrieved from dpi_get_data_from_dssdev(). 'dssdev' passed by the

[PATCH v3 5/7] OMAPDSS: DT: Get source endpoint by matching reg-id

2014-06-04 Thread Archit Taneja
In omapdss_of_find_source_for_first_ep, we retrieve a source endpoint's DT node, and then see what omapdss output has the matching device_node pointer in omap_dss_find_output_by_node. For all DPI and SDI outputs, the device_node pointer is set as the parent's DSS device_node pointer. If the

[PATCH v3 6/7] OMAPDSS: DPI: Add support for multiple instances

2014-06-04 Thread Archit Taneja
Register DPI outputs, and assign the port_num to them as specified by the 'reg' property in the DPI ports in DT. To support multiple DPI instances, dpi_get_channel needs to take the DPI instance's reg-id to get the corresponding channel. Make it take this argument.We just pass 0 in the non-DT

[PATCH v3 0/7] OMAPDSS: Support multiple DPI instances

2014-06-04 Thread Archit Taneja
DSS on DRA7x has 3 DPI outputs. In order to get them to work. We need to make the DPI driver support multiple DPI instances. We also need to tweak the DT parsing done to match an encoder/connector/panel driver to find the corresponding omapdss output. This series tries to achieve the above 2

[PATCH v3 4/7] OMAPDSS: DSS: init dss ports cleanly

2014-06-04 Thread Archit Taneja
The init/uninit port functions are used to set up the DPI and SDI outputs under the dss platform device. A 'reg' property is used to determine whether the node is DPI or SDI for OMAP34xx DSS revision. For other DSS revisions, only DPI output exists. For multiple DPI output instances(introduced in

[PATCH v3 7/7] omapdss: DSS: add reg-id param to dpi_select_source

2014-06-04 Thread Archit Taneja
Add an argument which describes which DPI instance we are referring to when selecting it's overlay manager. Signed-off-by: Archit Taneja arc...@ti.com --- drivers/video/fbdev/omap2/dss/dpi.c | 2 +- drivers/video/fbdev/omap2/dss/dss.c | 12 ++-- drivers/video/fbdev/omap2/dss/dss.h | 2

[PATCH] hsi: omap_ssi_port: use normal module refcounting

2014-06-04 Thread Arnd Bergmann
The ref_module() function is used for internal housekeeping of the module code, it's not normally used by subsystems or device drivers, and the use of ref_module in the omap_ssi_port driver causes a link build error when modules are disabled: hsi/controllers/omap_ssi_port.c: In function

[PATCH v2] hsi: omap_ssi_port: use normal module refcounting

2014-06-04 Thread Arnd Bergmann
The ref_module() function is used for internal housekeeping of the module code, it's not normally used by subsystems or device drivers, and the use of ref_module in the omap_ssi_port driver causes a link build error when modules are disabled: hsi/controllers/omap_ssi_port.c: In function

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Kernel: 3.14, 3.15 (I haven't tried another kernels) As soon as I write something to my

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Roger Quadros
Hi, On 06/04/2014 11:25 AM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Kernel: 3.14, 3.15 (I haven't tried

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Sekhar Nori
On Wednesday 04 June 2014 01:55 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov yegorsli...@googlemail.com wrote: Kernel: 3.14, 3.15 (I haven't

Re: mainline boot: 37 passed 4 failed (mainline/v3.15-rc8-4569-g3de0ef8)

2014-06-04 Thread Mark Brown
On Tue, Jun 03, 2014 at 06:26:14PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 5:36 PM, Olof's autobooter bu...@lixom.net wrote: [2.816920] smps9: failed to get the current voltage This seems to be from palmas registration failing, which in turns causes vmmc regulator lookup to

[PATCH v2] usb: dwc3: Keeping 'resource' related code together

2014-06-04 Thread Vivek Gautam
Putting together the code related to getting the 'IORESOURCE_MEM' and assigning the same to dwc-xhci_resources, for increasing the readability. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com --- Changes from v1: - Fixed issue with 'res-start' as pointed out by Paul Zimmerman by

MEDDELELSER

2014-06-04 Thread System Administrator
Du har overskredet opbevaring grænse på din postkasse. Du vil ikke være i stand til at sende eller modtage ny post, indtil du opgraderer din e kvote. Kopier nedenstående link og udfylde formularen for at opgradere din konto. https://www.formstack.com/forms/?1760287-AfOZDCCqwk System

MEDDELELSER

2014-06-04 Thread System Administrator
Du har overskredet opbevaring grænse på din postkasse. Du vil ikke være i stand til at sende eller modtage ny post, indtil du opgraderer din e kvote. Kopier nedenstående link og udfylde formularen for at opgradere din konto. https://www.formstack.com/forms/?1760287-AfOZDCCqwk System

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 10:54 AM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 01:55 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov

MEDDELELSER

2014-06-04 Thread System Administrator
Du har overskredet opbevaring grænse på din postkasse. Du vil ikke være i stand til at sende eller modtage ny post, indtil du opgraderer din e kvote. Kopier nedenstående link og udfylde formularen for at opgradere din konto. https://www.formstack.com/forms/?1760287-AfOZDCCqwk System

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 10:48 AM, Roger Quadros rog...@ti.com wrote: Hi, On 06/04/2014 11:25 AM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote: On Tue, Jun 3, 2014 at 9:57 AM, Yegor Yefremov

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Roger Quadros
On 06/04/2014 12:39 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:54 AM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 01:55 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov wrote:

Re: [PATCH V2 2/2] power: twl4030_charger: attempt to power off in case of critical events

2014-06-04 Thread Grazvydas Ignotas
On Thu, May 29, 2014 at 12:46 AM, Nishanth Menon n...@ti.com wrote: Attempt to power off in case of critical events such as battery removal, over voltage events. There is no guarentee that we'd be in a safe scenario here, but the very least we can try to do is to power off the device to

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 11:49 AM, Roger Quadros rog...@ti.com wrote: On 06/04/2014 12:39 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:54 AM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 01:55 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Sekhar Nori
On Wednesday 04 June 2014 03:11 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:48 AM, Roger Quadros rog...@ti.com wrote: Hi, On 06/04/2014 11:25 AM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori nsek...@ti.com wrote: On Tuesday 03 June 2014 04:18 PM, Yegor Yefremov

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Roger Quadros
On 06/04/2014 01:07 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 11:49 AM, Roger Quadros rog...@ti.com wrote: On 06/04/2014 12:39 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:54 AM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 01:55 PM, Yegor Yefremov wrote: On Wed,

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 12:20 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 03:11 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:48 AM, Roger Quadros rog...@ti.com wrote: Hi, On 06/04/2014 11:25 AM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 8:40 AM, Sekhar Nori

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Sekhar Nori
On Wednesday 04 June 2014 04:00 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 12:20 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 03:11 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:48 AM, Roger Quadros rog...@ti.com wrote: Hi, On 06/04/2014 11:25 AM, Yegor

MEDDELELSER

2014-06-04 Thread System Administrator
Du har overskredet opbevaring grænse på din postkasse. Du vil ikke være i stand til at sende eller modtage ny post, indtil du opgraderer din e kvote. Kopier nedenstående link og udfylde formularen for at opgradere din konto. https://www.formstack.com/forms/?1760287-AfOZDCCqwk System

RE: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Gupta, Pekon
On Wednesday 04 June 2014 04:00 PM, Yegor Yefremov wrote: [...] The way ROM works for XIP boot is: 1) Set chip select 0 base address to 0x0800' 2) Read memory at 0x0800' 3) If something else other than 0x0 or ~0x0 is found, jump to 0x0800' and start executing. Can you check to

Multimonitor support on ARM

2014-06-04 Thread Sid Boyce
I don't know if this is fixable or even considered for ARM. I have a Lilliput 7 USB LCD that works fine on a Beaglebone White with the udlfb kernel module. I started looking at the issue after a guy asked me if it also works on the ODROID. For Software Defined Radio (SDR) which is of prime

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 12:21 PM, Roger Quadros rog...@ti.com wrote: On 06/04/2014 01:07 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 11:49 AM, Roger Quadros rog...@ti.com wrote: On 06/04/2014 12:39 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:54 AM, Sekhar Nori nsek...@ti.com wrote:

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 1:49 PM, Gupta, Pekon pe...@ti.com wrote: On Wednesday 04 June 2014 04:00 PM, Yegor Yefremov wrote: [...] The way ROM works for XIP boot is: 1) Set chip select 0 base address to 0x0800' 2) Read memory at 0x0800' 3) If something else other than 0x0 or ~0x0 is

Re: [PATCH V2 2/2] power: twl4030_charger: attempt to power off in case of critical events

2014-06-04 Thread Nishanth Menon
On 06/04/2014 05:04 AM, Grazvydas Ignotas wrote: On Thu, May 29, 2014 at 12:46 AM, Nishanth Menon n...@ti.com wrote: Attempt to power off in case of critical events such as battery removal, over voltage events. There is no guarentee that we'd be in a safe scenario here, but the very least we

Re: [PATCH 3/6] mfd: twl4030-power: Add generic reset configuration

2014-06-04 Thread Matthias Brugger
2014-05-27 20:08 GMT+02:00 Tony Lindgren t...@atomide.com: The twl4030 PMIC needs to be configured properly for things like warm reset and deeper idle states so the PMIC manages the regulators properly based on the hardware triggers from the SoC. Earlier we have configured twl4030 using

Re: [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

2014-06-04 Thread Thierry Reding
On Mon, Jun 02, 2014 at 04:14:23PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [140602 16:06]: * Linus Walleij linus.wall...@linaro.org [140425 00:53]: On Wed, Apr 23, 2014 at 5:28 PM, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding

Re: [RFC PATCH 00/11] Embeddable Position Independent Executable

2014-06-04 Thread Pascal Hürst
Hi Ru On 22.04.2014 10:15, Heiko Stübner wrote: Hi Russ, Am Donnerstag, 24. Oktober 2013, 10:09:12 schrieb Heiko Stübner: Am Dienstag, 17. September 2013, 14:43:26 schrieb Russ Dill: This patch adds support for and demonstrates the usage of an embedded position independent executable (PIE).

[PATCH] ARM: omap2+: gpmc-nand: Use dynamic platform_device_alloc()

2014-06-04 Thread Rostislav Lisovy
GPMC controller supports up to 8 memory devices connected to it. Since there is one statically allocated struct platform_device gpmc_nand_device it is not possible to configure the system to use more than one NAND device connected to the GPMC. This modification makes it possible to use up to 8

Re: mainline boot: 37 passed 4 failed (mainline/v3.15-rc8-4569-g3de0ef8) (palmas regression uEVM)

2014-06-04 Thread Nishanth Menon
Minor change in subject, +Keerthy. On 10:01-20140604, Mark Brown wrote: On Tue, Jun 03, 2014 at 06:26:14PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 5:36 PM, Olof's autobooter bu...@lixom.net wrote: [2.816920] smps9: failed to get the current voltage This seems

Re: mainline boot: 37 passed 4 failed (mainline/v3.15-rc8-4569-g3de0ef8)

2014-06-04 Thread Olof Johansson
On Wed, Jun 4, 2014 at 2:01 AM, Mark Brown broo...@kernel.org wrote: On Tue, Jun 03, 2014 at 06:26:14PM -0700, Olof Johansson wrote: On Tue, Jun 3, 2014 at 5:36 PM, Olof's autobooter bu...@lixom.net wrote: [2.816920] smps9: failed to get the current voltage This seems to be from palmas

Re: am335x: system doesn't reboot after flashing NAND

2014-06-04 Thread Yegor Yefremov
On Wed, Jun 4, 2014 at 12:52 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 04:00 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 12:20 PM, Sekhar Nori nsek...@ti.com wrote: On Wednesday 04 June 2014 03:11 PM, Yegor Yefremov wrote: On Wed, Jun 4, 2014 at 10:48 AM, Roger

[PATCH] regulator: core: print error value when constraints are not applied

2014-06-04 Thread Nishanth Menon
With commit 064d5cd110f94ce41ca5681dcda8b77fa63d5b95 (regulator: core: Fix the init of DT defined fixed regulators) We ensure that regulator must be capable of providing it's current voltage when constraints are used, however adding the return value in the print is a little more informative to

Re: mainline boot: 37 passed 4 failed (mainline/v3.15-rc8-4569-g3de0ef8) (palmas regression uEVM)

2014-06-04 Thread Mark Brown
On Wed, Jun 04, 2014 at 02:34:31PM -0500, Nishanth Menon wrote: Seems to help my OMAP5uevm. If this makes sense, I will repost it as a formal patch. Yes, this makes sense - there was a similar issue with one of the other drivers. signature.asc Description: Digital signature

Re: mainline boot: 37 passed 4 failed (mainline/v3.15-rc8-4569-g3de0ef8)

2014-06-04 Thread Mark Brown
On Wed, Jun 04, 2014 at 12:37:52PM -0700, Olof Johansson wrote: On Wed, Jun 4, 2014 at 2:01 AM, Mark Brown broo...@kernel.org wrote: Always CC maintainers on things. What maintainer did I not cc? I missed the linux-omap list but I included you and Tony. Liam mainly. signature.asc

Re: [PATCH V2 2/2] power: twl4030_charger: attempt to power off in case of critical events

2014-06-04 Thread Grazvydas Ignotas
On Wed, Jun 4, 2014 at 4:01 PM, Nishanth Menon n...@ti.com wrote: On 06/04/2014 05:04 AM, Grazvydas Ignotas wrote: On Thu, May 29, 2014 at 12:46 AM, Nishanth Menon n...@ti.com wrote: Attempt to power off in case of critical events such as battery removal, over voltage events. There is no

Re: [PATCH v2] hsi: omap_ssi_port: use normal module refcounting

2014-06-04 Thread Sebastian Reichel
Hi, On Wed, Jun 04, 2014 at 10:00:59AM +0200, Arnd Bergmann wrote: The ref_module() function is used for internal housekeeping of the module code, it's not normally used by subsystems or device drivers, and the use of ref_module in the omap_ssi_port driver causes a link build error when