Since now xusbxti clock's default rate is set in clock.c file,
there is no need to set it again in the machine file.
Signed-off-by: Pankaj Dubey
---
arch/arm/mach-s5pv210/mach-goni.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s5pv210/mach-goni.c
b/arc
Since now xusbxti clock's default rate is set in clock.c file,
there is no need to set it again in the machine file.
Signed-off-by: Pankaj Dubey
---
arch/arm/mach-exynos/mach-nuri.c |1 -
arch/arm/mach-exynos/mach-origen.c |1 -
arch/arm/mach-exynos/mach-smdk4x12.c |2 --
arch/
From: Pankaj
Initialize xusbxti clock's default value here.
So that code duplication in all other mach-board.c can be avoided.
Signed-off-by: Pankaj Dubey
---
arch/arm/plat-s5p/clock.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm
Since there is code duplication in different mach-board.c file it is better
to set default clock rate of xusbxti clock in plat-s5p/clock.c file.
The patches are based on following commit on Kukjin's for-next branch.
Pankaj (1):
ARM: S5P: Set default rate of xusbxti clock
Pankaj Dubey (2):
AR
Hi Jingoo,
On Tuesday 29 November 2011 09:17 AM, Jingoo Han wrote:
[ snip ]
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c
b/arch/arm/mach-s5pv210/mach-smdkv210.c
[ snip ]
@@ -308,6 +310,8 @@ static void __init smdkv210_machine_init(void)
samsung_bl_set(&smdkv210_bl_gpio_info,&sm
On Fri, Dec 02, 2011 at 09:35:44AM +0900, Kyungmin Park wrote:
> I'm not sure what's the next step at s3c64xx for generic power domain.
> Related with exysno4 series, it's helpful to read following threads.
> http://68.183.106.108/lists/linux-pm/msg26291.html
> "I don't think we should control/ga
Hi Mark,
I'm not sure what's the next step at s3c64xx for generic power domain.
Related with exysno4 series, it's helpful to read following threads.
http://68.183.106.108/lists/linux-pm/msg26291.html
"I don't think we should control/gate the clocks with regarding power
domain" from Mr. Kim
Thank
On Thu, Dec 01, 2011 at 09:37:07PM +0100, Rafael J. Wysocki wrote:
> On Thursday, December 01, 2011, Mark Brown wrote:
> > Saves a tiny amount of code.
> How so?
It saves source code size when we get the second user, by itself you're
right it doesn't achieve anything (except avoiding redundancy o
Kukjin Kim wrote:
> Subject: RE: [PATCH 3/3] USB: Add S5P OHCI diver
>
> Jingoo Han wrote:
> >
> > This patch adds USB OHCI driver for Samsung S5P SoCs.
> >
> > Signed-off-by: Jingoo Han
> > ---
> > drivers/usb/Kconfig |1 +
> > drivers/usb/host/Kconfig|6 +
> > drivers/usb/h
Hi,
On Thursday, December 01, 2011, Mark Brown wrote:
> Saves a tiny amount of code.
How so?
> Signed-off-by: Mark Brown
> ---
> arch/arm/mach-shmobile/pm-sh7372.c | 43 +--
> 1 files changed, 2 insertions(+), 41 deletions(-)
>
> diff --git a/arch/arm/mach-sh
On Thu, Dec 01, 2011 at 04:29:17PM +0900, Kukjin Kim wrote:
> Anyway, that touches many Samsung stuff so it would be better if you could
> create separate topic branch which can be merged into Samsung tree. And if
> required, please add my ack on them.
Yes, I use topic-branches a lot :) This will
The S3C64xx SoCs contain a set of gateable power domains which can be
enabled and disabled at runtime in order to save power. Use the generic
power domain code to implement support for these in software, enabling
runtime control of most domains:
- ETM (not supported in mainline).
- Domain G: 3D
Saves a tiny amount of code.
Signed-off-by: Mark Brown
---
arch/arm/mach-shmobile/pm-sh7372.c | 43 +--
1 files changed, 2 insertions(+), 41 deletions(-)
diff --git a/arch/arm/mach-shmobile/pm-sh7372.c
b/arch/arm/mach-shmobile/pm-sh7372.c
index adf1765..5f7d57
Since systems are likely to have power domains that can't be turned off
for various reasons at least temporarily while implementing power domain
support provide a default governor which will always refuse to power off
the domain, saving platforms having to implement their own.
Since the code is so
> -Original Message-
> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-
> ow...@vger.kernel.org] On Behalf Of Girish K S
> Sent: Thursday, December 01, 2011 7:48 PM
> To: Subhash Jadavani
> Cc: linux-...@vger.kernel.org; patc...@linaro.org; linux-samsung-
> s...@vger.kernel.org; C
On 01/12/11 15:24, Axel Lin wrote:
> Fix below build error:
> CC arch/arm/mach-exynos/cpu.o
> arch/arm/mach-exynos/cpu.c: In function 'exynos4_init_irq':
> arch/arm/mach-exynos/cpu.c:245: error: 'gic_bank_offset' undeclared (first
> use in this function)
> arch/arm/mach-exynos/cpu.c:245: er
Trivial fix to fix below build error:
CC arch/arm/mach-exynos/mach-universal_c210.o
arch/arm/mach-exynos/mach-universal_c210.c:24: error: expected identifier or
'(' before '<' token
Signed-off-by: Axel Lin
---
arch/arm/mach-exynos/mach-universal_c210.c |2 +-
1 files changed, 1 inse
Fix below build error:
CC arch/arm/mach-exynos/cpu.o
arch/arm/mach-exynos/cpu.c: In function 'exynos4_init_irq':
arch/arm/mach-exynos/cpu.c:245: error: 'gic_bank_offset' undeclared (first use
in this function)
arch/arm/mach-exynos/cpu.c:245: error: (Each undeclared identifier is reported
o
On Thu, Dec 1, 2011 at 4:05 PM, Kukjin Kim wrote:
> Amit Daniel Kachhap wrote:
>>
>> This patch adds remove_irq in place of disable_irq which is
>> correct equivalent function for setup_irq used in
>> exynos4_mct_tick_init.
>>
>> Signed-off-by: Amit Daniel Kachhap
>> Tested-by: Inderpal Singh
>>
On 1 December 2011 16:27, Subhash Jadavani wrote:
>
>
>> -Original Message-
>> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-
>> ow...@vger.kernel.org] On Behalf Of Girish K S
>> Sent: Thursday, December 01, 2011 3:58 PM
>> To: Subhash Jadavani
>> Cc: linux-...@vger.kernel.org; p
I found the problem it was a merging error when I rebased my patch for
my RS485 addition to the UART driver.
I am however still having issues with the frame buffer displaying
horizontal doted lines that shift the next pixels down by a number of
pixels when certain colors are displayed.
Thanks,
Pa
> Maya Erez wrote:
>> >> >> On Wed, Nov 2, 2011 at 1:33 PM, Seungwon Jeon
>>
>> >> wrote:
>> >> >> > @@ -980,12 +988,67 @@ static int mmc_blk_err_check(struct
>> mmc_card
>> >> *card,
>> >> >> > if (!brq->data.bytes_xfered)
>> >> >> > return MMC_BLK_RETRY;
>> >> >> >
>> >> >>
This patch adds MDMA platform data and enables MDMA for DMA memcpy operation
Signed-off-by: Boojin Kim
---
arch/arm/mach-exynos/clock.c |8 +
arch/arm/mach-exynos/dma.c | 35
arch/arm/mach-exynos/include/mach/irqs.h |
This patch adds USB OTG gadget device support to SMDKV210 board,
which can support USB high-speed gadget drivers.
Signed-off-by: Jingoo Han
---
arch/arm/mach-s5pv210/Kconfig |1 +
arch/arm/mach-s5pv210/mach-smdkv210.c |4
2 files changed, 5 insertions(+), 0 deletions(-)
dif
> -Original Message-
> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-
> ow...@vger.kernel.org] On Behalf Of Girish K S
> Sent: Thursday, December 01, 2011 3:58 PM
> To: Subhash Jadavani
> Cc: linux-...@vger.kernel.org; patc...@linaro.org; linux-samsung-
> s...@vger.kernel.org; C
Amit Daniel Kachhap wrote:
>
> This patch adds remove_irq in place of disable_irq which is
> correct equivalent function for setup_irq used in
> exynos4_mct_tick_init.
>
> Signed-off-by: Amit Daniel Kachhap
> Tested-by: Inderpal Singh
> ---
> arch/arm/mach-exynos/mct.c |6 +-
> 1 files
Pankaj Dubey wrote:
>
> Many drivers will fail to compile if compiled as module due to
> undefined symbol exynos4_ioremap.
> Fix has been added by exporting the same in cpu.c file.
>
> Signed-off-by: Pankaj Dubey
> ---
> arch/arm/mach-exynos/cpu.c |2 ++
> 1 files changed, 2 insertions(+),
On 1 December 2011 15:33, Subhash Jadavani wrote:
> Hi Girish,
>
>> -Original Message-
>> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-
>> ow...@vger.kernel.org] On Behalf Of Girish K S
>> Sent: Wednesday, November 30, 2011 2:24 PM
>> To: linux-...@vger.kernel.org
>> Cc: patc...
Greg KH wrote:
>
> On Mon, Nov 21, 2011 at 11:57:16AM +, Jingoo Han wrote:
> > > -Original Message-
> > > From: Greg KH [mailto:g...@kroah.com]
> > > Sent: Friday, November 18, 2011 4:12 AM
> > > To: Jingoo Han
> > > Cc: linux-arm-ker...@lists.infradead.org; linux-...@vger.kernel.org;
Jingoo Han wrote:
>
> This patch adds USB OHCI driver for Samsung S5P SoCs.
>
> Signed-off-by: Jingoo Han
> ---
> drivers/usb/Kconfig |1 +
> drivers/usb/host/Kconfig|6 +
> drivers/usb/host/ohci-hcd.c |5 +
> drivers/usb/host/ohci-s5p.c | 273
>
Hi Girish,
> -Original Message-
> From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc-
> ow...@vger.kernel.org] On Behalf Of Girish K S
> Sent: Wednesday, November 30, 2011 2:24 PM
> To: linux-...@vger.kernel.org
> Cc: patc...@linaro.org; linux-samsung-soc@vger.kernel.org;
> subha...@c
Signed-off-by: MyungJoo Ham
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/mach-nuri.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c
index 236bbe1..4cef1fb 100644
--- a/arch/arm/mach-exynos/mac
Support varying voltages:
- GPIODVS for Buck2 is removed.
- Voltage ragne for Buck2 is widen.
Support Buck2 regulator for Exynos4210-bus devfreq driver:
- Added device name for buck2 regulator
- Added exynos4210-busfreq platform device fro Nuri board.
Signed-off-by: MyungJoo Ham
Signed-off-by: K
Exynos4210-memorybus device driver add DVFS capability for
Exynos4210-Bus (memory). The driver monitors PPMU counters of memory
controllers and adjusts operating frequencies and voltages with OPP.
Dependency (CONFIG_EXYNOS_ASV):
Exynos4210 ASV driver has been posted in the mailing list; however, i
- Add DMC1
- Enlarge address space for DMC from 4k to 64k so that PPMU registers
may be accessed.
Signed-off-by: MyungJoo Ham
Signed-off-by: Kyungmin Park
---
arch/arm/mach-exynos/cpu.c |7 ++-
arch/arm/mach-exynos/include/mach/map.h |1 +
2 files changed, 7 insertion
This patchset adds DVFS (Dynamic Voltage and Frequency Scaling)
capability to Exynos4210 memory-bus and vdd_int of the SoC.
The Exynos4210 Bus Devfreq driver uses PPMU counters of memory
controllers (DMC0/DMC1 of Exynos4210), and adjusts OPP based on
the current load.
In other to support Exynos42
36 matches
Mail list logo