[PATCH v4 1/2] dt-bindings: regulator: mt6311: Add document for mt6311 regulator
This patch adds a list of supported regulator names to the devicetree binding documentation for Mediatek MT6311 PMIC. Signed-off-by: Henry Chen <henryc.chen@mediatek.com> ---...
View ArticleRe: [PATCH v3 5/6] iommu/mediatek: Add mt8173 IOMMU driver
On Tue, 2015-07-21 at 15:59 +0100, Will Deacon wrote: > Hi Yong Wu, > > On Thu, Jul 16, 2015 at 10:04:34AM +0100, Yong Wu wrote: > > This patch adds support for mediatek m4u (MultiMedia...
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 (i386 defconfig) failed like this: fs/hugetlbfs/inode.c: In function 'hugetlbfs_fallocate': fs/hugetlbfs/inode.c:578:13: error:...
View ArticleRe: [RESEND PATCH 2/6] soc: Mediatek: Add SCPSYS CPU power domain driver
On Fri, Jul 24, 2015 at 10:02:03AM +0800, Scott Shu wrote: > On Tue, 2015-06-23 at 07:53 +0200, Sascha Hauer wrote: > > Hi Scott, > > > > On Fri, Jun 19, 2015 at 02:01:17AM +0800,...
View ArticleRe: question about drivers/dma/dma-jz4780.c
> Yes for dmaengine drivers I do ask this question which typically ends up in > driver invoking devm_irq_free() in driver's remove callback > > IMHO don't think devm irq calls are very...
View Article[PATCH net v2 0/3] r8152: issues fix
v2: Replace patch #2 with "r8152: fix wakeup settings". v1: These patches are used to fix issues. Hayes Wang (3): r8152: fix the issue about U1/U2 - r8152: fix remote wakeup + r8152: fix wakeup...
View Article[PATCH net v2 1/3] r8152: fix the issue about U1/U2
- Disable U1/U2 during initialization. - Disable lpm when linking is on, and enable it when linking is off. - Disable U1/U2 when enabling runtime suspend. It is possible to let hw stop working, if the...
View Article[PATCH net v2 3/3] r8152: don't enable napi before rx ready
Adjust napi_disable() and napi_enable() to avoid r8152_poll() start working before rx ready. Otherwise, it may have race condition for rx_agg. Signed-off-by: Hayes Wang <hayeswang@realtek.com>...
View Article[PATCH net v2 2/3] r8152: fix wakeup settings
Avoid the driver to enable WOL if the device doesn't support it. Signed-off-by: Hayes Wang <hayeswang@realtek.com> --- drivers/net/usb/r8152.c | 28 ++++++++++++++++++++++------ 1 file changed,...
View Articlelinux-next: Tree for Jul 24
Hi all, Changes since 20150723: The ext4 tree still had its build failure so I used the version from next-20150722. The next-next tree lost its build failure. The wireless-drivers-next tree still had...
View Article[PATCH 1/1] serial: 8250_pci: add RS485 for F81504/508/512
Add RS485 control for Fintek F81504/508/512 F81504/508/512 can control their RTS with H/W mode. PCI configuration space for each port is 0x40 + idx * 8 + 7. When it set with 0x01, it's configured with...
View ArticleRe: [PATCH v2 25/25] pmem: convert to generic memremap
On Fri, Jul 24, 2015 at 10:40:20PM -0400, Dan Williams wrote: > Update memremap_pmem() to query the architecture for the mapping type of > the given persistent memory range and then pass those...
View Article[PATCH] Staging:dgap :Compression of lines for immediate return
This patch compresses two lines into a single line if immediate return statement is found. Also,remove variable rc as it is no longer needed. It is done using tool Coccinelle. And semantic patch used...
View ArticleRe: [char-misc-next 0/9 RESEND] mei: support for async event notifications
On Sun, Jul 26, 2015 at 09:54:14AM +0300, Tomas Winkler wrote: > FW has gained new capability where a FW client can asynchronously > notify the host that an event has occurred in its process....
View ArticleRe: [PATCH v2 08/25] arch: introduce memremap()
On Sun, Jul 26, 2015 at 10:25 AM, Christoph Hellwig <hch@lst.de> wrote: > On Fri, Jul 24, 2015 at 10:38:42PM -0400, Dan Williams wrote: >> The behavior change to return NULL on an...
View ArticleRe: [PATCH v2 25/25] pmem: convert to generic memremap
On Sun, Jul 26, 2015 at 10:33 AM, Christoph Hellwig <hch@lst.de> wrote: > On Fri, Jul 24, 2015 at 10:40:20PM -0400, Dan Williams wrote: >> Update memremap_pmem() to query the...
View ArticleRe: [PHP-DEV] json_decode/encode should return full precision values by default
Hi, On Sat, Jul 25, 2015 at 11:01 PM, Yasuo Ohgaki <yohgaki@ohgaki.net> wrote: > Hi all, > > I had to work with Google Map API and need to handle values precisely. > Fortunately, it...
View ArticleRe: [PHP-DEV] Core functions throwing exceptions in PHP7
Hi Larry! 2015-07-26 1:29 GMT+02:00 Larry Garfield <larry@garfieldtech.com>: > Another point here is that 0 is a perfectly legitimate random number in many > cases, so callers would need...
View ArticleRe: [PATCH 2/3] use POISON_POINTER_DELTA for poison pointers
On Sun, 26 Jul 2015, Vasily Kulikov wrote: > TIMER_ENTRY_STATIC and TAIL_MAPPING are defined as poison pointers which > should point to nowhere. Redefine them using POISON_POINTER_DELTA...
View ArticleRe: [PHP-DEV] RFE to allow dirname($foo, 2)
Hi Scott! 2015-07-25 19:42 GMT+02:00 Scott Arciszewski <scott@paragonie.com>: > What's easier to read and less likely to result in bugs? > > require_once __DIR__ ....
View Article