Re: [PHP-DEV] RFE to allow dirname($foo, 2)
Le 22/07/2015 20:57, Marco Pivetta a écrit : > On 22 July 2015 at 19:49, Sara Golemon <pollita@php.net > <mailto:pollita@php.net>> wrote: > > On Wed, Jul 22, 2015 at 4:55 AM,...
View Article[PATCH 5/5] staging: rtl8712: style fix:
change instances SupportedRates to compliant and sane "rates" This change in no way harms readability, and brings several lines under the 80 character limit. Signed-off-by: Joshua Clayton...
View Article[PATCH 3/5] staging: rtl8712: remove duplicate struct
struct ndis_wlan_bssid_ex is a dopelganger of struct wlan_bssid_ex, and is used about a third as often Switch all instances to wlan_bssid_ex This also gets rid of a use of typedef NDIS_802_11_RATES_EX...
View ArticleRe: [PATCH 1/2] mailbox: switch to hrtimer for tx_complete polling
On Wed, Jul 22, 2015 at 5:58 PM, Sudeep Holla <sudeep.holla@arm.com> wrote: > we might end-up waiting > for atleast a jiffy even though the response for that message from the > remote...
View ArticleRe: haproxy can't bind to mysql port
On Fri, Jul 24, 2015 at 1:46 PM, Tim Dunphy <bluethundr@gmail.com> wrote: > Hi all, > > I'm attempting to setup mysql load balancing using HA/Proxy. Seemed > pretty straight forward...
View Article[PATCH 0/3] cyapa patches instruction
These patches are made based on Dmitry's next tree. It's aimed to add regulator vcc and of match device tree supported, and also fix the output unwanted wanring message issue when working with old...
View Article[PATCH 3/3] input: cyapa: fix output unwanted warning issue
Avoid the driver generate warning message when the cyapa driver working with the old Gen5 trackpad device which does not support the proximity function. Those old Gen5 trackpad device all have the...
View Article[PATCH 1/3] input: cyapa: add regulator vcc support
Add power management regulator vcc support. It's described to be supported in the cypress,cyapa.txt document. Signed-off-by: Dudley Du <dudl@cypress.com> --- drivers/input/mouse/cyapa.c | 28...
View Article[PATCH 2/3] input: cyapa: add of match device support and description document
Add of_match_device mechanism support for Cypress trackpad device, and add the sample description document on how to adding the trackpad device node in the device tree. Signed-off-by: Dudley Du...
View Article[PATCH 2/2] kbuild: fixdep: drop meaningless hash table initialization
The clear_config() is called just once at the beginning of this program, but the global variable hashtab[] is already zero-filled at the start-up. Signed-off-by: Masahiro Yamada...
View Article[PATCH 0/2] kbuild: Minor cleanups of fixdep
Masahiro Yamada (2): kbuild: fixdep: optimize code slightly kbuild: fixdep: drop meaningless hash table initialization scripts/basic/fixdep.c | 26 ++++---------------------- 1 file changed, 4...
View Article[PATCH 1/2] kbuild: fixdep: optimize code slightly
If the target string matches "CONFIG_", move the pointer p forward. This saves several 7-chars adjustments. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> ---...
View ArticleRe: [PATCH v3 3/6] iommu: add ARM short descriptor page table allocator.
Hi Will, Thanks for your review so detail. When you are free, please help me check whether it's ok if it's changed like below. Thanks very much. On Tue, 2015-07-21 at 18:11 +0100, Will Deacon wrote:...
View ArticleRe: [RFC 1/4] mm, compaction: introduce kcompactd
On Thu, Jul 23, 2015 at 01:58:20PM -0700, David Rientjes wrote: > On Thu, 23 Jul 2015, Joonsoo Kim wrote: > > > > The slub allocator does try to allocate its high-order memory with >...
View ArticleRe: Kernel broken on processors without performance counters
On Thu, Jul 23, 2015 at 09:02:14PM +0200, Peter Zijlstra wrote: > On Thu, Jul 23, 2015 at 07:54:36PM +0200, Borislav Petkov wrote: > > On Thu, Jul 23, 2015 at 07:08:11PM +0200, Peter Zijlstra...
View Articlelinux-next: build failure after merge of the akpm-current tree
Hi Andrew, After merging the akpm-current tree, today's linux-next build (powerpc allnoconfig) failed like this: mm/built-in.o: In function `shrink_slab.part.73.constprop.83': vmscan.c:(.text+0xf760):...
View Article[git pull] drm fixes
Hi Linus, some amdgpu, one i915, one ttm and one hlcdc, nothing too scary, all seems fine for about this time. Dave. The following changes since commit 45b4b782e8489bcf45a4331ee32f0f3037c5c3aa: Merge...
View Article[PATCH v4] regulator: mt6311: Add support for MT6311 regulator
This patch set adds support for the MediaTek PMIC mt6311 regulator driver, which adds mt6311 related buck/ldo voltage data to the driver, and creates the regulator_desc table. Changes in v4: - Removed...
View Article[PATCH v4 2/2] regulator: mt6311: Add support for mt6311 regulator
Add regulator support for mt6311. It has 2 regulaotrs - Buck and LDO, provide the related buck/ldo voltage data to the driver, and creates the regulator_desc table. Supported operations for Buck are...
View ArticleRe: question about drivers/dma/dma-jz4780.c
On Thu, Jul 23, 2015 at 07:24:10PM +0200, Julia Lawall wrote: > > > On Thu, 23 Jul 2015, Vinod Koul wrote: > > > On Wed, Jul 22, 2015 at 03:26:01PM +0100, Alex Smith wrote: > >...
View Article