First  |  Prev |  Next  |  Last
Pages: 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967
[PATCH v3] RTC: Add JZ4740 RTC driver
This patch adds support for the RTC unit on JZ4740 SoCs. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Alessandro Zummo <a.zummo(a)towertech.it> Cc: Paul Gortmaker <p_gortmaker(a)yahoo.com> Cc: rtc-linux(a)googlegroups.com -- Changes since v1 - Use dev_get_drvdata directly instead of wrapping it in dev_t... 19 Jun 2010 22:10
[PATCH 2/4] procfs: kill the global proc_mnt variable
After the previous cleanup in proc_get_sb() the global proc_mnt has no reasons to exists, kill it. Signed-off-by: Oleg Nesterov <oleg(a)redhat.com> --- fs/proc/internal.h | 1 - fs/proc/inode.c | 2 -- fs/proc/root.c | 5 +++-- 3 files changed, 3 insertions(+), 5 deletions(-) --- 35-rc3/fs/... 19 Jun 2010 15:40
[PATCH 0/4] pid_ns_prepare_proc/unshare cleanups
On 06/18, Oleg Nesterov wrote: I only try to discuss the idea to break the circular reference. I don't know what I have missed, but this looks really right to me. Besides, we have yet another problem: proc_flush_task()->mntput() is just wrong. Consider the multithreaded execing init. I am going to simplif... 19 Jun 2010 15:40
[PATCH 3/4] procfs: move pid_ns_prepare_proc() from copy_process() to create_pid_namespace()
Imho, pid_ns_prepare_proc() in copy_process() looks very ugly. Now that pid_ns_prepare_proc()->proc_get_sb() does not depend on the first alloc_pid(), we can move this code into create_pid_namespace(). This looks much more clean to me, and in theory more correct in case we ever implement sys_unshare(CLONE_NEWPI... 19 Jun 2010 15:40
[PATCH 1/4] procfs: proc_get_sb: consolidate/cleanup root_inode->pid logic
Depending on whether it is called by the init_pid_ns or not, proc_get_sb() does different things to initialize PROC_I(s_root->d_inode)->pid, and both look ugly, imho. - init_pid_ns tries to initialize ->pid every time proc_get_sb() is called, and we check the global proc_mnt != NULL to ensure proc_get_sb() w... 19 Jun 2010 15:40
Help in understanding the tasklets
After reading some of the books and the codes here is my understanding about the tasklet_action function the function statrs some thing like this 1. If the tasklet is not running in another processor set the Bit TASKLET_STATE_RUN; ��� <<if (tasklet_trylock(t))>> 2. clear the TASKLET_STATE_SCHED bit;������ <<if... 23 Jun 2010 18:25
[PATCH 2/6 v2]kernel:audit.c Fix warning: variable 'nlh' set but not used
This is a resend from the original due to some whitespace issues, and done incorrectly. The below patch fixes this warning from gcc 4.6.0 CC kernel/audit.o kernel/audit.c: In function 'audit_buffer_alloc': kernel/audit.c:1044:19: warning: variable 'nlh' set but not used Signed-off-by: Justin P. Matto... 19 Jun 2010 14:34
USB: Add JZ4740 ohci support
On Sat, Jun 19, 2010 at 07:08:24AM +0200, Lars-Peter Clausen wrote: This patch adds ohci glue code for JZ4740 SoCs ohci module. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> Cc: David Brownell <dbrownell(a)users.sourceforge.net> Cc: linux-usb(a)vger.kernel.or... 19 Jun 2010 14:34
[PATCH 3/3 v2] msm: 8x50: add gpio device configuration.
Add device configuration and board-init for gpio support on the QSD8x50. Signed-off-by: Gregory Bean <gbean(a)codeaurora.org> --- arch/arm/mach-msm/board-qsd8x50.c | 27 +++++++++++++++++++++++++-- arch/arm/mach-msm/devices-qsd8x50.c | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions... 19 Jun 2010 13:27
[PATCH 0/3 v2] msm: Add gpiolib devices to MSM7x30 and QSD8x50.
Hi folks: Here is a proposed patch series which adds the configuration and devices needed to enable gpiolib on the MSM7x30 and QSD8x50 chipsets. Thanks, G Gregory Bean (3): msm: Add gpio register address mapping information. msm: 7x30: Add gpio device configuration. msm: 8x50: add gpio device conf... 19 Jun 2010 13:27
First  |  Prev |  Next  |  Last
Pages: 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967