-- Re: Very Urgent............

2014-08-01 Thread Fabian Morision
. Greetings from gulf region Thanks for the e-mail. I am very interested on funding lucrative business partnership with you acting as the manager and sole controller of the investment while i remain a silent investor for a period of ten yrs , though I am only looking at investment opportunities

Re: [PATCH/RFC V8 1/1] clk: Support for clock parents and rates assigned from device tree

2014-08-01 Thread Wolfram Sang
On Fri, Jul 25, 2014 at 02:42:31PM -0700, Mike Turquette wrote: Quoting Sylwester Nawrocki (2014-07-03 10:25:53) On 18/06/14 17:29, Sylwester Nawrocki wrote: This patch adds helper functions to configure clock parents and rates as specified through 'assigned-clock-parents',

Re: [PATCH 1/1] i2c: Kconfig: Enable HSI2C for Exynos5 platform

2014-08-01 Thread Wolfram Sang
On Fri, Jul 25, 2014 at 05:06:32PM +0530, Sachin Kamat wrote: On Wed, Jul 16, 2014 at 11:10 PM, Wolfram Sang w...@the-dreams.de wrote: On Wed, Jun 25, 2014 at 10:55:31AM -0700, Doug Anderson wrote: Sachin, On Wed, Jun 25, 2014 at 3:02 AM, Sachin Kamat sachin.ka...@samsung.com wrote:

Re: [PATCH v2] drivers: i2c: i2c-st: Update i2c timings

2014-08-01 Thread Wolfram Sang
On Wed, Jul 23, 2014 at 05:44:07PM +0200, Maxime COQUELIN wrote: The i2c timing values specified in the driver are the minimun values defined in the I2C specifications. The I2C specification does not specify any default or maximum values. Some I2C devices are out of spec, such as the HDMI

Re: i2c,designware: add new bindings

2014-08-01 Thread Wolfram Sang
Hi Alan, On Wed, Jul 23, 2014 at 01:06:57PM +0100, Alan Cox wrote: This may appear as PCI or ACPI depending upon the firmware so we have to list both. All share the same ACPI identifier but not the same PCI identifier. Signed-off-by: Alan Cox a...@linux.intel.com ---

Re: [PATCH v2] i2c: pca954x: put the mux to disconnected state after resume

2014-08-01 Thread Wolfram Sang
On Fri, Jul 25, 2014 at 07:57:46PM +0800, Jisheng Zhang wrote: pca954x may be power lost during suspend, so after resume we also suffer the issue fixed by commit cd823db8b1161ef0d756514d280715a576d65cc3, pca954x power-on default is channel 0 connected. If multiple pca954x muxes are

Re: [PATCH 2/7] i2c: i2c-cros-ec-tunnel: Set retries to 3

2014-08-01 Thread Wolfram Sang
On Mon, Jul 28, 2014 at 02:19:22PM +0200, Javier Martinez Canillas wrote: From: Derek Basehore dbaseh...@chromium.org Since the i2c bus can get wedged on the EC sometimes, set the number of retries to 3. Since we un-wedge the bus immediately after the wedge happens, this is the correct

Re: [PATCH] i2c-gpio: Drop dead code in i2c_gpio_remove

2014-08-01 Thread Wolfram Sang
On Mon, Jul 28, 2014 at 02:33:14PM +0200, Jean Delvare wrote: Commit a0682a31 (i2c: gpio: Use devm_gpio_request()) left unused code behind, clean it up. Fixes: a0682a315889 (i2c: gpio: Use devm_gpio_request()) Signed-off-by: Jean Delvare jdelv...@suse.de Cc: Jingoo Han jg1@samsung.com

Re: [PATCH 2/7] i2c: i2c-cros-ec-tunnel: Set retries to 3

2014-08-01 Thread Javier Martinez Canillas
Hello Wolfram, On 08/01/2014 07:59 PM, Wolfram Sang wrote: +#define I2C_MAX_RETRIES 3 I think a define for this is overkill, yet I don't really mind. Acked-by: Wolfram Sang w...@the-dreams.de Thanks a lot. I assume this goes via MFD, let me know if I should take it. Yes, if

Re: i2c,designware: add new bindings

2014-08-01 Thread Alan Cox
On Fri, 2014-08-01 at 19:52 +0200, Wolfram Sang wrote: Hi Alan, On Wed, Jul 23, 2014 at 01:06:57PM +0100, Alan Cox wrote: This may appear as PCI or ACPI depending upon the firmware so we have to list both. All share the same ACPI identifier but not the same PCI identifier.