On Fri, 2015-06-12 at 09:37 +0200, Paul Bolle wrote:
> On Fri, 2015-06-12 at 09:55 +0800, Koro Chen wrote:
> > On Thu, 2015-06-11 at 09:03 +0200, Paul Bolle wrote:
> > > (What does negating a bool twice do?)
> > >
> > Because bool actually can be unsigned char, although actually in this
> > driver
On Thu, Jun 11, 2015 at 08:51:07AM -0700, Nicolin Chen wrote:
> On Thu, Jun 11, 2015 at 07:10:00PM +0800, Zidan Wang wrote:
>
> > > > This imx-wm8960 device-tree-only machine driver works with sai driver
> > > > and have below feature.
> > > > * support codec master and slave mode
> > > > * suppor
On 12-06-15, 10:22, Maxime Coquelin wrote:
> You can add:
>
> Acked-by: Maxime Coquelin
Thanks Maxime.
--
viresh
--
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.kernel.org/major
On Fri, Jun 12, 2015 at 03:50:33PM +0800, Huang Rui wrote:
> Yeah, but I remembered at last time, someone tell me we shouldn't
> force to set timer always enabled. So I add this interface to expose
> more clearly. :)
Yeah, but this interface would make users go and look at it and try to
remember w
On Fri, Jun 12, 2015 at 10:30:33AM +0200, Borislav Petkov wrote:
> On Fri, Jun 12, 2015 at 03:50:33PM +0800, Huang Rui wrote:
> > Yeah, but I remembered at last time, someone tell me we shouldn't
> > force to set timer always enabled. So I add this interface to expose
> > more clearly. :)
>
> Yeah
* H. Peter Anvin wrote:
> %es is used implicitly by string instructions.
Ok, so we are probably better off reloading ES as well early, right
when we return from the firmware, just in case something does
a copy before we hit the ES restore in restore_processor_state(),
which is a generic C funct
On 08/06/15 14:40, Viresh Kumar wrote:
Migrate arm_global_timer driver to the new 'set-state' interface
provided by the clockevents core, the earlier 'set-mode' interface is
marked obsolete now.
This also enables us to implement callbacks for new states of clockevent
devices, for example: ONES
The dev_attrs field of struct bus_type is going away, sue dev_groups instead.
This converts the soundbus code to use the correct field.
These modifications were made using Coccinelle.
Signed-off-by: Quentin Lambert
---
Changes since v2:
- Revert to the version of the patch where the files wer
Hi Xunlei,
Just to let you know that your series are usually classified as spam
when coming from 126.com. This series in particular didn't make it to
the mailing list.
I'll take it anyway but you may want to check that your other patches
are being received by the maintainers.
On 12/06/2015 at 1
This patchset adds support for the A53 CPU clock to allow CPU
frequency scaling. It is used on platforms like Qualcomm's msm8916.
Georgi Djakov (4):
clk: qcom: Add support for SR2 PLLs
clk: qcom: Add support for regmap mux-div clocks
clk: qcom: Add A53 clock driver
arm64: dts: qcom: msm891
On Tue, Jun 09, 2015 at 09:46:52AM -0700, Andy Lutomirski wrote:
> I don't like this hack. The compiler is entirely within is rights to
> poke addr's cacheline (i.e. the stack) between the two instructions.
> I'd suggest either making the thing a full cacheline long or using a
> single asm stateme
From: Stephen Boyd
Sometimes clocks can't accept their parent source turning off
while the source is reprogrammed to a different rate. Most
notably CPU clocks require a way to switch away from the current
PLL they're running on, reprogram that PLL to a new rate, and
then switch back to the PLL wi
Dave,
I would like to take that patch as part of the series once you have
acked it.
On 12/06/2015 at 11:10:17 +0800, Xunlei Pang wrote :
> From: Xunlei Pang
>
> On Sparc systems, update_persistent_clock() uses RTC drivers to do
> the job, it makes more sense to hand it over to CONFIG_RTC_SYSTOH
Add support for hardware that support switching both parent clocks and the
divider at the same time. This avoids generating intermediate frequencies
from either the old parent clock and new divider or new parent clock and
old divider combinations.
Signed-off-by: Georgi Djakov
---
drivers/clk/qco
Add a driver for the A53 subsystem PLL, so that we can provide higher
frequency clocks for use by the system.
Signed-off-by: Georgi Djakov
---
Documentation/devicetree/bindings/clock/qcom,a53cc | 22 +++
drivers/clk/qcom/Kconfig |8 +
drivers/clk/qcom/Makefile
Greg has already asked you to resend. So here follow a few remarks to
take into account for that resend.
On Thu, 2015-06-11 at 16:22 +, ja...@microsoft.com wrote:
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> +config HYPERV_VPCI
> +tristate "Hyper-V PCI Frontend"
> +
- 88pm880 and 88pm886 are PMIC chips which integrates regulator,
gpadc, charger, fuelgauge, etc;
they share most of the functions and register mapping
- this version removes the redundant EXPORT_SYMBOL_GPL, compared with the
first version
Yi Zhang (2):
mfd: add Marvell 88pm8
88pm886 and 88pm880 are combo PMIC chip, which integrates
regulator, onkey, rtc, gpadc, charger, fuelgauge function;
this patch add the basic support for them, adding related resource, such as
interrupt, preparing for the client-device driver
Signed-off-by: Yi Zhang
---
drivers/mfd/88pm880-tabl
88pm880 and 88pm886 are two combo PMIC chips, most of the function and the
register mapping are the same
Signed-off-by: Yi Zhang
---
Documentation/devicetree/bindings/mfd/88pm88x.txt | 33 +++
1 file changed, 33 insertions(+)
create mode 100644 Documentation/devicetree/bindi
Add nodes for the A53 clocks and apcs, so that the driver
can probe and register the clocks.
Signed-off-by: Georgi Djakov
---
arch/arm64/boot/dts/qcom/msm8916.dtsi | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi
b/arch/arm64/boot/dts/qco
* Waiman Long wrote:
> > Mind posting the microbenchmark?
>
> I have attached the tool that I used for testing.
Thanks, that's interesting!
Btw., we could also do something like this in user-space, in tools/perf/bench/,
we
have no 'perf bench locking' subcommand yet.
We already build and m
Add support for SR2 type pll operations. SR2 is optimized for Time Interval
Error (TIE) or absolute jitter.
Signed-off-by: Georgi Djakov
---
drivers/clk/qcom/clk-pll.c | 75
drivers/clk/qcom/clk-pll.h |1 +
2 files changed, 76 insertions(+)
dif
Hi,
today I plugged in an SD card into the laptop's built-in reader on
x86-64 and got "Corrupted low memory" as a result:
Corrupted low memory at 88001000 (1000 phys) = 22b7d67df2f6d1cf
Corrupted low memory at 88001008 (1008 phys) = 63848a5216b7dd95
Corrupted low memory at 8800
Commit-ID: d7c72606d97e6f462a99b79e55b39808147d4c8b
Gitweb: http://git.kernel.org/tip/d7c72606d97e6f462a99b79e55b39808147d4c8b
Author: Milos Vyletel
AuthorDate: Mon, 8 Jun 2015 16:50:16 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 10 Jun 2015 11:51:24 -0300
perf tools: Av
Commit-ID: 5610032135c05e7bf9cba231826577a01719d010
Gitweb: http://git.kernel.org/tip/5610032135c05e7bf9cba231826577a01719d010
Author: Peter Zijlstra
AuthorDate: Wed, 10 Jun 2015 16:48:50 +0200
Committer: Arnaldo Carvalho de Melo
CommitDate: Wed, 10 Jun 2015 12:00:27 -0300
perf record:
Commit-ID: 186dfc9d69b96a38ec6ec654127dba4432184494
Gitweb: http://git.kernel.org/tip/186dfc9d69b96a38ec6ec654127dba4432184494
Author: Joerg Roedel
AuthorDate: Wed, 10 Jun 2015 17:49:41 +0200
Committer: Ingo Molnar
CommitDate: Thu, 11 Jun 2015 08:28:38 +0200
x86/swiotlb: Try coherent a
Commit-ID: 7310aed77ef2928bcfb8ee5ad71e2b091166b85e
Gitweb: http://git.kernel.org/tip/7310aed77ef2928bcfb8ee5ad71e2b091166b85e
Author: Adrian Hunter
AuthorDate: Thu, 11 Jun 2015 15:51:04 +0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 11 Jun 2015 10:56:01 -0300
perf evsel: D
Commit-ID: 6ba29c2fa5adcc33b201faec99057b6a72bd5029
Gitweb: http://git.kernel.org/tip/6ba29c2fa5adcc33b201faec99057b6a72bd5029
Author: He Kuang
AuthorDate: Thu, 11 Jun 2015 12:44:24 +
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 11 Jun 2015 11:14:21 -0300
perf tools: Fix bu
Commit-ID: cb5ef60067c11cc8887122f6f168c21941c5d624
Gitweb: http://git.kernel.org/tip/cb5ef60067c11cc8887122f6f168c21941c5d624
Author: Kan Liang
AuthorDate: Thu, 11 Jun 2015 02:32:40 -0400
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 11 Jun 2015 11:07:40 -0300
perf stat: Error
On Thu, Jun 04, 2015 at 08:54:22PM +0800, Xishi Qiu wrote:
> Intel Xeon processor E7 v3 product family-based platforms introduces support
> for partial memory mirroring called as 'Address Range Mirroring'. This feature
> allows BIOS to specify a subset of total available memory to be mirrored (and
Commit-ID: 94cc81f9a8f995923e35e2db936741dd62d18350
Gitweb: http://git.kernel.org/tip/94cc81f9a8f995923e35e2db936741dd62d18350
Author: Joerg Roedel
AuthorDate: Wed, 10 Jun 2015 17:49:40 +0200
Committer: Ingo Molnar
CommitDate: Thu, 11 Jun 2015 08:28:38 +0200
swiotlb: Warn on allocation
Commit-ID: a1c2552dba788c2c5e71c5bf5bcf3971caf3dfa1
Gitweb: http://git.kernel.org/tip/a1c2552dba788c2c5e71c5bf5bcf3971caf3dfa1
Author: Arnaldo Carvalho de Melo
AuthorDate: Thu, 11 Jun 2015 22:47:54 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 11 Jun 2015 22:47:54 -0300
tr
Commit-ID: c8ad7063626406181a7ebab10cb31b4f741b13d4
Gitweb: http://git.kernel.org/tip/c8ad7063626406181a7ebab10cb31b4f741b13d4
Author: David Ahern
AuthorDate: Fri, 5 Jun 2015 13:42:53 -0400
Committer: Arnaldo Carvalho de Melo
CommitDate: Thu, 11 Jun 2015 22:54:23 -0300
perf tools: Upda
Commit-ID: 94fb9334182284e8e7e4bcb9125c25dc33af19d4
Gitweb: http://git.kernel.org/tip/94fb9334182284e8e7e4bcb9125c25dc33af19d4
Author: Joerg Roedel
AuthorDate: Wed, 10 Jun 2015 17:49:42 +0200
Committer: Ingo Molnar
CommitDate: Thu, 11 Jun 2015 08:28:39 +0200
x86/crash: Allocate enough
On 12-06-15, 09:39, Srinivas Kandagatla wrote:
> Acked-by: Srinivas Kandagatla
Thanks Srinivas, but you gave this for the V1 version. Can you please
do that again for V2 ?
--
viresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@
Commit-ID: a8424003679e90b9952e20adcd1ff1560d9dd3e9
Gitweb: http://git.kernel.org/tip/a8424003679e90b9952e20adcd1ff1560d9dd3e9
Author: Dave Hansen
AuthorDate: Thu, 11 Jun 2015 12:34:00 -0700
Committer: Ingo Molnar
CommitDate: Fri, 12 Jun 2015 10:48:12 +0200
x86/fpu: Fix double-incremen
> --- a/mm/vmscan.c
> +++ b/mm/vmscan.c
> @@ -1326,6 +1326,7 @@ static unsigned long isolate_lru_pages(unsigned long
> nr_to_scan,
>
> for (scan = 0; scan < nr_to_scan && !list_empty(src); scan++) {
> struct page *page;
> + struct zone *zone;
> int nr
The scaling mechanism might sometimes cause top to report >100%
(sometimes > 1000%) cpu usage for a single thread. This patch makes
sure that stime+utime corresponds to the actual runtime of the thread.
Signed-off-by: Fredrik Markstrom
---
kernel/sched/cputime.c | 46 +++-
Just a nit.
On Thu, 2015-06-11 at 14:32 +0800, yuantian.t...@freescale.com wrote:
> --- /dev/null
> +++ b/arch/powerpc/sysdev/fsl_rcpm.c
> +int fsl_rcpm_init(void)
This is used only through early_initcall(). I took the cargo cult
approach of looking at the other uses of early_initcall() in
arch/
We've hunted a bug that manifests itself in top showing abnormal (>100%)
loads on single threads, sometimes top can show a couple of thousand percent.
We've found the cause of this behavior in cputime_adjust() where the kernel
tries to split the actual runtime into user and system time based on t
Exynos mipi phy driver needs syscon node to be probed successfully.
Signed-off-by: Hyungwon Hwang
---
arch/arm/boot/dts/exynos3250.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/exynos3250.dtsi
b/arch/arm/boot/dts/exynos3250.dtsi
index e3bfb11..f8c02dd 100644
--- a/a
Because of recent update, proper clock-frequency becomes mandatory
for validating the mode of panel. This clock-frequency must be set
appropriately for getting required frame rate.
Signed-off-by: Hyungwon Hwang
---
arch/arm/boot/dts/exynos3250-rinato.dts | 2 +-
1 file changed, 1 insertion(+), 1
W dniu 11.06.2015 o 22:08, Duc Dang pisze:> X-Gene v1 PCIe controller has a bug
in Configuration Request Retry
> Status (CRS) logic:
>When CPU tries to read Vendor ID and Device ID of not-existed
>remote device, the controller returns 0x0001 instead of
>0x; this will add si
On 04/06/15 19:44, Luis R. Rodriguez wrote:
> From: "Luis R. Rodriguez"
>
> This driver uses the same area for MTRR as for the ioremap_wc(), if
> anything it just uses a smaller size in case MTRR reservation fails.
> ioremap_wc() API is already used to take advantage of architecture
> write-com
On Wed, Jun 10, 2015 at 09:13:55AM +0200, Linus Walleij wrote:
> On Fri, Mar 6, 2015 at 4:05 PM, Antoine Tenart
> wrote:
>
> > The Berlin pin-controller driver was sharing the chip and system
> > controller nodes with the clock and the reset drivers. They all shared
> > the same compatible. With
This is binding information for the UniPhier on-chip UART driver
(drivers/tty/serial/8250/8250_uniphier.c).
Signed-off-by: Masahiro Yamada
---
Greg,
If not too late, can you merge this patch into your tty repository
for the upcoming merge window, please?
.../devicetree/bindings/serial/uniphi
Peter Zijlstra writes:
> On Thu, Jun 11, 2015 at 03:13:57PM +0300, Alexander Shishkin wrote:
>> @@ -1426,7 +1426,23 @@ perf_event_nmi_handler(unsigned int cmd, struct
>> pt_regs *regs)
>> u64 finish_clock;
>> int ret;
>>
>> -if (!atomic_read(&active_events))
>> +/*
>> + *
On 12/06/15 09:00, Viresh Kumar wrote:
Migrate arm_global_timer driver to the new 'set-state' interface
provided by the clockevents core, the earlier 'set-mode' interface is
marked obsolete now.
This also enables us to implement callbacks for new states of clockevent
devices, for example: ONESH
The dev_attrs field of struct bus_type is going away, use dev_groups
instead. This converts the soundbus code to use the correct field.
These modifications were made using Coccinelle.
Signed-off-by: Quentin Lambert
---
drivers/sh/superhyway/superhyway-sysfs.c | 26 --
On 12-06-15, 10:10, srini wrote:
> Should have been careful with the my last Ack :-)
That's fine.
> Acked-by: Srinivas Kandagatlahttp://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
On 2015/6/12 16:42, Naoya Horiguchi wrote:
> On Thu, Jun 04, 2015 at 08:54:22PM +0800, Xishi Qiu wrote:
>> Intel Xeon processor E7 v3 product family-based platforms introduces support
>> for partial memory mirroring called as 'Address Range Mirroring'. This
>> feature
>> allows BIOS to specify a
On Mon, May 25, 2015 at 03:19:55PM +0200, Alexandre Belloni wrote:
> CUPD is not flushed before enabling the channel so it will update CDTY/CPRD
> just
> after one period. So we always set CUPD, even when the channel is not enabled.
>
> Signed-off-by: Alexandre Belloni
> ---
> drivers/pwm/pwm-a
Hi Alexandre,
Alexandre Belloni wrote 2015-06-12
PM 04:40:27:
>
> Re: [PATCH v3 1/4] drivers/rtc/pcf8563: Replace deprecated
> rtc_time_to_tm() and rtc_tm_to_time()
>
> Hi Xunlei,
>
> Just to let you know that your series are usually classified as spam
> when coming from 126.com. This series
HI Gabriele,
On Sun, Mar 22, 2015 at 03:43:55PM +0100, Gabriele Mazzotta wrote:
> The driver was not reporting widths for image sensors and cr48 sensors
> despite it was calculating them.
>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=77161
> Signed-off-by: Gabriele Mazzotta
> ---
> driv
Hi Bogdan,
On Tue, Jun 02, 2015 at 10:43:01AM +0300, Bogdan George Stefan wrote:
> Dimitry,
>
> I know 0xB2 should provide that information according to the
> datasheet, however here is what Zeitec guys had to say when I asked
> them why it does not work:
>
> "0xB2 is deprecated.
> It only suppo
Hi Hn,
On Wed, Jun 10, 2015 at 10:41:26PM +0800, Hn Chen wrote:
> Hi, Dmitry,
>
> Thanks for your suggestion !
>
> > Thank you for making changes, I have some more comments. By the way, have
> > you tried running scripts/checkpatch.pl over your patch?
> > It often picks up some common issues.
Hi Gabriele,
On Sun, Mar 22, 2015 at 03:43:56PM +0100, Gabriele Mazzotta wrote:
> Userspace might still rely on ABS_TOOL_WIDTH to determine the width of
> contacts, so add it to the legacy pointer emulation.
I do not think we can do that, at least not in such straightforward
manner, because while
On Mon, May 25, 2015 at 06:11:49PM +0200, Alexandre Belloni wrote:
> pwm-leds calls .config() and .disable() in a row. This exhibits that it may
> happen that the channel gets disabled before CDTY has been updated with CUPD.
> The issue gets quite worse with long periods.
> So, ensure that at least
2015-06-12 18:03 GMT+09:00 Hyungwon Hwang :
> Exynos mipi phy driver needs syscon node to be probed successfully.
>
> Signed-off-by: Hyungwon Hwang
> ---
> arch/arm/boot/dts/exynos3250.dtsi | 1 +
> 1 file changed, 1 insertion(+)
Thanks for the patch but actually Beata Michalska (+CC) sent it al
On 06/12, Juston Li wrote:
> fixed all checkpatch.pl ERROR: do not use C99 // comments
>
> Any C99 comments used to comment out code are simply removed.
> Also some of the errors occur inside '#if 0' blocks which I
> might as well fix since checkpatch.pl caught them but the blocks
> themselves sho
On Thu, Jun 11, 2015 at 04:28:32PM +0300, Vladimir Zapolskiy wrote:
> To be consistent with other kernel interface namings, rename
> of_get_named_gen_pool() to of_gen_pool_get(). In the original
> function name "_named" suffix references to a device tree property,
> which contains a phandle to a de
2015-06-12 18:03 GMT+09:00 Hyungwon Hwang :
> Because of recent update, proper clock-frequency becomes mandatory
> for validating the mode of panel. This clock-frequency must be set
> appropriately for getting required frame rate.
>
> Signed-off-by: Hyungwon Hwang
Acked-by: Krzysztof Kozlowski
On 06/12/2015 11:05 AM, Antoine Tenart wrote:
On Wed, Jun 10, 2015 at 09:13:55AM +0200, Linus Walleij wrote:
On Fri, Mar 6, 2015 at 4:05 PM, Antoine Tenart
wrote:
The Berlin pin-controller driver was sharing the chip and system
controller nodes with the clock and the reset drivers. They all s
On 06/12/2015 08:53 AM, Arun Chandran wrote:
> earlyprintk messages are not appearing on the terminal
> emulator during a big endian kernel boot. In BE mode
> sending full words to UART will result in unprintable
> characters as they are byte swapped versions of printable
> ones. So send only bytes
On Fri, 12 Jun 2015 18:23:18 +0900
Krzysztof Kozlowski wrote:
> 2015-06-12 18:03 GMT+09:00 Hyungwon Hwang :
> > Because of recent update, proper clock-frequency becomes mandatory
> > for validating the mode of panel. This clock-frequency must be set
> > appropriately for getting required frame ra
This series add MT8173 watchdog and I2C device nodes. Both device nodes
are based on 4.1-rc1, but I2C need two extra CCF patches from Sascha [1][2].
[1] clk: Add common clock support for Mediatek MT8135 and MT8173
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-April/338763.html
[2
Add MT8173 I2C device nodes, include I2C controllers and pins.
MT8173 has six I2C controllers, from i2c0 to i2c6, exclude i2c5.
The 6th I2C controller register base doesn't next to 5th I2C,
and there is a hardware between 5th and 6th I2C controller. So
SoC designer name 6th controller as "i2c6", no
Add MT8173 watchdog device node.
Signed-off-by: Eddie Huang
---
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index 30ac8dd..b52ec43 100644
--- a/arch/arm64/b
On 10.06.2015 03:26, Rob Herring wrote:
> set_irq_flags is ARM specific with custom flags which have genirq
> equivalents. Convert drivers to use the genirq interfaces directly, so we
> can kill off set_irq_flags. The translation of flags is as follows:
>
> IRQF_VALID -> !IRQ_NOREQUEST
> IRQF_PROB
Commit-ID: 45bbfe64ea564a69e56ab6754006eee506224f46
Gitweb: http://git.kernel.org/tip/45bbfe64ea564a69e56ab6754006eee506224f46
Author: Joe Perches
AuthorDate: Mon, 25 May 2015 11:49:55 -0700
Committer: Thomas Gleixner
CommitDate: Wed, 10 Jun 2015 11:31:14 +0200
clocksource: Use current
Commit-ID: ae60d6a0e3a9197d37f8c8c4584a8ecd18518cd6
Gitweb: http://git.kernel.org/tip/ae60d6a0e3a9197d37f8c8c4584a8ecd18518cd6
Author: Nicholas Mc Guire
AuthorDate: Thu, 28 May 2015 19:09:55 +0200
Committer: Thomas Gleixner
CommitDate: Wed, 10 Jun 2015 11:31:13 +0200
time: Refactor use
Commit-ID: c569a23d65ac2900d9998d3fe04044fe95be6b2f
Gitweb: http://git.kernel.org/tip/c569a23d65ac2900d9998d3fe04044fe95be6b2f
Author: Nicholas Mc Guire
AuthorDate: Thu, 28 May 2015 19:09:56 +0200
Committer: Thomas Gleixner
CommitDate: Wed, 10 Jun 2015 11:31:14 +0200
time: Allow gcc to
Commit-ID: d151832650ed98961a5650e73e85c349ad7839cb
Gitweb: http://git.kernel.org/tip/d151832650ed98961a5650e73e85c349ad7839cb
Author: John Stultz
AuthorDate: Thu, 11 Jun 2015 15:54:53 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 12 Jun 2015 10:56:20 +0200
time: Move clock_was_set
Commit-ID: 90bf361ceae28dee50a584c3dd4c1a96178d982c
Gitweb: http://git.kernel.org/tip/90bf361ceae28dee50a584c3dd4c1a96178d982c
Author: John Stultz
AuthorDate: Thu, 11 Jun 2015 15:54:54 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 12 Jun 2015 11:15:49 +0200
ntp: Introduce and use S
Commit-ID: 96efdcf2d080687e041b0353c604b708546689fd
Gitweb: http://git.kernel.org/tip/96efdcf2d080687e041b0353c604b708546689fd
Author: John Stultz
AuthorDate: Thu, 11 Jun 2015 15:54:56 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 12 Jun 2015 11:15:49 +0200
ntp: Do leapsecond adjus
Commit-ID: 833f32d763028c1bb371c64f457788b933773b3e
Gitweb: http://git.kernel.org/tip/833f32d763028c1bb371c64f457788b933773b3e
Author: John Stultz
AuthorDate: Thu, 11 Jun 2015 15:54:55 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 12 Jun 2015 11:15:49 +0200
time: Prevent early expi
Commit-ID: 0c4a5fc95b1df42651a9b4c1f72d348b3d196ea0
Gitweb: http://git.kernel.org/tip/0c4a5fc95b1df42651a9b4c1f72d348b3d196ea0
Author: John Stultz
AuthorDate: Thu, 11 Jun 2015 15:54:57 -0700
Committer: Thomas Gleixner
CommitDate: Fri, 12 Jun 2015 11:15:50 +0200
selftests: timers: Add l
On 11/06/15 16:13, Heiko Schocher wrote:
> Dan Carpenter reported the static checker warning:
>
> drivers/video/fbdev/sm501fb.c:1958 sm501fb_probe()
> warn: strcpy() 'cp' of unknown size might be too large for 'fb_mode'
>
> Fix it, as the SM501 datasheet says the SM501 can "200 MHz
> DAC suppor
A few nits.
On Thu, 2015-06-11 at 22:48 +0200, Christian Gmeiner wrote:
> --- /dev/null
> +++ b/drivers/mfd/congatec-cgeb.c
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software
2015-06-12 18:27 GMT+09:00 Hyungwon Hwang :
> On Fri, 12 Jun 2015 18:23:18 +0900
> Krzysztof Kozlowski wrote:
>
>> 2015-06-12 18:03 GMT+09:00 Hyungwon Hwang :
>> > Because of recent update, proper clock-frequency becomes mandatory
>> > for validating the mode of panel. This clock-frequency must be
On 09/06/15 16:04, Rasmus Villemoes wrote:
> gcc is not smart enough to realize that strlen(strbuf1) cannot be
> changed by the loop body, so it is forced to recompute it, at least in
> the branch containing the assignment. Avoid this by using an
> equivalent stopping condition.
Does it matter?
On 09/06/15 01:30, Kees Cook wrote:
> Since kobject_init_and_add takes a format string, make sure that the
> passed in name cannot be accidentally parsed.
>
> Signed-off-by: Kees Cook
> ---
> drivers/video/fbdev/omap2/dss/display-sysfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
In this patch, increased the number of MSIX vector support for SAS3 C0 HBAs to
up-to 96.
Following are changes that are done in this patch
1. Support this feature only for SAS3 C0 cards and also only when reply post
free queue count is greater than 8.
2. Instead of using single ReplyPostHostInde
This patch set contains all the features and defect fixes from Phase4 to Phase8.
Please review this patch set and consider these patches for next kernel release.
Sreekanth Reddy (20):
[SCSI] mpt3sas: Added Combined Reply Queue feature to extend up-to 96
MSIX vector support
[SCSI] mpt3sas:
Added the following Dell branding to the mpt3sas driver.
"VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Dell
Branding String
0x10000x0097 0x1028 0x1F46DELL
12Gbps HBA
Signed-off-by: Sreekanth Reddy
---
drivers/scsi/mpt3sas/mpt
Update MPI 2.5 Release: MPI 2.5 Rev I (2.5.4) specification and 2.00.33 header
files
Below is the change set from the MPI specification for I Rev
1) Added Base Enclosure Level bit to the Flags field of Manufacturing Page 7.
2) Updated description of the MaxTargetPortConnectTime field of SAS IO U
Bump mpt3sas Driver version to v5.100.00.00
Signed-off-by: Sreekanth Reddy
---
drivers/scsi/mpt3sas/mpt3sas_base.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h
b/drivers/scsi/mpt3sas/mpt3sas_base.h
index 293ad23..9396a76 100644
---
During hot-plugging of a disk(having a flaky link), the disk addition
stops and any further disk addition or removal doesn't happen on that
controller.
This is because, when driver receives DELAY_NOT_RESPONDING event for a disk
while it is undergoing addition at the SCSI Transport layer, the drive
Following is the change set,
1. Added more defines for the BiosOptions field of MPI2_CONFIG_PAGE_BIOS_1.
2. Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC definition.
Signed-off-by: Sreekanth Reddy
---
drivers/scsi/mpt3sas/mpi/mpi2.h | 5 +++--
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h | 14 +
Added support for below customer specific brandings
"VendorID" "DeviceID" "SubsystemVendor ID" "SubsystemDevice ID" Cisco
Branding String
0x1000 0x97 0x1137 0x154 Cisco
9300-8i 12Gbps SAS HBA
0x1000 0x97 0x1137 0
For any SCSI command, if the driver receives
IOC status = SCSI_IOC_TERMINATED and log info = 0x32010081 then
that command will be completed with DID_RESET host status.
The definition of this log info value is
"Virtual IO has failed and has to be retried".
Firmware will provide this log info value
Issue: When the disks are getting discovered and assigned device
handles by the kernel, a device block followed by an unblock
(due to broadcast primitives) issued by the driver is
interspersed by the kernel changing the state of the device.
Therefore the unblock by the driver results in a no operat
Added dma_mapping_error() API after mapping an address with dma_map_single()
API.
Otherwise when CONFIG_DMA_API_DEBUG is enabled in the kernel, then it complains
about mpt3sas driver not calling dma_mapping_error after mapping an address with
dma_map_single
Signed-off-by: Sreekanth Reddy
---
dr
Bump mpt3sas driver version to 9.100.00.00
Signed-off-by: Sreekanth Reddy
---
drivers/scsi/mpt3sas/mpt3sas_base.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h
b/drivers/scsi/mpt3sas/mpt3sas_base.h
index b97039b..0ffe763 100644
--- a
On Tue, May 26, 2015 at 01:08:17PM -0700, Jonathan Richardson wrote:
> From: Arun Ramamurthy
>
> Omit setting the polarity to normal during probe and instead use the
> new pwmchip_add_inversed function to register a PWM chip with default
> polarity of inversed for all channels as this is the actu
Below are the new changes to MPI 2.5 Rev K(2.5.6) specification and 2.00.35
header files
1) Added a minimum size requirement for target mode command buffers.
2) Added MinMSIxIndex and MaxMSIxIndex fields to CommandBufferPostBase Request.
3) For BIOS Page 1, added SSUTimeout field, and added Produc
On Fri, 12 Jun 2015 09:00:06 +0200 Takashi Iwai wrote:
> At Fri, 12 Jun 2015 01:23:18 +0300, Mihai Donțu wrote:
> > No, 4.0.5 and all previous kernels (>= 3.12) are OK. I have attached a
> > small tarball with the two files produced by alsa-info.sh.
>
> Both are taken in different states (one is h
Created a thread using alloc_ordered_workqueue() API in order to process
the works from firmware Work-queue sequentially instead of
create_singlethread_workqueue() API.
Signed-off-by: Sreekanth Reddy
---
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 7 ++-
1 file changed, 6 insertions(+), 1 deletio
scsi_dma_map API will return a negative value (i.e. -ENOMEM)
if DMA mapping of sg lists fails and zero if the sg list in the
SCSI cmd is NULL. But drivers doesn't handled sg list DMA mapping
failure case properly.
So, Updated the code to return host busy error status to SCSI MID Layer(SML),
when D
On Tue, May 26, 2015 at 01:08:16PM -0700, Jonathan Richardson wrote:
> From: Tim Kryger
>
> Add a new function to register a PWM chip with channels that have their
> initial polarity as inversed. This benefits drivers of controllers that
> by default operate with inversed polarity by removing th
101 - 200 of 759 matches
Mail list logo