-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The following changes since commit 8c23f406c6d86808726ace580657186bc3b44587:
Linus Torvalds (1):
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
are available in the git repository at:
git://github.com/gxt/linux.git unicore32
Al Viro (2)
> Some of the boilerplate code can be eliminated by using this macro. The
> driver was previously registered with an arch_initcall(), so technically
> this is no longer the same, but when the driver is moved to the PWM
> framework, deferred probing will take care of any driver probe ordering
> issu
> Calling the actual probing function through a proxy isn't required and
> makes the code needlessly complex.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/kernel/pwm.c | 23 ++-
> 1 file c
> This commit moves the driver to drivers/pwm and converts it to the new
> PWM framework.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/Kconfig | 12 +--
> arch/unicore32/kernel/Makefile | 1 -
> ar
> This commit uses the managed resource allocation functions to simplify
> the cleanup paths on error and removal.
>
> Signed-off-by: Thierry Reding
Tested-by: Qin Rui
Acked-by: Guan Xuetao
Thanks & Regards,
Guan Xuetao
> ---
> arch/unicore32/kernel/pwm.c | 47
> +
> On Sat, Sep 22, 2012 at 10:56:30AM +0800, guanxue...@mprc.pku.edu.cn
> wrote:
>> > Some of the boilerplate code can be eliminated by using this macro.
>> The
>> > driver was previously registered with an arch_initcall(), so
>> technically
>> > this is no longer the same, but when the driver is mo
> On Sat, Sep 22, 2012 at 10:56:30AM +0800, guanxue...@mprc.pku.edu.cn
> wrote:
>> > Some of the boilerplate code can be eliminated by using this macro.
>> The
>> > driver was previously registered with an arch_initcall(), so
>> technically
>> > this is no longer the same, but when the driver is mo
> Including from prevents
> cacheflush.h being able to use I/O functions like readl and writel due
> to circular include dependencies. It doesn't appear as if anything from
> cacheflush.h is actually used by the generic io.h, so remove the
> include.
>
> I've compile tested a defconfig compilatio
> This config item has not carried much meaning for a while now and is
> almost always enabled by default. As agreed during the Linux kernel
> summit, remove it.
>
> CC: Guan Xuetao
> Signed-off-by: Kees Cook
Thanks. I will push it in my tree.
Acked-by: Guan Xuetao
> ---
> arch/unicore32/Kco
The following changes since commit e657e078d3dfa9f96976db7a2b5fd7d7c9f1f1a6:
Linus Torvalds (1):
Merge git://git.kernel.org/.../davem/net
are available in the git repository at:
git://github.com/gxt/linux.git unicore32
Al Viro (2):
unicore32: switch to generic kernel_thread()/k
> Instead of writing to the timer controller registers by dereferencing a
> pointer to the memory location, properly remap the memory region with a
> call to ioremap_nocache() and access the registers using writel().
>
> Signed-off-by: Thierry Reding
> ---
> arch/unicore32/kernel/pwm.c | 25 +
> This commit adds support for the common clock framework to the Unicore32
> architecture.
>
> Signed-off-by: Thierry Reding
This patch can't work.
Could you disintegrate it into several small patches, so I could check it
out.
Thanks,
Guan Xuetao
> ---
> arch/unicore32/Kconfig |
> On Fri, Oct 19, 2012 at 04:43:09PM +0800, Guan Xuetao wrote:
>> From: Al Viro
>>
>> Signed-off-by: Al Viro
>> Acked-and-Tested-by: Guan Xuetao
>
> You mean, it worked modulo obvious missing ')'? Wow... OK, merged
> into signal.git#for-next, obviously in no-rebase mode (as the matter
> of fact
> The purpose of iterating a vmlist is finding vm area with specific
> virtual address. find_vm_area() is provided for this purpose
> and more efficient, because it uses a rbtree.
> So change it.
>
> Cc: Chris Metcalf
> Cc: Guan Xuetao
> Cc: Thomas Gleixner
> Cc: Ingo Molnar
> Cc: "H. Peter Anv
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The following changes since commit 0e4a43ed08e2f44aa7b96aa95d0a540d675483e1:
Linus Torvalds (1):
Merge git://git.kernel.org/.../steve/gfs2-3.0-fixes
are available in the git repository at:
git://github.com/gxt/linux.git unicore32
Al Viro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The following changes since commit 0e4a43ed08e2f44aa7b96aa95d0a540d675483e1:
Linus Torvalds (1):
Merge git://git.kernel.org/.../steve/gfs2-3.0-fixes
are available in the git repository at:
git://github.com/gxt/linux.git ..BRANCH.NOT.VERIF
> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao
> wrote:
>>
>> git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..
>
> Let's try that again. With you checking what you send me. I hope
> there's a signed tag somewhere, but the above certainly isn'
> Sorry I have no compilers for build testing these changes, however the
> risk looks low and it's much better than to leave the arch broken,
> considering that Eric will do atomic64_t in the core fs/namespace.c code.
>
> CC: "Eric W. Biederman"
> Signed-off-by: Fengguang Wu
It looks ok for unico
> Follow bd2f5536 (sched/rt: Use schedule_preempt_disabled()).
>
> Cc: Thomas Gleixner
> Cc: Peter Zijlstra
> Cc: Ingo Molnar
> Signed-off-by: Tobias Klauser
Thanks.
Signed-off-by: Guan Xuetao
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a messa
> From: Rafael J. Wysocki
>
> Make the PKUnity-v3 SoC I2C controller driver define its suspend
> callback through a struct dev_pm_ops object rather than by using
> a legacy PM hook in struct platform_driver. The empty resume
> callback is not necessary, so remove it.
>
> Signed-off-by: Rafael J.
> From: Steven Rostedt
>
> All the headers but kvm_para.h use the Kbuild infrastructure to
> get to the asm-generic headers.
I merged the uapi patch for unicore32.
In that patch, kvm_para.h was moved to
arch/unicore32/include/uapi/asm/kvm_para.h.
Anyway, I'd like to apply this patch based on uapi
> Use the new vsprintf extension to avoid any possible
> message interleaving.
>
> Signed-off-by: Joe Perches
Sorry for my last email, which should not reply all.
Acked-by: Guan Xuetao
> ---
> arch/unicore32/kernel/process.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
>
Hi Linus,
This is unicore32 pull request for v3.16-rc1.
This pull request includes bugfixes to make unicore32 successfully build under
defconfig,
and some changes for allmodconfig (though not finished).
Please pull tags/for-linus with following updates.
Thanks.
Xuetao Guan
-BEGIN PGP SIG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The following changes since commit f2159d1e99612ceb94bf9a2dc2fbca409d828b1b:
Linus Torvalds (1):
Merge tag 'sound-3.15-rc8' of git://git.kernel.org/.../tiwai/sound
are available in the git repository at:
git://github.com/gxt/linux.git uni
Hi Linus,
This is unicore32 pull request for v3.15-rc8.
This pull request includes bugfixes to make unicore32 successfully build under
defconfig,
and some changes for allmodconfig (though not finished).
Please pull tags/for-linus with following updates.
Thanks and Regards,
Xuetao Guan
The fol
Hi Linus,
This is unicore32 pull request for v3.15-rc8.
This pull request includes bugfixes to make unicore32 successfully build under
defconfig,
and some changes for allmodconfig (though not finished).
Please pull tags/for-linus with following updates. I hope it works this time.
Thanks for yo
26 matches
Mail list logo