Re: [PATCH 05/07] Watchdog: DA9052/53 watchdog support v1

2012-03-30 Thread Ashish Jangam
Any update on this patch? On Tue, 2012-03-13 at 17:57 +0530, Ashish Jangam wrote: > Any update on below patch? > On Mon, 2012-02-06 at 18:18 +0530, Ashish Jangam wrote: > > This driver adds support for the watchdog functionality provided by the > > Dialog Semiconductor D

Re: [PATCH 04/07] Backlight: Backlight module for DA9052/53 PMIC v1

2012-03-30 Thread Ashish Jangam
Any update on this patch? On Tue, 2012-03-13 at 17:58 +0530, Ashish Jangam wrote: > Any update on below patch? > On Mon, 2012-02-06 at 18:16 +0530, Ashish Jangam wrote: > > DA9052/53 PMIC has capability to supply power for upto 3 banks of 6 > > white serial LEDS. It can also co

[PATCH 02/02] HWMON: HWMON driver for DA9052/53 PMIC v4

2012-03-17 Thread Ashish Jangam
msung SMDKV6410 Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since V3 - Add DIV_ROUND_CLOSEST() macro Changes since v2 - Update documentation file Changes since v1 - Update documentation file for url - Modify the entry in Kconfig file - Correct reporting of jun

Re: [PATCH 04/07] Backlight: Backlight module for DA9052/53 PMIC v1

2012-03-13 Thread Ashish Jangam
Any update on below patch? On Mon, 2012-02-06 at 18:16 +0530, Ashish Jangam wrote: > DA9052/53 PMIC has capability to supply power for upto 3 banks of 6 > white serial LEDS. It can also control intensity of independent banks > and to drive these banks boost converter will provide up t

Re: [PATCH 05/07] Watchdog: DA9052/53 watchdog support v1

2012-03-13 Thread Ashish Jangam
Any update on below patch? On Mon, 2012-02-06 at 18:18 +0530, Ashish Jangam wrote: > This driver adds support for the watchdog functionality provided by the > Dialog Semiconductor DA9052/53 PMIC chip. > > This patch is functionally tested on Samsung SMDKV6410. > > Signed-off-by

Re: [Patch 07/07] Touch: DA9052/53 touch screen driver v1

2012-03-13 Thread Ashish Jangam
Any update on the below patch On Mon, 2012-02-06 at 18:21 +0530, Ashish Jangam wrote: > This driver adds support for DA9052/53 4-wire resistive ADC interfaced > touchscreen controller. > > DA9052/53 is a MFD therefore this driver depends on DA9052/53 core > driver for core

RE: [PATCH 02/03] HWMON: HWMON driver for DA9052/53 PMIC v3

2012-03-07 Thread Ashish Jangam
> Only comment I would have is that it might make sense to use > DIV_ROUND_CLOSEST(). That is a minor issue, though, so feel free to add > > Acked-by: Guenter Roeck > > Question is where this is going. I can not add it to hwmon-next without > the matching mfd changes. Any idea ? This patch will

[PATCH 02/03] HWMON: HWMON driver for DA9052/53 PMIC v3

2012-03-02 Thread Ashish Jangam
msung SMDKV6410 Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v2 - Update documentation file Changes since v1 - Update documentation file for url - Modify the entry in Kconfig file - Correct reporting of junction temperature - Add conversion function for backup ba

Re: [PATCH] HWMON: DA9052/53 hwmon driver v2

2012-02-21 Thread Ashish Jangam
On Tue, 2012-02-21 at 16:48 +0530, Ashish Jangam wrote: > On Fri, 2012-02-10 at 07:58 -0500, Ashish Jangam wrote: > > The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits > > resolution and 10 channels. > > > > + * Dialog Semiconductors DA905

[PATCH] HWMON: DA9052/53 hwmon driver v2

2012-02-10 Thread Ashish Jangam
msung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v1 - Update documentation file for url - Modify the entry in Kconfig file - Correct reporting of junction temperature - Add conversion function for backup battery voltage - Change labels for temperatur

Re: FW: [PATCH 02/07] HWMON: DA9052/53 hwmon driver v1

2012-02-07 Thread Ashish Jangam
On Tue, 2012-02-07 at 17:52 +0530, Ashish Jangam wrote: > Can you consider adding yourself or David as maintainer ? Not a must, > but no one else would really be able to support the driver. Thank for this, you can add my name. > > +Supported chips: > > + * Dialog Semiconduc

[Patch 07/07] Touch: DA9052/53 touch screen driver v1

2012-02-06 Thread Ashish Jangam
-by: Ashish Jangam --- drivers/input/touchscreen/Kconfig |7 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/da9052_tsi.c | 353 3 files changed, 361 insertions(+), 0 deletions(-) create mode 100644 drivers/input/touchscreen

[PATCH 05/07] Watchdog: DA9052/53 watchdog support v1

2012-02-06 Thread Ashish Jangam
This driver adds support for the watchdog functionality provided by the Dialog Semiconductor DA9052/53 PMIC chip. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Documentation/watchdog/watchdog-parameters.txt |5

[PATCH 04/07] Backlight: Backlight module for DA9052/53 PMIC v1

2012-02-06 Thread Ashish Jangam
WLEDs bank through DA9052/53 PMIC. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/video/backlight/Kconfig |6 + drivers/video/backlight/Makefile|1 + drivers/video/backlight/da9052_bl.c | 187

[PATCH 02/07] HWMON: DA9052/53 hwmon driver v1

2012-02-06 Thread Ashish Jangam
msung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Documentation/hwmon/da9052 | 59 +++ drivers/hwmon/Kconfig| 10 ++ drivers/hwmon/Makefile |1 + drivers/hwmon/da9052-hwmon.c | 343 ++ 4 files ch

[PATCH 05/07] Backlight: Backlight module for DA9052/53 PMIC v2

2012-01-17 Thread Ashish Jangam
bank through DA9052 PMIC. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v1: - Modify driver registrations to single. --- drivers/video/backlight/Kconfig |6 + drivers/video/backlight/Makefile|1 + drivers/video/backlight/da9052_bl.c | 196

[PATCH 04/07] Touchscreen: DA9052/53 touchscreen driver v6

2012-01-17 Thread Ashish Jangam
This driver adds support for DA9052 4-wire resistive ADC interfaced touchscreen controller. DA9052 is a MFD therefore this driver depends on DA9052 core driver for core functionalities. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v5: - Use kenel APIs for

[Patch] Regulator: Replace kzalloc with devm_kzalloc and if-else with a switch-case for da9052-regulator

2011-12-15 Thread Ashish Jangam
Reported-by: Mark Brown Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/regulator/da9052-regulator.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/da9052-regulator.c b/drivers/regulator/da9052-regulator.c

[PATCH 05/06] Power: DA9052 Battery module V6

2011-12-14 Thread Ashish Jangam
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- As per the thread https://lkml.org/lkml/2011/11/9/42 a

[PATCH 03/06] MFD: DA9052/53 MFD core module add SPI support v2

2011-12-12 Thread Ashish Jangam
This patch add SPI support for DA9052/53 MFD core module. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v1: - Remove spi_dev from struct da9052 - Move regmap_config due to added support of regmap cache

[PATCH 02/06] MFD: DA9052/53 MFD core module add ADC support v2

2011-12-12 Thread Ashish Jangam
This patch adds ADC support to the DA9052/53 MFD core module. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v1: - Fix a memory leak in function da9052_adc_manual_read --- drivers/mfd/da9052-core.c

[PATCH 01/06] MFD: DA9052/53 MFD core module v10

2011-12-12 Thread Ashish Jangam
SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v10: - Add regmap-cache support - Add regulator devices as MFD children - Replace && operator with || operator - Fix a memory leak in i2c_probe - Remove i2c_client from struct da9052 Changes since v

[Patch 06/06] Regulator: DA9052/53 Regulator support v5

2011-12-09 Thread Ashish Jangam
utput voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraints is passed down from the board to the regulator. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam Tested-by: Ying-Chun Liu (PaulLiu) --- Changes since v5 - Modify Kconfig to describ

[PATCH 05/06] Power: DA9052 Battery module V5

2011-12-09 Thread Ashish Jangam
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v4 - Remove unnecessary type cast - Improve code

[PATCH 04/06] GPIO: Moved some defines to a header file v1

2011-12-09 Thread Ashish Jangam
LED module has dependency on some gpio macros therefore they are moved to a header file. This patch is functionally tested on Samsung SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/gpio/gpio-da9052.c | 26 ++--- include/linux/mfd

[PATCH 03/06] MFD: DA9052/53 MFD core module v9 Added SPI support

2011-12-09 Thread Ashish Jangam
SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/mfd/Kconfig | 12 drivers/mfd/Makefile |1 + drivers/mfd/da9052-spi.c | 121 + include/linux/mfd/da9052/da9052.h |1 + 4 files

[PATCH 02/06] MFD: DA9052/53 MFD core module v9 Added ADC support

2011-12-09 Thread Ashish Jangam
SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- drivers/mfd/da9052-core.c | 187 + include/linux/mfd/da9052/da9052.h | 22 + 2 files changed, 209 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/da9052-core.c b

[PATCH 01/06] MFD: DA9052/53 MFD core module v9

2011-12-09 Thread Ashish Jangam
SMDKV6410. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v9: - Add support for regmap_irq - Patch split into I2C, ADC and SPI - Support unconditional registration of all the regulators - Replace magic number with define - Remove user define bus_type from struct da9052

[PATCH 00/06] DA9052 patch series

2011-12-09 Thread Ashish Jangam
. This patch series adds support for MFD, Regulator, Battery and GPIO. Support for rest of the devices will be added later. All the other patches depend on the MFD module of the patch series. There is no other interdependance of patches. Ashish Jangam (6): [MFD]: Core module of DA9052/53

RE: [PATCH 01/11] MFD: DA9052 MFD core module v8

2011-12-04 Thread Ashish Jangam
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Friday, December 02, 2011 7:33 PM > To: Ashish Jangam > Cc: a...@arndb.de; sa...@openedhand.com; linux-ker...@vger.kernel.org; > Dajun; linaro-dev@lists.linaro.org > Subject:

RE: [PATCH 01/11] MFD: DA9052 MFD core module v8

2011-12-02 Thread Ashish Jangam
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Thursday, November 24, 2011 5:36 PM > To: Ashish Jangam > Cc: a...@arndb.de; sa...@openedhand.com; linux-ker...@vger.kernel.org; > Dajun; linaro-dev@lists.linaro.org > Subj

RE: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-18 Thread Ashish Jangam
> -Original Message- > From: Paul Bolle [mailto:pebo...@tiscali.nl] > Sent: Friday, November 18, 2011 3:27 PM > To: Ashish Jangam > Cc: Mark Brown; a...@arndb.de; sa...@openedhand.com; linux- > ker...@vger.kernel.org; Dajun; linaro-dev@lists.linaro.org > Subject:

[PATCH 01/11] MFD: DA9052 MFD core module v8

2011-11-18 Thread Ashish Jangam
: Ashish Jangam Tested-by: Ying-Chun Liu (PaulLiu) --- Changes since v8: - Add read/write mask flag for SPI Changes since v7: - Replace ADC polling with interrupt mechanism - Move macros related to battery module IRQs to header file Changes since v6: - Move inlined device I/O functions to header

[PATCH 05/11] Regulator: DA9052/53 regulator support v5

2011-11-18 Thread Ashish Jangam
utput voltages are fully programmable via I2C or SPI interface. The platform data with regulation constraints is passed down from the board to the regulator. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam Tested-by: Ying-Chun Liu (PaulLiu) --- Changes since v5 - Modify Kconfig to describ

[PATCH 04/11] Power: DA9052 Battery driver v4

2011-11-18 Thread Ashish Jangam
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. Tested on Samsung SMDK6410 board with DA9052-BC and DA9053-BA evaluation boards. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v3 - Included

RE: Adding USB charge current property in the Linux Battery core

2011-11-09 Thread Ashish Jangam
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Wednesday, November 09, 2011 5:50 PM > To: Ashish Jangam > Cc: ba...@ti.com; linaro-dev@lists.linaro.org; linux- > ker...@vger.kernel.org; a...@arndb.de; eric.m...@linaro.org; Mark Brown; >

RE: Adding USB charge current property in the Linux Battery core

2011-11-09 Thread Ashish Jangam
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Wednesday, November 09, 2011 1:50 PM > To: Ashish Jangam > Cc: linaro-dev@lists.linaro.org; linux-ker...@vger.kernel.org; > a...@arndb.de; eric.m...@linaro.org; Mark Brown > Subject: Re: Addi

RE: [Patch 04/11]Power: DA9052 battery driver v4

2011-11-08 Thread Ashish Jangam
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Tuesday, November 08, 2011 3:53 PM > To: Ashish Jangam > Cc: linaro-dev@lists.linaro.org; c...@mail.ru; dw...@infradead.org; linux- > ker...@vger.kernel.org; Dajun > Subject: R

Re: [Patch 04/11]Power: DA9052 battery driver v4

2011-11-08 Thread Ashish Jangam
On Wed, 2011-10-19 at 19:48 +0530, Ashish Jangam wrote: > Driver for DA9052 battery charger. This driver depends on DA9052 MFD core > dirver > for definitions and methods. > > Signed-off-by: David Dajun Chen > Signed-off-by: Ashish Jangam > --- In case there are no rev

[PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-02 Thread Ashish Jangam
: Ashish Jangam --- Changes since v8: - Add read/write mask flag for SPI Changes since v7: - Replace ADC polling with interrupt mechanism - Move macros related to battery module IRQs to header file Changes since v6: - Move inlined device I/O functions to header file Changes since v5: - Inline device

[Patch 04/11]Power: DA9052 battery driver v4

2011-10-19 Thread Ashish Jangam
Driver for DA9052 battery charger. This driver depends on DA9052 MFD core dirver for definitions and methods. Signed-off-by: David Dajun Chen Signed-off-by: Ashish Jangam --- Changes since v3 - Included power_supply.h file - Corrected the definition of DA9052_BAT_THRESHOLD macro - Changed

[PATCH 1/11] MFD: DA9052 MFD core module v8

2011-10-19 Thread Ashish Jangam
: Ashish Jangam --- Changes since v7: - Replace ADC polling with interrupt mechanism - Move macros related to battery module IRQs to header file Changes since v6: - Move inlined device I/O functions to header file Changes since v5: - Inline device I/O - Unhandle IRQ return RQ_NONE - Remove register

RE: [Patch 5/11] Regulator: DA9052 regulator support v3

2011-10-07 Thread Ashish Jangam
> -Original Message- > From: Ying-Chun Liu (PaulLiu) [mailto:paul@linaro.org] > Sent: Friday, October 07, 2011 2:54 PM > To: Ashish Jangam > Cc: Mark Brown; Dajun; linaro-dev@lists.linaro.org; linux- > ker...@vger.kernel.org; l...@slimlogic.co.uk > Subject: Re: [

RE: LKML - Battery charge current issue

2011-09-19 Thread Ashish Jangam
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Monday, September 19, 2011 3:56 PM > To: Ashish Jangam > Subject: Re: LKML - Battery charge current issue > > On Mon, Sep 19, 2011 at 06:26:10AM +, Ashish Jangam wrote

RE: DA9053 LKML work

2011-08-09 Thread Ashish Jangam
let me know. Regards, Ashish > -Original Message- > From: Ying-Chun Liu (PaulLiu) [mailto:paul@linaro.org] > Sent: Monday, August 08, 2011 3:51 PM > To: Ashish Jangam > Subject: Re: DA9053 LKML work > > Hi Ashish, > > Do you have all of the latest link of

RE: [PATCH v3 01/11] MFD: DA9052 MFD core module

2011-08-09 Thread Ashish Jangam
> -Original Message- > From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] > Sent: Saturday, August 06, 2011 7:09 PM > To: Ashish Jangam > Cc: sa...@openedhand.com; linux-ker...@vger.kernel.org; Dajun; linaro- > d...@lists.linaro.org > Subject: Re: [PATCH

RE: [PATCH 07/11] Watchdog: DA9052 watchdog support v1

2011-07-25 Thread Ashish Jangam
> -Original Message- > From: Wim Van Sebroeck [mailto:w...@iguana.be] > Sent: Thursday, July 14, 2011 3:59 PM > To: Ashish Jangam > Cc: linux-ker...@vger.kernel.org; linux-watch...@vger.kernel.org; Dajun; > linaro-dev@lists.linaro.org > Subject: Re: [PATCH 07/11] Watc

RE: [PATCH 01/11] MFD: DA9052 MFD core module v2

2011-07-12 Thread Ashish Jangam
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, July 13, 2011 12:03 AM > To: Ashish Jangam > Cc: Mark Brown; sa...@openedhand.com; linux-ker...@vger.kernel.org; Dajun; > linaro-dev@lists.linaro.org > Subject: Re: [PATCH 01/11]

RE: [PATCH 01/11] MFD: DA9052 MFD core module v2

2011-07-11 Thread Ashish Jangam
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, July 05, 2011 8:25 PM > To: Ashish Jangam > Cc: Mark Brown; sa...@openedhand.com; linux-ker...@vger.kernel.org; Dajun; > linaro-dev@lists.linaro.org > Subject: Re: [PATCH 01/11] MFD: D

RE: [Patch 5/11] Regulator: DA9052 regulator support v2

2011-07-06 Thread Ashish Jangam
> -Original Message- > From: Tushar Behera [mailto:tushar.beh...@linaro.org] > Sent: Wednesday, July 06, 2011 2:41 PM > To: Ashish Jangam > Cc: Dajun; linaro-dev@lists.linaro.org; linux-ker...@vger.kernel.org; > l...@slimlogic.co.uk > Subject: Re: [Patch 5/11] Regula

RE: [PATCH 1/11] MFD: DA9052 MFD core module v1

2011-07-05 Thread Ashish Jangam
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, June 29, 2011 5:57 PM > To: Ashish Jangam > Cc: Mark Brown; sa...@openedhand.com; linux-ker...@vger.kernel.org; Dajun; > linaro-dev@lists.linaro.org > Subject: Re: [PATCH 1/11] MFD: D

RE: [PATCH 6/11] HWMON: DA9052 hwmon driver v2

2011-07-01 Thread Ashish Jangam
> -Original Message- > From: Guenter Roeck [mailto:guenter.ro...@ericsson.com] > Sent: Thursday, June 30, 2011 7:52 PM > To: Ashish Jangam > Cc: randy.dun...@oracle.com; linaro-dev@lists.linaro.org; dc...@diasemi.com; > linux-ker...@vger.kernel.org; lm-sens...@lm-sensors

Re: [PATCH 6/11] HWMON: DA9052 hwmon driver v1

2011-06-29 Thread Ashish Jangam
On Tue, 2011-06-28 at 23:05 +0530, Guenter Roeck wrote: > On Tue, 2011-06-28 at 10:24 -0400, ashish jangam wrote: > > +static ssize_t da9052_read_vddout(struct device *dev, > > + struct device_attribute *devattr, char > > *buf) >

RE: Meeting request

2011-06-22 Thread Ashish Jangam
> -Original Message- > From: eric.y.m...@gmail.com [mailto:eric.y.m...@gmail.com] On Behalf Of Eric > Miao > Sent: Wednesday, June 22, 2011 2:47 PM > To: Ashish Jangam > Cc: Ying-Chun Liu (PaulLiu); Steve Cozens; linaro-dev@lists.linaro.org; Mark > Brown; Dajun Che

RE: Meeting request

2011-06-22 Thread Ashish Jangam
> -Original Message- > From: eric.y.m...@gmail.com [mailto:eric.y.m...@gmail.com] On Behalf Of Eric > Miao > Sent: Tuesday, June 21, 2011 6:55 PM > To: Ashish Jangam > Cc: Ying-Chun Liu (PaulLiu); eric.m...@linaro.org; Steve Cozens; linaro- > d...@lists.linaro.org; M

RE: Meeting request

2011-06-21 Thread Ashish Jangam
> -Original Message- > From: eric.y.m...@gmail.com [mailto:eric.y.m...@gmail.com] On Behalf Of Eric > Miao > Sent: Tuesday, June 21, 2011 5:52 PM > To: Ashish Jangam > Cc: Ying-Chun Liu (PaulLiu); eric.m...@linaro.org; Steve Cozens; linaro- > d...@lists.linaro.org; M

RE: Meeting request

2011-06-21 Thread Ashish Jangam
> -Original Message- > From: eric.y.m...@gmail.com [mailto:eric.y.m...@gmail.com] On Behalf Of Eric > Miao > Sent: Tuesday, June 21, 2011 3:28 PM > To: Ashish Jangam; Ying-Chun Liu (PaulLiu) > Cc: eric.m...@linaro.org; Steve Cozens; linaro-dev@lists.linaro.org; Mark &

Meeting request

2011-06-21 Thread Ashish Jangam
Hi Eric, I recently saw your mail to Dajun, on your people eagerness to get the patches upstream soon. We also hold the same vision to get the patches upstream as quick as possible. In this regard we like to have a discussion so please let us know your convenient time. Please note that as of n