On Thu, Oct 1, 2015 at 2:24 PM, Arnd Bergmann wrote:
> On Thursday 01 October 2015 13:02:46 Pankaj Jangra wrote:
>> In android system, after system is running for long time say 10 hour,
>> some time i am hitting below
>> traces:
>>
>> init[1]: undefined instruc
In android system, after system is running for long time say 10 hour,
some time i am hitting below
traces:
init[1]: undefined instruction: pc=00401624
Code: 1a9f00c2 aa1703e0 2a1603e1 9400e1bf (6b1f001f)
Kernel panic - not syncing: Attempted to kill init! exitcode=0x0004
CPU: 0 PID:
Hi,
On Thu, Jul 11, 2013 at 10:25 AM, Chanwoo Choi wrote:
> This patch fix typo (sorce -> source)
>
> Signed-off-by: Chanwoo Choi
> ---
> include/linux/pm_wakeup.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Looks Good.
Regards,
Pankaj Jangra
--
To un
if (!cpufreq_debugfs)
> + pr_debug("creating debugfs root failed\n");
> +
> return 0;
> }
> core_initcall(cpufreq_core_init);
> diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
> index 037d36a..825f379 100644
> --- a/i
nged, 1 insertions(+), 1 deletions(-)
Appropriate change.
Reviewed-by: Pankaj Jangra
Regards,
Pankaj Jangra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordom
> Signed-off-by: Sachin Kamat
> ---
> drivers/clk/clk.c |2 +-
Looks good to me.
Reviewed-by: Pankaj Jangra
Regards,
Pankaj Jangra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordo
Hi,
On Thu, Sep 27, 2012 at 12:20 AM, Stephen Boyd wrote:
> On 09/26/12 11:47, Pankaj Jangra wrote:
>> Hi Stephen,
>>
>> On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote:
>>
>>> -static int pc_clk_set_rate(unsigned id, unsigned rate)
>>>
Hi,
On Wed, Sep 26, 2012 at 11:48 PM, Stephen Boyd wrote:
> On 09/26/12 10:51, Pankaj Jangra wrote:
>> On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote:
>>> diff --git a/arch/arm/mach-msm/devices-msm7x30.c
>>> b/arch/arm/mach-msm/devices-msm7x30.c
>>> ind
On Thu, Sep 27, 2012 at 12:18 AM, Stephen Boyd wrote:
> On 09/26/12 09:58, Pankaj Jangra wrote:
>> On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote:
>>> diff --git a/drivers/usb/otg/msm_otg.c b/drivers/usb/otg/msm_otg.c
>>> index 9f5fc90..2ae0639 100644
>>
_rate(unsigned id, unsigned rate)
> -{
> - int rc = msm_proc_comm(PCOM_CLKCTL_RPC_MAX_RATE, &id, &rate);
and else here i think for the MIN_FLAG if check.
> + rc = msm_proc_comm(PCOM_CLKCTL_RPC_SET_RATE, &id, &rate);
> if (rc < 0)
>
k code to a platform driver. The data
> describing the struct clks still live in the devices-$ARCH file,
> but the clock initialization is done at driver binding time.
>
> Cc: Saravana Kannan
> Signed-off-by: Stephen Boyd
> ---
Reviewed-by: Pankaj Jangra
> arch/arm/ma
Hi
On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote:
> This file is not used outside of the two users in the clock-7x30
> array. Those two clocks are virtual "source" clocks that don't
> really need to exist outside of the clock driver. Let's remove
> them from the array, since they're not doi
a.o
> +obj-$(CONFIG_ARCH_MSM7X30) += dma.o
> +obj-$(CONFIG_ARCH_QSD8X50) += dma.o
> +
I did not understand what is the need of this change in Makefile?
--
Pankaj Jangra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@
rom
the interrupt context. If that is case then its not appropriate to
call clk_prepare/unprepare here right? or my understanding is not correct
--
Pankaj Jangra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...
Hi Mike,
On Thu, Aug 16, 2012 at 5:13 AM, Mike Turquette wrote:
> The global prepare_lock mutex prevents concurrent operations in the clk
> api. This incurs a performance penalty when unrelated clock subtrees
> are contending for the lock.
>
> Additionally there are use cases which benefit from
el/smp_twd.c | 13 +++--
> 3 files changed, 8 insertions(+), 24 deletions(-)
>
Reviewed-by: Pankaj Jangra
Regards,
Pankaj Jangra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
16 matches
Mail list logo