On Tue, Mar 31, 2015 at 09:46:40AM -0700, Joe Perches wrote:
> On Tue, 2015-03-31 at 11:03 +0200, Ingo Molnar wrote:
> > * Peter Zijlstra wrote:
> > > On Mon, Mar 30, 2015 at 04:46:17PM -0700, Joe Perches wrote:
> > > > Use the normal return values for bool functions
> > > >
> > > > Update the ot
Test hardware irq number from small to large, and add a blank above
each comment. To make it more clear.
Signed-off-by: Zhen Lei
---
drivers/irqchip/irq-gic-v3.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq
On 04/01/2015 12:24 AM, Jason Low wrote:
> On Tue, 2015-03-31 at 14:07 +0530, Preeti U Murthy wrote:
>> Hi Jason,
>>
>> On 03/31/2015 12:25 AM, Jason Low wrote:
>>> Hi Preeti,
>>>
>>> I noticed that another commit 4a725627f21d converted the check in
>>> nohz_kick_needed() from idle_cpu() to rq->id
Hi Ingi,
On 04/01/2015 05:58 AM, Ingi Kim wrote:
This patch adds a driver to support the ktd2692 flash LEDs.
ktd2692 can control flash current by ExpressWire interface.
Signed-off-by: Ingi Kim
---
drivers/leds/Kconfig| 9 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-k
This patch adds the phy-miphy28lp.c and phy-miphy365x.c phy drivers found on
STMicroelectronics stih407 family SoC's into the STI arch section of the
maintainers file.
Signed-off-by: Peter Griffin
Acked-by: Lee Jones
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAIN
Thanks roger and joe.
I will adopt your suggestions in my v2 patch.
On 2015/3/31 22:57, Roger Pau Monné wrote:
El 31/03/15 a les 23.14, Tao Chen ha escrit:
Define pr_fmt macro with {xen-blkback: } prefix, then remove all use
of DRV_PFX in the pr and DPRINTK sentences. It will simplify the code
"Kirill A. Shutemov" writes:
> Current split_huge_page() combines two operations: splitting PMDs into
> tables of PTEs and splitting underlying compound page. This patch
> changes split_huge_pmd() implementation to split the given PMD without
> splitting other PMDs this page mapped with or underl
On 03/31/2015 11:00 PM, Jason Low wrote:
> On Tue, 2015-03-31 at 14:28 +0530, Preeti U Murthy wrote:
>
>> Morten,
>
>> I am a bit confused about the problem you are pointing to.
>
>> I am unable to see the issue. What is it that I am missing ?
>
> Hi Preeti,
>
> Here is one of the potential is
On 04/01/2015 04:45 AM, Guenter Roeck wrote:
> On 03/31/2015 07:24 PM, Guenter Roeck wrote:
>> Now I am left with the question if the samples build should be
>> masked for alpha and mips, or if I should drop building samples
>> from my 'allmodconfig' builds. I think I'll do the latter;
>> there se
From: Boris BREZILLON
Add support for the AXP22x PMIC devices to the existing AXP20x driver.
This includes the AXP221 and AXP223, which are identical except for
the external data bus. Only AXP221 is added for now. AXP223 will be
added after it's Reduced Serial Bus (RSB) interface is supported.
A
Add the list of regulators for AXP22x to the DT bindings.
This includes the names and supply names.
Signed-off-by: Chen-Yu Tsai
---
Documentation/devicetree/bindings/mfd/axp20x.txt | 25
1 file changed, 25 insertions(+)
diff --git a/Documentation/devicetree/bindings/mfd
Hi Lee,
This is v6 of the AXP221 series. This version is based on mfd-for-next
(ba867bc60a44). The DTS patches are merged through Maxime's tree, so
I dropped them.
I think it'd be easier if you take all the patches through your tree.
Otherwise, patch 4 depends on patch 1, and you'd need to setup
Now that the axp20x-regulators driver supports different variants of the
AXP family, we can enable regulator support for AXP22X without the risk
of incorrectly configuring regulators.
Signed-off-by: Chen-Yu Tsai
Acked-by: Lee Jones
---
drivers/mfd/axp20x.c | 2 ++
1 file changed, 2 insertions(+
Add AXP221 to the list of supported devices.
Also replace any mention of AXP20x in the document with a
generic "PMIC".
Signed-off-by: Chen-Yu Tsai
Acked-by: Lee Jones
---
Documentation/devicetree/bindings/mfd/axp20x.txt | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a
From: Boris BREZILLON
Add AXP22X regulator definitions and variant id associations.
This introduces a new "switch" type output for one of the regulators.
It is a switchable secondary output of one regulator, with the same
voltage level as the primary output.
Signed-off-by: Boris BREZILLON
[w...
From: Boris BREZILLON
Rework the AXP20X_ macros and probe function to support the several chip
families, so that each family can define it's own set of regulators.
Signed-off-by: Boris BREZILLON
[w...@csie.org: Support different DC-DC work frequency ranges]
Signed-off-by: Chen-Yu Tsai
Reviewed
From: Kuninori Morimoto
This patch indicates error message if return value of
of_property_read_string_index() was not zero.
Signed-off-by: Kuninori Morimoto
---
drivers/clk/shmobile/clk-r8a7779.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/shmobile/clk
The patch works for Fintek F81504/F81508/F81512 PCI to Serial Port IC.
Serial port of this IC will failed after wakeup from S3(STR).
It's due to this PCI device's configuration space from 0x40 to
0x40 + max_port * 0x08 should be re-configured when the system wakeup from
S3(STR). If had no re-con
Serial ports of F81504/F81508/F81512 will failed when wakeup from S3(STR).
It's due to when the system wakeup from S3(STR), this PCI device's
configuration space from 0x40 to 0x40 + max_port * 0x08 should be
re-configured.
We move all initialization from pci_fintek_setup() to pci_fintek_init() an
Hi,
On Tuesday 31 March 2015 11:10 PM, Peter Griffin wrote:
Hi Kishon,
On Tue, 31 Mar 2015, Kishon Vijay Abraham I wrote:
diff --git a/MAINTAINERS b/MAINTAINERS
index 1de6afa..fa1bb4f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1469,6 +1469,7 @@ F:drivers/clocksource/arm_global_ti
RTC module contains a kicker mechanism to prevent any spurious writes
from changing the register values. This mechanism requires two MMR
writes to the KICK0 and KICK1 registers with exact data values
before the kicker lock mechanism is released.
Currently the driver release the lock in the probe a
This patch series fixes miscellaneous bugs in OMAP RTC driver.
Tested on DRA72-evm with an out of tree patch for RTC hwmod.
Logs: http://pastebin.ubuntu.com/10716566/
Lokesh Vutla (3):
rtc: omap: Unlock and Lock rtc registers before and after register
writes
rtc: omap: Update Kconfig for
module_platform_driver_probe() prevents driver from requesting probe deferral.
So using module_platform_drive() to support probe deferral.
Signed-off-by: Lokesh Vutla
---
drivers/rtc/rtc-omap.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/rtc/rtc-omap.c b/driv
RTC is present in AM43xx and DRA7xx also. Updating the Kconfig
to depend on ARCH_OMAP or ARCH_DAVINCI
Signed-off-by: Lokesh Vutla
---
drivers/rtc/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index b5b5c3d..40faf56 100
From: Mark Yao
Reference the power domain incase vop power down when
in use.
Signed-off-by: Mark Yao
---
drivers/gpu/drm/rockchip/rockchip_drm_vop.c |7 +++
1 file changed, 7 insertions(+)
diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop.c
b/drivers/gpu/drm/rockchip/rockchip_dr
Use the normal return values for bool functions
Update the other sets of ret in try_wait_for_completion.
Signed-off-by: Joe Perches
---
On Tue, 2015-03-31 at 22:17 -0700, Jason Low wrote:
> On Mon, Mar 30, 2015 at 4:46 PM, Joe Perches wrote:
>
> > * try_wait_for_completion - try to decr
On Wed, Apr 1, 2015 at 3:22 PM, Anshuman Khandual
wrote:
>> +static int __orderly_poweroff(bool force)
>> +{
>> + int ret;
>> +
>> + ret = run_cmd(reboot_cmd);
>
> Would it be poweroff_cmd instead of reboot_cmd ? Dont see poweroff_cmd
> getting used.
Yes, good catch. Thanks.
Joel
--
To
From: Xudong Chen
Add devicetree bindings for Mediatek Soc I2C driver.
Signed-off-by: Xudong Chen
Signed-off-by: Eddie Huang
---
.../devicetree/bindings/i2c/i2c-mt6577.txt | 41 ++
1 file changed, 41 insertions(+)
create mode 100644 Documentation/devicetree/bindin
Add mediatek MT8173 I2C controller driver. Compare to I2C controller
of earlier mediatek SoC, MT8173 fix write-then-read limitation, and
also increase message size to 64kb.
Signed-off-by: Xudong Chen
Signed-off-by: Liguo Zhang
Signed-off-by: Eddie Huang
---
drivers/i2c/busses/i2c-mt65xx.c | 10
From: Xudong Chen
The mediatek SoCs have I2C controller that handle I2C transfer.
This patch include common I2C bus driver.
This driver is compatible with I2C controller on mt65xx/mt81xx.
Signed-off-by: Xudong Chen
Signed-off-by: Liguo Zhang
Signed-off-by: Eddie Huang
---
drivers/i2c/busses/
Commit-ID: 4a59058f0b09682200c04b1db236b4a3b92128d7
Gitweb: http://git.kernel.org/tip/4a59058f0b09682200c04b1db236b4a3b92128d7
Author: Maxime Ripard
AuthorDate: Tue, 31 Mar 2015 12:12:25 +0200
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 17:53:58 +0200
clocksource/drivers/sun5i:
This series is for Mediatek SoCs I2C controller common bus driver.
Earlier MTK SoC (for example, MT6589, MT8135) I2C HW has some limitationes.
New generation SoC like MT8173 fix these limitations.
1. Only support one i2c_msg number. One exception is WRRD (write then read)
mode. WRRD can have two
Commit-ID: 566e6dfad580a55084c29fe3e887c7273b16fc6a
Gitweb: http://git.kernel.org/tip/566e6dfad580a55084c29fe3e887c7273b16fc6a
Author: Laurent Pinchart
AuthorDate: Tue, 31 Mar 2015 12:12:22 +0200
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 17:53:57 +0200
clocksource/drivers/arm
Commit-ID: 3071efa466b30636bf958f3d13bc808e03105cd8
Gitweb: http://git.kernel.org/tip/3071efa466b30636bf958f3d13bc808e03105cd8
Author: Maxime Ripard
AuthorDate: Tue, 31 Mar 2015 12:12:26 +0200
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 17:53:58 +0200
clocksource/drivers/sun5i:
Commit-ID: 5673bc5a863bd4391eab5bb85277f0f1dd1dca50
Gitweb: http://git.kernel.org/tip/5673bc5a863bd4391eab5bb85277f0f1dd1dca50
Author: Maxime Ripard
AuthorDate: Tue, 31 Mar 2015 12:12:23 +0200
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 17:53:57 +0200
clocksource/drivers/sun5i:
Commit-ID: a45860d0ba433c217d359fa2cc2a4984d18ce263
Gitweb: http://git.kernel.org/tip/a45860d0ba433c217d359fa2cc2a4984d18ce263
Author: Maxime Ripard
AuthorDate: Tue, 31 Mar 2015 12:12:24 +0200
Committer: Ingo Molnar
CommitDate: Tue, 31 Mar 2015 17:53:58 +0200
clocksource/drivers/sun5i:
Hi Andrew,
Thanks for making new patch, Actually there is some problem with our mail
editor.
It changes tabs with spaces and corrupts the patch, we are solving the same at
our end.
Thats why i am sending you signed -off by only for both patches.
1. For msgrcv: use freezable blocking call
Signed-
On Mon, Mar 30, 2015 at 4:46 PM, Joe Perches wrote:
> * try_wait_for_completion - try to decrement a completion without
> blocking
> * @x: completion structure
> *
> - * Return: 0 if a decrement cannot be done without blocking
> - * 1 if a decrement succeeded.
Ccing Xishi Qiu who wrote the clear_kernel_node_hotplug code.
On 04/01/15 at 12:53pm, Dave Young wrote:
> I got below kernel panic during kdump test on Thinkpad T420 laptop:
>
> [0.00] No NUMA configuration found
>
> [0.00] Faking a node at [
From: Jeff Kirsher
Date: Tue, 31 Mar 2015 21:27:53 -0700
> On Tue, 2015-03-31 at 19:19 -0700, Jeff Kirsher wrote:
>> On Tue, 2015-03-31 at 13:22 -0400, David Miller wrote:
>> > From: Jeff Kirsher
>> > Date: Fri, 27 Mar 2015 16:04:10 -0700
>> >
>> > > The following are changes since commit
>> >
On Tue, 2015-03-31 at 21:52 -0700, Grant Likely wrote:
> Thinking about this more, I'd like to suggest a different format that
> gives us a nice hack on the name that makes it easy to remember:
> '%pOF[...]'
> 'O' still means 'object', but it is also overloaded for Open Firmware.
> That still
Marc
On 03/31/2015 04:31 PM, Marc Zyngier wrote:
On Tue, 31 Mar 2015 07:04:44 +0100
AKASHI Takahiro wrote:
Hi Takahiro,
Marc,
On 03/30/2015 05:54 PM, AKASHI Takahiro wrote:
On 03/30/2015 04:16 PM, Marc Zyngier wrote:
On Mon, 30 Mar 2015 02:39:53 +0100
AKASHI Takahiro wrote:
On 03/28/20
On 04/01/2015 08:47 AM, Joel Stanley wrote:
> Hi Andrew,
>
> On Wed, Apr 1, 2015 at 9:09 AM, Andrew Morton
> wrote:
>> > On Mon, 30 Mar 2015 12:45:32 +1030 Joel Stanley wrote:
>> >
>>> >> The kernel has orderly_poweroff which allows the kernel to initiate a
>>> >> graceful shutdown of userspace
On Tue, 31 Mar 2015 22:03:26 -0700 Andrew Morton
wrote:
> static char reboot_cmd[] = "/sbin/reboot";
static const char, actually.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.
On Wed, 01 Apr 2015 10:22:08 +0530 Anshuman Khandual
wrote:
> > char poweroff_cmd[POWEROFF_CMD_PATH_LEN] = "/sbin/poweroff";
> > +char reboot_cmd[POWEROFF_CMD_PATH_LEN] = "/sbin/reboot";
>
> Should not we declare one more REBOOT_CMD_PATH_LEN to make it cleaner.
It doesn't really seem necessar
On Tue, 31 Mar 2015 13:03:05 +0300
, Pantelis Antoniou
wrote:
> > +Device tree nodes:
> > +
> > + %pOn[fnpPcCFr]
> > +
> > + For printing device tree nodes. The optional arguments are:
> > + f device node full_name
> > + n device node name
> > + p device node phandle
> > +
On Tue, Mar 31, 2015 at 7:46 PM, Jeff Layton wrote:
> On Fri, 27 Mar 2015 00:28:01 -0500
> Steve French wrote:
>
>> null tcon is not likely in these paths in current
>> code, but obviously it does clarify the code to
>> check for null (if at all) before derefrencing
>> rather than after.
>>
>> Re
On Tue, 2015-03-31 at 15:59 +0100, Filipe Manana wrote:
[snip]
> From: Filipe Manana
> Date: Tue, 31 Mar 2015 14:16:52 +0100
> Subject: [PATCH] Btrfs: avoid syncing log in the fast fsync path when not
> necessary
>
> Commit 3a8b36f37806 ("Btrfs: fix data loss in the fast fsync path") added
> a
On 03/31/2015 06:56, Ralf Baechle wrote:
> On Thu, Feb 26, 2015 at 09:23:50PM -0500, Joshua Kinard wrote:
>
>> This modifies the IP32 (SGI O2) platform and reset code to utilize the new
>> rtc-ds1685 driver. The old mc146818rtc.h header is removed and
>> ip32_defconfig
>> is updated as well.
>
I got below kernel panic during kdump test on Thinkpad T420 laptop:
[0.00] No NUMA configuration found
[0.00] Faking a node at [mem 0x-0x37ba4fff]
[0.00] Kernel panic - not syncing: stack-protector: Kernel s
On 03/30/2015 07:45 AM, Joel Stanley wrote:
> The kernel has orderly_poweroff which allows the kernel to initiate a
> graceful shutdown of userspace, by running /sbin/poweroff. This adds
> orderly_reboot that will cause userspace to shut itself down by calling
> /sbin/reboot.
>
> This will be used
On Tue, 2015-03-31 at 21:42 -0700, Jeff Kirsher wrote:
> Update the git tree info with a recent change in tree names. Also
> add our new mailing list created solely for Linux kernel patches
> and kernel development, as well as the new patchwork project for
> tracking patches. Lastly update the li
Update the git tree info with a recent change in tree names. Also
add our new mailing list created solely for Linux kernel patches
and kernel development, as well as the new patchwork project for
tracking patches. Lastly update the list of "reviewers" since a
couple of developers have moved on to
On Tue, 2015-03-31 at 18:14 +0100, Sudeep Holla wrote:
>
> On 31/03/15 11:56, Michael Ellerman wrote:
> > On Mon, 2015-23-02 at 18:18:20 UTC, Sudeep Holla wrote:
> >> This patch removes the redundant sysfs cacheinfo code by reusing
> >> the newly introduced generic cacheinfo infrastructure through
On Thu, 26 Mar 2015 05:29:42 +0530 Kishon Vijay Abraham I
wrote:
> Hi NeilBrown,
>
> On Thursday 26 March 2015 02:52 AM, NeilBrown wrote:
> > On Thu, 26 Mar 2015 02:46:32 +0530 Kishon Vijay Abraham I
> > wrote:
> >
> >> Hi,
> >>
> >> On Monday 23 March 2015 04:05 AM, NeilBrown wrote:
> >>> Hi
On Tue, Mar 31, 2015 at 04:35:49PM +0100, Chris Wilson wrote:
> On Tue, Mar 31, 2015 at 08:40:12PM +0530, Sudip Mukherjee wrote:
> > This reverts commit <0f71979ab7fbd0c71c41c2798de3d33937915434>.
> >
> > my display was getting garbled for a moment very frequently. it looked
> > like when the scre
On Wed, Apr 01, 2015 at 09:09:26AM +0530, Sudip Mukherjee wrote:
> On Tue, Mar 31, 2015 at 05:51:19PM -0600, Eddie Kovsky wrote:
> > Changing function definition to static fixes the
> > following warning generated by sparse:
> >
> > drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1924:6: wa
On Tue, 2015-03-31 at 19:19 -0700, Jeff Kirsher wrote:
> On Tue, 2015-03-31 at 13:22 -0400, David Miller wrote:
> > From: Jeff Kirsher
> > Date: Fri, 27 Mar 2015 16:04:10 -0700
> >
> > > The following are changes since commit
> > dde93dfea53c72b07907d9e44a6e4b1545f6bdc4:
> > > cxgb4: Fix frame
2015-04-01 오후 12:46에 Hillf Danton 이(가) 쓴 글:
I sent a patch about page allocation for less fragmentation.
http://permalink.gmane.org/gmane.linux.kernel.mm/130599
It proposes a page allocator allocates pages in the same pageblock
for the drivers to move their unmovable pages. Some drivers which
"Michael S. Tsirkin" writes:
> Virtio 1.0 doesn't include a modern balloon device.
> But it's not a big change to support a transitional
> balloon device: this has the advantage of supporting
> existing drivers, transparently.
You decided to fix the packed struct...
> diff --git a/drivers/virtio
On Tue, Mar 31, 2015 at 02:08:14PM -0700, Andrew Morton wrote:
> On Tue, 31 Mar 2015 08:50:46 + Naoya Horiguchi
> wrote:
>
> > Now we have an easy access to hugepages' activeness, so existing helpers to
> > get the information can be cleaned up.
>
> Similarly. Also I adapted the code to fi
On Wed, 2015-04-01 at 12:58 +0900, Ingi Kim wrote:
> This patch adds a driver to support the ktd2692 flash LEDs.
> ktd2692 can control flash current by ExpressWire interface.
trivia:
> diff --git a/drivers/leds/leds-ktd2692.c b/drivers/leds/leds-ktd2692.c
[]
> +static void ktd2692_brightness_set(
Abhilash Kesavan writes:
> On Wed, Apr 1, 2015 at 2:32 AM, Kevin Hilman wrote:
>> Javier Martinez Canillas writes:
>>
>> [...]
>>
>>> Unfortunately I don't fully understand why this clock needs to be
>>> enabled. It would be good if someone at Samsung can explain in more
>>> detail what the rea
This patch adds a driver to support the ktd2692 flash LEDs.
ktd2692 can control flash current by ExpressWire interface.
Signed-off-by: Ingi Kim
---
drivers/leds/Kconfig| 9 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-ktd2692.c | 405
This patch adds vendor prefix for Kinetic technologies
Signed-off-by: Ingi Kim
Acked-by: Rob Herring
---
Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt
b/Documentation/devicetree/bi
Omar Sandoval writes:
> On Mon, Mar 30, 2015 at 02:30:34PM +0200, David Sterba wrote:
>> On Mon, Mar 30, 2015 at 02:02:17AM -0700, Omar Sandoval wrote:
>> > Before commit bafc9b754f75 ("vfs: More precise tests in d_invalidate"),
>> > d_invalidate() could return -EBUSY when a dentry for a director
This patch adds ktd2692 Flash LED driver with LED Flash class
Change in v5:
- Clean up the code
- Fix help message of Kconfig
- Fix issue related with regulator and mutex usage
- Remove tab spaces in bindings
Change in v4:
- Clean up the code
- Modi
This patch adds the device tree bindings for ktd2692 flash LEDs.
Add optional properties 'flash-timeout-us' to control flash timeout
and 'vin-supply' for flash-led regulator
Signed-off-by: Ingi Kim
---
.../devicetree/bindings/leds/leds-ktd2692.txt | 32 ++
1 file changed
When pixel clock less than 148.5MHz, make sloopboost=2 tklvl=20
cklvl=13 increase rasing/falling time and increase data & clock
voltage driver.
When pixel clock less than 74.25MHz, make sloopboost=0 tklvl=19
cklvl=18, increase data and clock voltage driver.
Signed-off-by: Yakir Yang
---
Changes
Because of iMX6 & Rockchip have differnet mpll config parameter,
the VLEVCTRL parameter would be different. In this case we should
separate VLEVCTRL setting from the common dw_hdmi driver, config
this parameter in platform driver(dw_hdmi-imx and dw_hdmi-rockchip)
Signed-off-by: Yakir Yang
---
Cha
Using a local struct pointer to reduce one level of indirection
makes the code slightly more readable.
Signed-off-by: Yakir Yang
Reviewed-by: Daniel Kurtz
---
Changes in v4: None
Changes in v3:
- make commit message more readable
Changes in v2: None
drivers/gpu/drm/bridge/dw_hdmi.c | 8 --
On Mon, Mar 23, 2015 at 09:35:01PM +0100, Petr Kulhavy wrote:
> The "data" parameter passed indirectly to the edma_callback() should be
> edma_chan and not the dma_chan.
>
> This bug was so far harmless since the offset of struct dma_chan within struct
> edma_chan is 0. However as soon as someone
On 03/31/2015 11:49 AM, Andrew Bresticker wrote:
Register a restart handler that will restart the system by writing
to the watchdog's SOFT_RESET register.
Signed-off-by: Andrew Bresticker
Cc: Ezequiel Garcia
Reviewed-by: Guenter Roeck
--
To unsubscribe from this list: send the line "unsubs
On 03/31/2015 11:49 AM, Andrew Bresticker wrote:
From: Naidu Tellapati
Set up the watchdog for the specified timeout before attempting to start it.
Signed-off-by: Naidu Tellapati
Signed-off-by: Andrew Bresticker
Cc: Ezequiel Garcia
---
drivers/watchdog/imgpdc_wdt.c | 2 ++
1 file changed
Dear all,
RK3288 hdmi eye-diagram test would fail when pixel clock is 148.5MHz,
and single-ended test would failed when display mode is 74.25MHz.
To fix such problems, we make those patch set:
- Fix some code style, leave space for next patches.
- Separate VLEVLCTRL setting into platform driver.
>
> I sent a patch about page allocation for less fragmentation.
> http://permalink.gmane.org/gmane.linux.kernel.mm/130599
>
> It proposes a page allocator allocates pages in the same pageblock
> for the drivers to move their unmovable pages. Some drivers which comsumes
> many pages
> and increa
On Sun, Mar 22, 2015 at 12:51:08AM +0100, Stefan Agner wrote:
> The function d40_prep_sg takes the type enum dma_transfer_direction
> as second last parameter. However, the memcpy calls pass DMA_NONE
> which is of type enum dma_data_direction. Fix this by passing the
> actual transfer direction DMA
On Tue, Mar 31, 2015 at 05:51:19PM -0600, Eddie Kovsky wrote:
> Changing function definition to static fixes the
> following warning generated by sparse:
>
> drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c:1924:6: warning:
> symbol 'ieee80211_check_auth_response' was not declared. Should i
y the kernelci.org system that a new
>> > build error has been detected in next-20150331[0][1][2]. It seems that
>> > "clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD"
>> > c9439b1d6eb4ada5c2faf3970ac0d2bc4bd20e14 is the culprit.
>> >
>&g
Hi Vincent,
On 27 March 2015 at 23:59, Vincent Guittot wrote:
> On 27 March 2015 at 15:52, Xunlei Pang wrote:
>> Hi Vincent,
>>
>> On 27 February 2015 at 23:54, Vincent Guittot
>> wrote:
>>> /**
>>> @@ -6432,18 +6435,19 @@ static inline void update_sd_lb_stats(struct lb_env
>>> *env, struct s
On Tue, Mar 17, 2015 at 12:46:12AM -0500, Andy Gross wrote:
> +static enum dma_status adm_tx_status(struct dma_chan *chan, dma_cookie_t
> cookie,
> + struct dma_tx_state *txstate)
> +{
> + struct adm_chan *achan = to_adm_chan(chan);
> + struct virt_dma_desc *vd;
> + enum dma_statu
On Tue, Mar 17, 2015 at 01:28:38PM +0800, Yuan Yao wrote:
> +static int fsl_qdma_alloc_chan_resources(struct dma_chan *chan)
> +{
> + /*
> + * In QDMA mode, We don't need to do anything.
> + */
> + return 0;
> +}
Pls remove this
> +static struct fsl_qdma_comp *fsl_qdma_request_en
On Mon, 30 Mar 2015, Joe Perches wrote:
> Use the normal return values for bool functions
>
> Signed-off-by: Joe Perches
Acked-by: David Rientjes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info
Cornelia Huck writes:
> On Tue, 31 Mar 2015 13:55:42 +0200
> "Michael S. Tsirkin" wrote:
>
>> commit d71de9ec6ba806104439d3a669befda84757b5af
>> "virtio: core support for config generation"
>> fixed reading up 64 bit values, adding generation
>> checks for such reads.
>>
>> By mistake, it le
On Wed, 2015-04-01 at 05:21 +0200, Alexandre Belloni wrote:
> On 28/03/2015 at 23:09:35 +0200, Aaro Koskinen wrote :
> > __rtc_read_time logs should be debug logs instead of error logs.
> >
> > For example, when the RTC clock is not set, it's not really useful
> > to print a kernel error log every
el/e42391cd048809d903291d07f86ed3934ce138e9/0"
node_roles: server client
job_file:
"/lkp/scheduled/lkp-ne02/cyclic_netperf-performance-300s-200%-TCP_SENDFILE-x86_64-rhel-BASE-e42391cd048809d903291d07f86ed3934ce138e9-0-20150331-32956-1uhguoe.yaml"
dequeue_time: 2015-03-31 12:29:34.133136
Vincent,
On 27 March 2015 at 23:37, Vincent Guittot wrote:
> On 27 March 2015 at 16:12, Xunlei Pang wrote:
>>> +static int get_cpu_usage(int cpu)
>>> +{
>>> + unsigned long usage = cpu_rq(cpu)->cfs.utilization_load_avg;
>>> + unsigned long capacity = capacity_orig_of(cpu);
>>> +
>>> +
On 28/03/2015 at 23:09:35 +0200, Aaro Koskinen wrote :
> __rtc_read_time logs should be debug logs instead of error logs.
>
> For example, when the RTC clock is not set, it's not really useful
> to print a kernel error log every time someone tries to read the clock:
>
> ~ # hwclock -r
>
Hi Kevin,
On Wed, Apr 1, 2015 at 2:32 AM, Kevin Hilman wrote:
> Javier Martinez Canillas writes:
>
> [...]
>
>> Unfortunately I don't fully understand why this clock needs to be
>> enabled. It would be good if someone at Samsung can explain in more
>> detail what the real problem really is.
>
>
On Wed, Mar 18, 2015 at 04:16:34PM +, Zubair Lutfullah Kakakhel wrote:
> Hi,
>
> Here we have three patches that add a DMA driver for the Ingenic JZ4780 SoC.
>
> JZ4780 support is still in-flight.
>
> These are based on 4.0-rc4.
Applied, thanks
Please ensure you use the right subsystem nam
On Wed, 2015-04-01 at 05:01 +0200, Alexandre Belloni wrote:
> On 28/03/2015 at 23:09:36 +0200, Aaro Koskinen wrote :
> > Use function name in the error log instead of __FILE__.
> > Signed-off-by: Aaro Koskinen
> Acked-by: Alexandre Belloni
Hello.
> > diff --git a/drivers/rtc/hctosys.c b/drivers
There's a change I want to make to the tracing infrastructure that may
require TRACE_SYSTEM be a valid variable name. As '-' can not be used
in a variable, and I found only three cases that it is a TRACE_SYSTEM
name, I want to ask those that are responsible if it is OK to change
them?
The three sy
On Tue, Mar 31, 2015 at 7:16 PM, Guenter Roeck wrote:
>
> xtensa
>
> Lots of 'dangerous relocation: l32r: literal placed after use' all over the
> place, causing all xtensa builds to fail.
>
> Introduced by commit 779c88c94c34 ("ARM: 8321/1: asm-generic: introduce
> .text.fixup input section").
I
Hi Andrew,
On Wed, Apr 1, 2015 at 9:09 AM, Andrew Morton wrote:
> On Mon, 30 Mar 2015 12:45:32 +1030 Joel Stanley wrote:
>
>> The kernel has orderly_poweroff which allows the kernel to initiate a
>> graceful shutdown of userspace, by running /sbin/poweroff. This adds
>> orderly_reboot that will
On 03/31/2015 08:01 PM, Michael Ellerman wrote:
On Tue, 2015-03-31 at 19:18 -0700, Guenter Roeck wrote:
On 03/31/2015 04:24 PM, Michael Ellerman wrote:
On Wed, 2015-04-01 at 01:07 +0200, Greg Kroah-Hartman wrote:
On Tue, Mar 31, 2015 at 09:16:40AM -0700, Guenter Roeck wrote:
alpha:allmodconfi
We have to be conservative to dynamically assign IRQ number on the platform
in ACPI Hardware-reduced mode. On the Bay Trail-T(ASUS-T100) platform, there
is a RTC device still using the legacy hardcoded IRQ8, which could cause the
following error if RTC is configured:
7486341a98f: genirq: Flags mis
On Tue, Mar 31, 2015 at 11:02:42PM -0400, Tejun Heo wrote:
> Ugh... so, cpu number allocation on hot-add is part of userland
> interface that we're locked into? Tying hotplug and id allocation
> order together usually isn't a good idea. What if the cpu up fails
> while running the notifiers? The
On Wed, Apr 01, 2015 at 11:55:11AM +0900, Kamezawa Hiroyuki wrote:
> Now, hot-added cpus will have the lowest free cpu id.
>
> Because of this, in most of systems which has only cpu-hot-add, cpu-ids are
> always
> contiguous even after cpu hot add.
> In enterprise, this would be considered as imc
On 01.04.2015 02:06, Andrew Morton wrote:
On Sun, 29 Mar 2015 05:03:55 +0300 Yury Norov wrote:
Function 'bitmap_empty' has it's own implementation.
But it's clearly as simple as:
"find_first_bit(src, nbits) == nbits"
The same is true for 'bitmap_full'.
Looks OK.
Please send a Signed-
On 28/03/2015 at 23:09:34 +0200, Aaro Koskinen wrote :
> In some error cases RTC name is used before it is initialized:
>
> rtc-rs5c372 0-0032: clock needs to be set
> rtc-rs5c372 0-0032: rs5c372b found, 24hr, driver version 0.6
> rtc (null): read_time: fail to read
> rtc-r
1 - 100 of 1132 matches
Mail list logo