Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi, Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null

Re: [PATCH v6 5/6] ARM: dts: add wl12xx/wl18xx bindings

2015-03-17 Thread Eliad Peller
that would be great. thanks. i'll try posting the updated patchset (v7, some minor changes) tomorrow. Eliad. On Mon, Mar 16, 2015 at 3:08 PM, Pau Pajuel paup...@gmail.com wrote: Hi, 2015-03-13 9:17 GMT+01:00 Enric Balletbo Serra eballe...@gmail.com: Hello, 2015-03-13 9:01 GMT+01:00 Javier

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:48 schrieb Pavel Machek pa...@ucw.cz: Temperature calibration should have already been done in the underlaying twl4030 iio driver. Discharge rate is the real current flow reported in uA. Also reported by iio. Ack, but there's rather severe temperature dependency

Re: [PATCH v6 6/6] wlcore: remove wl12xx_platform_data

2015-03-17 Thread Eliad Peller
On Mon, Mar 16, 2015 at 8:24 PM, Tony Lindgren t...@atomide.com wrote: * Sebastian Reichel s...@ring0.de [150316 11:26]: Hi, On Mon, Mar 16, 2015 at 08:29:39AM -0700, Tony Lindgren wrote: * Arnd Bergmann a...@arndb.de [150315 05:10]: On Sunday 15 March 2015 10:50:42 Eliad Peller wrote:

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null +++

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Temperature calibration should have already been done in the underlaying twl4030 iio driver. Discharge rate is the real current flow reported in uA. Also reported by iio. Ack, but there's rather severe temperature dependency of the lithium battery, which you should take into account if

Re: [PATCH v4 1/1] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-03-17 Thread Ivan T. Ivanov
Hi, On Tue, 2015-03-17 at 11:01 +0900, Chanwoo Choi wrote: Hi Ivan, On 03/16/2015 11:23 PM, Ivan T. Ivanov wrote: Hi Roger, On Mon, 2015-03-16 at 15:11 +0200, Roger Quadros wrote: Hi Ivan, On 16/03/15 14:32, Ivan T. Ivanov wrote: Hi, On Mon, 2015-02-02 at 12:21

Re: [PATCH v4 1/1] extcon: usb-gpio: Introduce gpio usb extcon driver

2015-03-17 Thread Ivan T. Ivanov
Fixed spelling error. On Tue, 2015-03-17 at 09:52 +0200, Ivan T. Ivanov wrote: Hi, On Tue, 2015-03-17 at 11:01 +0900, Chanwoo Choi wrote: Hi Ivan, On 03/16/2015 11:23 PM, Ivan T. Ivanov wrote: Hi Roger, On Mon, 2015-03-16 at 15:11 +0200, Roger Quadros wrote: Hi Ivan,

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Nishanth Menon
On 03/17/2015 11:26 AM, santosh shilimkar wrote: On 3/16/2015 4:30 PM, Tony Lindgren wrote: * Stefan Hengelein stefan.hengel...@fau.de [150225 10:48]: The Kconfig-Option OMAP4_ERRATA_I688 is never visible due to a contradiction in it's dependencies. The option requires ARCH_MULTIPLATFORM

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Nishanth Menon
On Tue, Mar 17, 2015 at 12:10 PM, Tony Lindgren t...@atomide.com wrote: Yes that's a good point and adding a printk is a good idea. Care to crank out a separate patch for that? had hoped to have it part of this patch - does'nt that make more sense? -- --- Regards, Nishanth Menon -- To

Re: [PATCH 02/35 linux-next] regulator: constify of_device_id array

2015-03-17 Thread Fabian Frederick
On 17 March 2015 at 18:19 Mark Brown broo...@kernel.org wrote: On Tue, Mar 17, 2015 at 06:10:12PM +0100, Fabian Frederick wrote: Thanks Mark, I used a --cc-cmd script by Joe Perches with git send-email which uses --nom for cover-letter. This limits recipients to mailing lists: 37

[PATCH 1/2] regulator: palmas: Correct TPS659038 register definition for REGEN2

2015-03-17 Thread Keerthy
The register offset for REGEN2_CTRL in different for TPS659038 chip as when compared with other Palmas family PMICs. In the case of TPS659038 the wrong offset pointed to PLLEN_CTRL and was causing a hang. Correcting the same. Signed-off-by: Keerthy j-keer...@ti.com --- Tested for the regulator

[PATCH 0/2] regulator: TPS659038: Fixes for REGEN2 and REGEN3

2015-03-17 Thread Keerthy
The series fixes couple of issues in the driver w.r.t TPS659038 PMICs. 1) Correcting the REGEN2_CTRL address. 2) REGEN3 is not present hence adding a check not to register for TPS659038. Tested for the regulator enumerations on DRA7 and BEAGLE-X15 boards. Keerthy (2): regulator: palmas:

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Hi! to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? Well, conversion between Li-ion's voltage and state of charge at 0 current is well known: We can’t measure at 0 current since

[PATCH] ARM: dts: dra7x-evm: beagle-x14: Fix USB Peripheral

2015-03-17 Thread Roger Quadros
Now that we have EXTCON_USB_GPIO queued for v4.1, revert commit addfcde7c485 (ARM: dts: dra7x-evm: beagle-x15: Fix USB Host) On these EVMs, the USB cable state has to be determined via the ID pin tied to a GPIO line. We use the gpio-usb-extcon driver to read the ID pin and the extcon framework to

[PATCH 2/2] regulator: Palmas: Add has_regen3 check for TPS659038

2015-03-17 Thread Keerthy
Palmas driver is used to cater to even TPS659038 but TPS659038 does not have REGEN3 resource. Adding another field in the driver data to check on that. Signed-off-by: Keerthy j-keer...@ti.com --- Tested for the regulator enumerations on DRA7 and BEAGLE-X15 boards. REGEN3 is rightly not

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt b/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt new file mode 100644 index 000..bb3580c --- /dev/null +++

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
On Tue 2015-03-17 10:07:12, Dr. H. Nikolaus Schaller wrote: Am 17.03.2015 um 09:47 schrieb Pavel Machek pa...@ucw.cz: Hi! diff --git a/Documentation/devicetree/bindings/power_supply/twl4030_madc_battery.txt

Re: [PATCH v2 7/7] ARM: omap2plus_defconfig: Enable EXTCON_GPIO_USB

2015-03-17 Thread Roger Quadros
On 16/03/15 19:53, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150126 04:19]: This driver is needed for USB cable type detection on dra7-evm, dra72-evm and am57xx-beagle-x15. Signed-off-by: Roger Quadros rog...@ti.com Applying this into omap-for-v4.1/defconfig. I think it's all

Re: [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules

2015-03-17 Thread Sebastian Reichel
Hi Tony, On Mon, Mar 16, 2015 at 01:00:03PM -0700, Tony Lindgren wrote: Enable n900 modem as loadable modules. Acked-By: Sebastian Reichel s...@kernel.org [...] +CONFIG_HSI_CHAR=m [...] I think this one should be disabled by default. It's only needed by very few people (it exposes the hsi

Re: [PATCHv3 08/35] clk: ti: fix ti_clk_get_reg_addr error handling

2015-03-17 Thread Tony Lindgren
* Mike Turquette mturque...@linaro.org [150306 11:18]: Quoting Tero Kristo (2015-02-25 11:04:18) There is a case where NULL can be a valid return value for ti_clk_get_reg_addr, specifically the case where both the provider index and register offsets are zero. In this case, the current error

Re: [PATCH 3/3] ARM: omap2plus_defconfig: Enable n900 modem as loadable modules

2015-03-17 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [150317 04:00]: Hi Tony, On Mon, Mar 16, 2015 at 01:00:03PM -0700, Tony Lindgren wrote: Enable n900 modem as loadable modules. Acked-By: Sebastian Reichel s...@kernel.org [...] +CONFIG_HSI_CHAR=m [...] I think this one should be disabled by

Re: [PATCH] ARM: dts: dra7x-evm: beagle-x14: Fix USB Peripheral

2015-03-17 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150317 07:55]: Hi, On Tue, Mar 17, 2015 at 11:43:51AM +0200, Roger Quadros wrote: Now that we have EXTCON_USB_GPIO queued for v4.1, revert commit addfcde7c485 (ARM: dts: dra7x-evm: beagle-x15: Fix USB Host) On these EVMs, the USB cable state has to be

Re: Serious memory leak in TI EDMA driver (drivers/dma/edma.c)

2015-03-17 Thread Petr Kulhavy
Hi Peter, thanks a lot for the details. I believe it's not an Ethernet issue, it's really related to the SD card. If we use the USB storage instead of the SD card on our device we don't see the leaks. I enabled the dynamic debug and added a debug message for the kzalloc() in

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Nishanth Menon
On Tue, Mar 17, 2015 at 11:34 AM, Tony Lindgren t...@atomide.com wrote: On 03/17/2015 11:26 AM, santosh shilimkar wrote: On 3/16/2015 4:30 PM, Tony Lindgren wrote: * Stefan Hengelein stefan.hengel...@fau.de [150225 10:48]: The Kconfig-Option OMAP4_ERRATA_I688 is never visible due to a

Re: [PATCH 02/35 linux-next] regulator: constify of_device_id array

2015-03-17 Thread Fabian Frederick
On 17 March 2015 at 13:11 Mark Brown broo...@kernel.org wrote: On Mon, Mar 16, 2015 at 08:17:08PM +0100, Fabian Frederick wrote: of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Applied, thanks.  Please remember to always include people in

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [150317 09:57]: On Tue, Mar 17, 2015 at 11:34 AM, Tony Lindgren t...@atomide.com wrote: On 03/17/2015 11:26 AM, santosh shilimkar wrote: On 3/16/2015 4:30 PM, Tony Lindgren wrote: * Stefan Hengelein stefan.hengel...@fau.de [150225 10:48]: The

Re: [PATCH 02/35 linux-next] regulator: constify of_device_id array

2015-03-17 Thread Mark Brown
On Tue, Mar 17, 2015 at 06:10:12PM +0100, Fabian Frederick wrote: Thanks Mark, I used a --cc-cmd script by Joe Perches with git send-email which uses --nom for cover-letter. This limits recipients to mailing lists: 37 instead of 123 in this case. I guess it's better to reduce the noise :)

Re: [PATCH 0/2] Couple of dmtimer fixes

2015-03-17 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [150316 18:14]: Hi Tony, Please find couple of non-urgent fixes to the OMAP dmtimer driver. The patches are based on 4.0-rc1. The first patch is a fix for the issue I reported earlier on the DRA7 dmtimer hwmod patches [1]. DRA7 has timers 13 through 16 disabled

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [150317 10:18]: On Tue, Mar 17, 2015 at 12:10 PM, Tony Lindgren t...@atomide.com wrote: Yes that's a good point and adding a printk is a good idea. Care to crank out a separate patch for that? had hoped to have it part of this patch - does'nt that make

Re: [PATCH 3/4] ARM: dts: Add cppi41 support for dm816x MUSB

2015-03-17 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150317 17:32]: Hi, On Tue, Mar 17, 2015 at 05:19:20PM -0700, Tony Lindgren wrote: Looks like we have cppi41 on dm816x just like on am335x. Cc: Bin Liu binml...@gmail.com Cc: Brian Hutchinson b.hutch...@gmail.com Cc: Felipe Balbi ba...@ti.com Cc:

Re: [PATCH 1/2] pinctrl: bindings: pinctrl: Add support for TI's IODelay configuration

2015-03-17 Thread Tony Lindgren
* Linus Walleij linus.wall...@linaro.org [150317 18:31]: On Tue, Mar 10, 2015 at 7:33 PM, Nishanth Menon n...@ti.com wrote: On 03/10/2015 12:31 PM, Tony Lindgren wrote: Yes except I'd make use of some kind of #pinctrl-cells here just like interrupt controller has #interrupt-cells. Then

Re: [PATCH 1/2] pinctrl: bindings: pinctrl: Add support for TI's IODelay configuration

2015-03-17 Thread Linus Walleij
On Tue, Mar 10, 2015 at 7:33 PM, Nishanth Menon n...@ti.com wrote: On 03/10/2015 12:31 PM, Tony Lindgren wrote: Yes except I'd make use of some kind of #pinctrl-cells here just like interrupt controller has #interrupt-cells. Then you can have the values seprate and the controller knows what

Re: [PATCH 3/4] ARM: dts: Add cppi41 support for dm816x MUSB

2015-03-17 Thread Felipe Balbi
Hi, On Tue, Mar 17, 2015 at 05:19:20PM -0700, Tony Lindgren wrote: Looks like we have cppi41 on dm816x just like on am335x. Cc: Bin Liu binml...@gmail.com Cc: Brian Hutchinson b.hutch...@gmail.com Cc: Felipe Balbi ba...@ti.com Cc: Matthijs van Duin matthijsvand...@gmail.com Signed-off-by:

Re: [PATCH 4/4] ARM: dts: Add minimal support for dm8168-evm

2015-03-17 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150202 08:15]: * Matthijs van Duin matthijsvand...@gmail.com [150131 17:54]: I just noticed the dm816x.dtsi says: ocp { compatible = ti,omap3-l3-smx, simple-bus; This is incorrect: the DM81xx (and siblings like the AM335x) use Arteris

[PATCH v2] phy: Add a driver for dm816x USB PHY

2015-03-17 Thread Tony Lindgren
Add a minimal driver for dm816x USB. This makes USB work on dm816x without any other changes needed as it can use the existing musb_dsps glue layer for the USB controller. Note that this phy is different from dm814x and am335x. Cc: Bin Liu binml...@gmail.com Cc: Brian Hutchinson

[PATCH 2/4] ARM: dts: Fix typo for dm816x usb0_pins

2015-03-17 Thread Tony Lindgren
Commit a54879a00859 (ARM: dts: Fix USB dts configuration for dm816x) attempted to fix the USB features introduced by commit 7800064ba507 (ARM: dts: Add basic dm816x device tree configuration) but obviously I did not read the dmesg as more USB issues still keep trickling in. It should be usb1_pins

[PATCH 4/4] ARM: dts: Remove PIN_INPUT for dm816x McSPI

2015-03-17 Thread Tony Lindgren
On dm816x we have no PIN_INPUT vs PIN_OUTPUT configuration, there are just pulls. Let's remove the bogus flags. Cc: Brian Hutchinson b.hutch...@gmail.com Cc: Matthijs van Duin matthijsvand...@gmail.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/boot/dts/dm8168-evm.dts | 8

[PATCH 1/4] ARM: dts: Fix gpio interrupts for dm816x

2015-03-17 Thread Tony Lindgren
Commit 7800064ba507 (ARM: dts: Add basic dm816x device tree configuration) added basic devices for dm816x, but I was not able to test the GPIO interrupts earlier until I found some suitable pins to test with. We can mux the MMC card detect and write protect pins from SD_SDCD and SD_SDWP mode to

[PATCH 3/4] ARM: dts: Add cppi41 support for dm816x MUSB

2015-03-17 Thread Tony Lindgren
Looks like we have cppi41 on dm816x just like on am335x. Cc: Bin Liu binml...@gmail.com Cc: Brian Hutchinson b.hutch...@gmail.com Cc: Felipe Balbi ba...@ti.com Cc: Matthijs van Duin matthijsvand...@gmail.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/boot/dts/dm816x.dtsi | 60

[PATCH 0/4] Few dm816x fixes and improvments

2015-03-17 Thread Tony Lindgren
Hi all, Here are few dm816x related fixes and improvments. Mostly to get GPIO interrupts working, and add DMA for the USB. Note that the USB still depends on the USB PHY driver posted in [PATCH v2] phy: Add a driver for dm816x USB PHY. Regards, Tony Tony Lindgren (4): ARM: dts: Fix gpio

omap voltage driver errors

2015-03-17 Thread Ran Shalit
Hello, I receive the following errors in boot: omap_voltage_early_init: voltage driver support not added regulator: core version 0.5 regulator: dummy: NET: Registered protocol family 16 omap_voltage_domain_lookup: Voltage driver init not yet happened.Faulting! omap_voltage_add_dev: VDD

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 17.03.2015 um 11:37 schrieb Pavel Machek pa...@ucw.cz: Hi! to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? Well, conversion between Li-ion's voltage and state of charge at

[RESEND PATCH 2/2] bus: ocp2scp: SYNC2 value should be changed to 0x6

2015-03-17 Thread Kishon Vijay Abraham I
As per the TRMs of AM572x, OMAP4430, OMAP4460, OMAP543x, the value of SYNC2 must be set to 0x6 in order to ensure correct operation. So modified the SYNC2 value of OCP2SCP TIMING register to 0x6 in all the platforms that use OCP2SCP driver except AM437x. Also introduced a new compatible property

[RESEND PATCH 1/2] ARM: dts: am4372: Add ti,am437x-ocp2scp as compatible string for OCP2SCP

2015-03-17 Thread Kishon Vijay Abraham I
Added a new compatible string ti,am437x-ocp2scp for OCP2SCP module. This is needed since except for the OCP2SCP used in AM437x, SYNC2 value in OCP2SCP TIMING should be changed whereas the default value is sufficient in AM437x. Cc: Tony Lindgren t...@atomide.com Signed-off-by: Kishon Vijay Abraham

Re: [PATCH 02/35 linux-next] regulator: constify of_device_id array

2015-03-17 Thread Mark Brown
On Mon, Mar 16, 2015 at 08:17:08PM +0100, Fabian Frederick wrote: of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Applied, thanks. Please remember to always include people in the cover letter for patch serieses so they know what's going on with

Re: [PATCH 0/2] regulator: TPS659038: Fixes for REGEN2 and REGEN3

2015-03-17 Thread Mark Brown
On Tue, Mar 17, 2015 at 03:56:03PM +0530, Keerthy wrote: The series fixes couple of issues in the driver w.r.t TPS659038 PMICs. 1) Correcting the REGEN2_CTRL address. 2) REGEN3 is not present hence adding a check not to register for TPS659038. Applied both, thanks. regulator: palmas:

Re: Serious memory leak in TI EDMA driver (drivers/dma/edma.c)

2015-03-17 Thread Peter Ujfalusi
Hi, On 03/16/2015 09:26 PM, Petr Kulhavy wrote: Hi, I have found a memory leak in the TI EDMA driver, which happens every time a DMA transfer is performed. The leak is in kernel 3.17, however the same problem seems to exist also in 3.19. I have issues booting the 3.17, 3.18 and 3.19 on

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Pavel Machek
Hi! to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? Well, conversion between Li-ion's voltage and state of charge at 0 current is well known: We can’t measure at 0 current since

Re: [GIT PULL] OMAP-GPMC driver updates for v4.1

2015-03-17 Thread Roger Quadros
Hi Arnd, I think you might have missed this as I'm not in your usual list of maintainers :). So a gentle reminder. Please let me know if anything is not as per your requirements. cheers, -roger On 09/03/15 14:09, Roger Quadros wrote: Hi Arnd, Based on Tony's request I will be sending you

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-17 Thread Dr. H. Nikolaus Schaller
Hi Pavel, Am 17.03.2015 um 14:59 schrieb Pavel Machek pa...@ucw.cz: Hi! to introduce coefficients for temperature and discharge rate? What do you mean? Nothing like that is used in current driver why do we need to add it? Well, conversion between Li-ion's voltage and state of charge at

Re: [PATCH] ARM: dts: dra7x-evm: beagle-x14: Fix USB Peripheral

2015-03-17 Thread Felipe Balbi
Hi, On Tue, Mar 17, 2015 at 11:43:51AM +0200, Roger Quadros wrote: Now that we have EXTCON_USB_GPIO queued for v4.1, revert commit addfcde7c485 (ARM: dts: dra7x-evm: beagle-x15: Fix USB Host) On these EVMs, the USB cable state has to be determined via the ID pin tied to a GPIO line. We use

[PATCH] ASoC: davinci-mcasp: Set rule constraints if implicit BCLK divider is used

2015-03-17 Thread Jyri Sarha
Set a rule constraints to allow only combinations of sample-rate and number of frame-bits that can be played/captured with a reasonable sample-rate accuracy. Also, takes the number of serializers into account when implicitly selecting the BLCK divider. Signed-off-by: Jyri Sarha jsa...@ti.com ---

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread santosh shilimkar
On 3/16/2015 4:30 PM, Tony Lindgren wrote: * Stefan Hengelein stefan.hengel...@fau.de [150225 10:48]: The Kconfig-Option OMAP4_ERRATA_I688 is never visible due to a contradiction in it's dependencies. The option requires ARCH_MULTIPLATFORM to be 'disabled'. However, an enclosing menu requires

Re: [PATCH] ARM: OMAP4: remove dead kconfig option OMAP4_ERRATA_I688

2015-03-17 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [150317 09:32]: On 03/17/2015 11:26 AM, santosh shilimkar wrote: On 3/16/2015 4:30 PM, Tony Lindgren wrote: * Stefan Hengelein stefan.hengel...@fau.de [150225 10:48]: The Kconfig-Option OMAP4_ERRATA_I688 is never visible due to a contradiction in it's