Quantcast
Channel: Serverphorums.com
Browsing all 23908 articles
Browse latest View live

[SPAM] 如何驾驭客户与从而建立牢固的关系

客户关系管理与关键客户分析——课程简介 【时间地点】2015年8月29-30上海 12月5-6深圳 12月12-13上海 12月19-20北京 【参加对象】销售经理和总监、市场营销经理、全国范围和区域销售经理、业务发展经理、产品经理以及其他领域的管理人员。 【授课方式】讲师讲授 + 视频演绎 + 案例研讨 +角色扮演 + 讲师点评 【学习费用】 三千八百元/两天/一人...

View Article


linux-next: manual merge of the kvm-ppc tree with the tip tree

Hi Alexander, Today's linux-next merge of the kvm-ppc tree got a conflict in: arch/powerpc/kvm/book3s_hv.c between commit: c56dadf39761 ("sched/preempt, powerpc, kvm: Use need_resched() instead of...

View Article


[PATCH-v5 RESEND 0/5] i2c: pxa: Add support for PXA910 family of device

Sorry for not following up on this aggressively, was quit busy with some other stuff. Resending this patch with Robert's Tested-By. This patch-series is subset of the original patch-series, submitted...

View Article

[PATCH-v5 RESEND 1/5] Documentation: binding: add new property...

Driver will now supports enable/disable across msg xfer, which user can control it by new DT property - i2c-disable-after-xfer : If set, driver will disable I2C module after msg xfer and enable it...

View Article

[PATCH-v5 RESEND 2/5] i2c: pxa: enable/disable i2c module across msg xfer

From: Yi Zhang <yizhang@marvell.com> Enable i2c module/unit before transmission and disable when it finishes. why? It's because the i2c bus may be disturbed if the slave device, typically a...

View Article


[PATCH-v5 RESEND 4/5] Documentation: binding: add sclk adjustment properties...

With addition of PXA910 family of devices, the TWSI module supports new feature which allows us to adjust SCLK. i2c-pxa driver takes input configuration in nsec and converts it to respective...

View Article

[PATCH-v5 RESEND 5/5] i2c: pxa: Add ILCR (tLow & tHigh) configuration support

With addition of PXA910 family of devices, the TWSI module supports SCL clock adjustment using ILCR register. This patch enables the control and configuration of ICLR through DT properties,...

View Article

[PATCH-v5 RESEND 3/5] i2c: pxa: Add support for pxa910/988 & new...

TWSI_ILCR & TWSI_IWCR registers are used to adjust clock rate of standard & fast mode in pxa910/988; so this patch adds these two new entries to "struct pxa_reg_layout" and "struct pxa_i2c"....

View Article


RE: [PATCH 3/8][v3]usb:fsl:otg: Add support to add/remove usb host driver

> -----Original Message----- > From: Alan Stern [mailto:stern@rowland.harvard.edu] > Sent: Thursday, August 20, 2015 7:40 PM > To: Mehresh Ramneek-B31383...

View Article


Re: [PATCH 14/18] ARM: sunxi: use const and __initconst for smp_operations

On Mon, Aug 24, 2015 at 01:36:14PM +0900, Masahiro Yamada wrote: > The smp_operations structure is not over-written, so add const > qualifier and replace __initdata with __initconst. > >...

View Article

Re: [PATCH block/for-linus] writeback: fix syncing of I_DIRTY_TIME inodes

On Mon, Aug 24, 2015 at 11:18:16AM +0800, Eryu Guan wrote: > On Mon, Aug 24, 2015 at 11:11:23AM +1000, Dave Chinner wrote: > > > > Eryu, can you change the way you run the event trace...

View Article

[PATCH] Fix bug in iommu_context_addr: Always get pointer to lower...

Hi David & joerg, In iommu_context_addr() function, we always use lower extended-context-table even though upper-half of the extended root-entry is present. Signed-off-by: Nan Xiao...

View Article

Re: [PATCH] doc: dt: Add interrupt parent to Xilinx AXI DMA instantation...

On 08/21/2015 06:32 PM, Moritz Fischer wrote: > This patch adds 'interrupt-parent' properties to the instantation example in > the docs for the devicetree bindings of the Xilinx AXI DMA driver....

View Article


Re: [PATCH-v6 0/6] mfd: 88pm800: Add Device tree support

On Tuesday 14 July 2015 12:27 AM, Vaibhav Hiremath wrote: > > > On Wednesday 08 July 2015 05:56 PM, Vaibhav Hiremath wrote: >> This patch-series adds support for Device tree to 88PM800...

View Article

Re: [PATCH RESEND] sched/nohz: Affine unpinned timers to housekeepers

* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote: > > here it's fully set - triggering the bug I'm worried about. So what am I > > missing, what prevents CONFIG_NO_HZ_FULL_ALL...

View Article


Re: [PATCH] x86/math-emu: Add support for FCMOVcc and F[U]COMI[P] insns

* Denys Vlasenko <dvlasenk@redhat.com> wrote: > I propose the table to be commented like shown below: > > /*Opcode: d8 d9 da db dc dd de df */ > /*c0..f*/ fadd__, fld_i_, fcmovb,...

View Article

Re: [PATCH v2] x86/entry/32: Remove duplicate initialization of tss.ss1

* Andy Lutomirski <luto@amacapital.net> wrote: > On Sun, Aug 23, 2015 at 4:26 AM, Ingo Molnar <mingo@kernel.org> wrote: > > > > * Andy Lutomirski <luto@kernel.org>...

View Article


Re: Build failure due to Intel PT

On 24/08/15 23:04, Arnaldo Carvalho de Melo wrote: > Em Mon, Aug 24, 2015 at 11:51:31AM -0700, Sukadev Bhattiprolu escreveu: >> >> I am trying to build perf tool on Powerpc and get...

View Article

Re: [PATCH] arch/sh: provide unified syscall trap compatible with all SH models

On Tue, Aug 25, 2015 at 09:18:44AM +0200, Geert Uytterhoeven wrote: > Hi Rich, > > On Tue, Aug 25, 2015 at 5:03 AM, Rich Felker <dalias@libc.org> wrote: > > From: Rich Felker...

View Article

[RESEND PATCH v16 0/4] ARM: rk3288: Add PM Domain support

Add power domain drivers based on generic power domain for Rockchip platform, and support RK3288 SoCs. Verified on url = https://chromium.googlesource.com/chromiumos/third_party/kernel/+/v3.14...

View Article
Browsing all 23908 articles
Browse latest View live