tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 32b88194f71d6ae7768a29f87fbba454728273ee
commit: ccf79c238f1a06a801b4c4449b9bc8a42be2c7bc Merge tag 'v4.3-rc3' into
x86/urgent, before applying dependent fix
date: 4 weeks ago
config: i386-randconfig-c0-10
On 10/22/2015 4:45 AM, Alexander Duyck wrote:
+/* Record states hold by PF */
+memcpy(&state->vf_data, &adapter->vfinfo[vfn], sizeof(struct
vf_data_storage));
+
+vf_shift = vfn % 32;
+reg_offset = vfn / 32;
+
+reg = IXGBE_READ_REG(hw, IXGBE_VFTE(reg_offset));
+reg &= ~(1
On 23.10.2015 02:33, Greg KH wrote:
I'm announcing the release of the 4.2.4 kernel.
All users of the 4.2 kernel series must upgrade.
The updated 4.2.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
linux-4.2.y
and can be browsed at the n
On Sun, Oct 25, 2015 at 12:45 PM, Jonathan Corbet wrote:
> On Sat, 24 Oct 2015 11:28:19 +0100
> Grant Likely wrote:
>
>> I've been asked several versions of the same question, and also the
>> annual "what does the TAB actually do?" question, so I'm going to try
>> and answer them all in one email
Linus,
here are two driver bugfixes for the I2C subsystem. Please pull.
Thanks,
Wolfram
The following changes since commit 7379047d5585187d1288486d4627873170d0005a:
Linux 4.3-rc6 (2015-10-18 16:08:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/ke
Any update on this issue?
Thank you.
Ciao,
Gerhard
On 10.08.2015 19:39, Cong Wang wrote:
(Cc'ing netdev and netfilter-devel)
On Fri, Aug 7, 2015 at 6:00 AM, Gerhard Wiesinger wrote:
On 06.08.2015 20:43, Gerhard Wiesinger wrote:
Hello,
I'm having the following problem with IPv6 and a priva
Am Freitag, 23. Oktober 2015, 08:25:08 schrieb Doug Anderson:
> On Fri, Oct 23, 2015 at 4:25 AM, Caesar Wang wrote:
> > Add the "init" anf "sleep" pinctrl as the OTP gpio state.
> > We need the OTP pin is gpio state before resetting the TSADC controller,
> > since the tshut polarity will generate
Final reminder and update:
The TAB elections will be held at 6:00pm tomorrow evening, Monday
October 26th during the evening booth-crawl and reception in the Park
Studio room. We will start at 6:00 sharp. Don't be late.
Agenda:
1) Welcome and brief summary of what the TAB does
2) Questions
3) Las
On Tuesday 13 October 2015 10:52 PM, Suzuki K. Poulose wrote:
> Apart from the selected feature registers, we expose MIDR_EL1 (Main
> ID Register). The user should be aware that, reading MIDR_EL1 can be
> tricky on a heterogeneous system (just like getcpu()). We export the
> value of the current CP
> >>Enable i2c module/unit before transmission and disable when it
> >>finishes.
>
> >Can't you use Runtime PM for that?
> >
>
> I haven't tried it though, I can give a try and check.
It should work. Other I2C drivers are doing exactly that.
signature.asc
Description: Digital signature
On Mon, Aug 24, 2015 at 11:29:36AM +0530, Vaibhav Hiremath wrote:
> 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".
>
> As discussed in the previous pa
On Wed, Oct 21, 2015 at 12:47:20AM +0200, Arnd Bergmann wrote:
> A number of symbols in the wilc1000 driver are completely unused
> and can be removed.
> This includes two variables that are only written but not read.
>
> Signed-off-by: Arnd Bergmann
Due to other patches that were sent before yo
On Thu, Oct 22, 2015 at 12:07:36AM +0100, Luis de Bethencourt wrote:
> The driver is using -1 instead of the -ENOMEM defined macro to specify that
> a buffer allocation failed.
>
> Fixes smatch warning and similars:
> drivers/staging/wilc1000/host_interface.c:1782 Handle_Key() warn:
> returning -1
On Sat, Oct 24, 2015 at 12:58:20PM +0530, Paul Davies C wrote:
> This patch fixes the following warnings given by the sparse:
>
> drivers/staging/lustre/lustre/obdclass/linux/linux-module.c:424:5: warning:
> symbol 'class_procfs_init' was not declared. Should it be static?
> drivers/staging/lustr
On Sat, Oct 24, 2015 at 07:58:05AM +0530, Muhammad Falak R Wani wrote:
> Use the timer API function setup_timer instead of init_timer, removing
> the structure field assignments.
>
>
>
> @timer@
> expression e1,e2,e3,fn_ptr;
> @@
> -init_timer(&e1);
> +setup_timer(&e1, fn_ptr, e2);
> ... when !=
On Sat, Oct 24, 2015 at 07:49:28AM +0530, Muhammad Falak R Wani wrote:
> Use the timer API function setup_timer instead of init_timer, removing
> the structure field assignments.
>
>
>
> @timer@
> expression e1,e2,e3,fn_ptr;
> @@
> -init_timer(&e1);
> +setup_timer(&e1, fn_ptr, e2);
> ... when !=
On Sun, Oct 18, 2015 at 09:57:09PM +0800, Geliang Tang wrote:
> sched.h header in ipath_*.c is now unnecessary, since I have added
> sched.h in ipath_kernel.h. So remove it.
Overall, it's best to split this type of thing out, don't "hide" .h
includes in another .h file, so I'm not going to take th
On Fri, Oct 23, 2015 at 03:59:12PM -0400, James Simmons wrote:
> The kernel communication code used for HSM and changelog is
> entangled. Move the user space bits into the liblustreapi. This will
> also help for a possible relicensing. The kernel portion is also moved
> from libcfs to obdclass.
>
On Sat, Oct 24, 2015 at 07:05:32PM -0700, Greg Kroah-Hartman wrote:
> On Sun, Oct 18, 2015 at 09:57:09PM +0800, Geliang Tang wrote:
> > sched.h header in ipath_*.c is now unnecessary, since I have added
> > sched.h in ipath_kernel.h. So remove it.
>
> Overall, it's best to split this type of thing
On Sun, Oct 18, 2015 at 09:58:15PM +0100, Luis de Bethencourt wrote:
> Boolean tests do not need explicit comparison to true or false.
>
> Signed-off-by: Luis de Bethencourt
> ---
> drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 4 ++--
> drivers/staging/ft1000/ft1000-usb/ft1000_hw.c| 2
On Mon, Oct 19, 2015 at 11:14:35PM +0530, Muhammad Falak R Wani wrote:
> Rewrite explicit NULL comparison in its simpler form.
>
> @NULL_REPLACE@
> expression e;
> @@
>
> -e == NULL
> + !e
>
>
> Signed-off-by: Muhammad Falak R Wani
> ---
> drivers/staging/dgnc/dgnc_tty.c | 2 +-
> 1 file chan
On Sun, Oct 25, 2015 at 08:25:49AM +0100, Gerhard Wiesinger wrote:
> On 23.10.2015 02:33, Greg KH wrote:
> >I'm announcing the release of the 4.2.4 kernel.
> >
> >All users of the 4.2 kernel series must upgrade.
> >
> >The updated 4.2.y git tree can be found at:
> > git://git.kernel.org/pub/scm
On Mon, Oct 19, 2015 at 09:33:20AM +0200, dave penkler wrote:
>
> Implement support for the USB488 defined READ_STATUS_BYTE and SRQ
> notifications with ioctl, fasync and poll/select in order to be able
> to synchronize with variable duration instrument operations.
>
> Add ioctls for other USB488
On Wed, Oct 21, 2015 at 05:34:11PM +0200, Tomeu Vizoso wrote:
> Adds a function that tells whether a device is already bound to a
> driver.
>
> This is needed to warn when there is an attempt to change the PM domain
> of a device that has finished probing already. The reason why we want to
> enfor
On Sun, Oct 25, 2015 at 12:17:11PM +0530, saurabh wrote:
> >From 999005638f8d3f95075fdfdc6bf8f7ff88810f5d Mon Sep 17 00:00:00 2001
> From: Saurabh Sengar
> Date: Sun, 25 Oct 2015 08:58:42 +0530
> Subject: [PATCH] fixing the coding style changes
>
> Attached a patch whic fixes the checkpatch.pl sc
On Mon, Aug 24, 2015 at 11:29:37AM +0530, Vaibhav Hiremath wrote:
> 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 bit-fields,
>
> - i2c-sclk-low-tim
> And the i2c binding documentation, which says,
> for platforms using REGS_PXA2XX, they need to provide additional node
> "mrvl,pxa-i2c". Which is confusing :)
Yes, the description of the compatible entry is pretty bogus. Could you
fix that?
signature.asc
Description: Digital signature
On Sun, Oct 25, 2015 at 5:06 PM, Grant Likely wrote:
> Final reminder and update:
>
> The TAB elections will be held at 6:00pm tomorrow evening, Monday
> October 26th during the evening booth-crawl and reception in the Park
> Studio room. We will start at 6:00 sharp. Don't be late.
>
> Agenda:
> 1
* Arnaldo Carvalho de Melo wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
> The following changes since commit 80fcd45ee05b4ef05e61d37a5ffb70a67095a9f6:
>
> Merge tag 'perf-core-for-mingo' of
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
* Namhyung Kim wrote:
> Currently if an option name is ambiguous it only prints first two
> matched option names but no help. It'd be better it could show all
> possible names and help messages too.
>
> Before:
> $ perf report --show
> Error: Ambiguous option: show (could be --show-total
Commit-ID: 161d9041782b86c5493481566539bfc058ceeaff
Gitweb: http://git.kernel.org/tip/161d9041782b86c5493481566539bfc058ceeaff
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 23 Oct 2015 13:27:39 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 23 Oct 2015 21:50:50 -0300
pe
Commit-ID: 869c55b0f473fecfe6c294c6fa965dedfe469e02
Gitweb: http://git.kernel.org/tip/869c55b0f473fecfe6c294c6fa965dedfe469e02
Author: Arnaldo Carvalho de Melo
AuthorDate: Fri, 23 Oct 2015 11:23:28 -0300
Committer: Arnaldo Carvalho de Melo
CommitDate: Fri, 23 Oct 2015 21:50:49 -0300
pe
* Namhyung Kim wrote:
> So that it can be more consistent with other --show-* options. The old
> name (--showcpuutilization) is provided only for compatibility.
1)
Btw., maybe we could enhance the option parser to strip all (non-leading)
dashes
from long-form option names? That way both var
On 25.10.2015 09:25, Greg KH wrote:
On Sun, Oct 25, 2015 at 08:25:49AM +0100, Gerhard Wiesinger wrote:
On 23.10.2015 02:33, Greg KH wrote:
I'm announcing the release of the 4.2.4 kernel.
All users of the 4.2 kernel series must upgrade.
The updated 4.2.y git tree can be found at:
git:/
On Sun, Oct 25, 2015 at 01:25:47AM -0700, Greg KH wrote:
> On Sun, Oct 25, 2015 at 08:25:49AM +0100, Gerhard Wiesinger wrote:
> > On 23.10.2015 02:33, Greg KH wrote:
> > >I'm announcing the release of the 4.2.4 kernel.
> > >
> > >All users of the 4.2 kernel series must upgrade.
> > >
> > >The updat
* Namhyung Kim wrote:
> It's annoying to see error or help message when command has many options like
> in
> perf record, report or top. [...]
That's indeed so.
> [...] So setup pager when print parser error or help message - it should be
> OK
> since no UI is enabled at the parsing time.
* Alexei Starovoitov wrote:
> exported perf symbols are GPL only, mark eBPF helper functions
> used in tracing as GPL only as well.
>
> Suggested-by: Peter Zijlstra
> Signed-off-by: Alexei Starovoitov
> ---
> this is on top of this patch that touches the same file:
> http://patchwork.ozlabs.o
On 2015-10-24 22:44, Michele Baldessari wrote:
The Xin-Mo Dual Arcade controller (16c0:05e1) needs this quirk in order
to have the two distinct joysticks working.
Before the change:
$ jstest /dev/input/js0
Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y)
...
$ jstest /dev/input/js1
jstest:
On Sat, Oct 24, 2015 at 4:56 AM, Matthew R. Ochs
wrote:
> Hi Punit,
>
> Aren't you missing the removal of the memset() as part of this conversion?
>
>
> -matt
>
>> On Oct 23, 2015, at 3:03 PM, Punit Vara wrote:
>>
>> This patch is to the lpfc_els.c which resolves following warning
>> reported by
* Namhyung Kim wrote:
> Hi Ingo,
>
> On Fri, Oct 23, 2015 at 6:03 PM, Ingo Molnar wrote:
> >
> > * tip-bot for Namhyung Kim wrote:
> >
> >> Commit-ID: 76a26549eb367f683fbb394b7246bef5dc665f8c
> >> Gitweb:
> >> http://git.kernel.org/tip/76a26549eb367f683fbb394b7246bef5dc665f8c
> >> Autho
* Alexei Starovoitov wrote:
> On 10/23/15 5:03 AM, Peter Zijlstra wrote:
> >So the bpf_perf_event_read() returns the count value, does this not also
> >mean that returning -EINVAL here is also 'wrong'?
> >
> >I mean, sure an actual count value that high is unlikely, but its still
> >a broken int
> On Sun, Aug 30, 2015 at 3:43 AM, wrote:
>>> On Sun, Aug 23, 2015 at 8:09 AM, Yaniv Gardi
>>> wrote:
This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS
a platform device.
In order to do so a few additional changes are required:
1. The ufshcd-pltfrm is no longer ser
On 25.10.2015 10:03, Willy Tarreau wrote:
On Sun, Oct 25, 2015 at 01:25:47AM -0700, Greg KH wrote:
On Sun, Oct 25, 2015 at 08:25:49AM +0100, Gerhard Wiesinger wrote:
On 23.10.2015 02:33, Greg KH wrote:
I'm announcing the release of the 4.2.4 kernel.
All users of the 4.2 kernel series must upg
> On Sun, Aug 23, 2015 at 8:09 AM, Yaniv Gardi
> wrote:
>> This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS
>> a platform device.
>> In order to do so a few additional changes are required:
>> 1. The ufshcd-pltfrm is no longer serves as a platform device.
>>Now it only serves as a
* Linus Torvalds wrote:
> On Sun, Oct 25, 2015 at 11:18 AM, Tejun Heo wrote:
> >
> > We definitely need to weigh the inputs from heavy users but also need to
> > discern the actual problems which need to be solved from the specific
> > mechanisms chosen to solve them. Let's please keep the d
Hi
On Sun, Oct 25, 2015 at 12:53 AM, Dmitry Torokhov
wrote:
> Hi Benjamin,
>
> On Tue, Aug 25, 2015 at 11:12:59AM -0400, Benjamin Tissoires wrote:
>> +static int uinput_abs_setup(struct uinput_device *udev,
>> + struct uinput_setup __user *arg, size_t size)
>> +{
>> +
On Sun, Oct 25, 2015 at 10:30:36AM +0100, Gerhard Wiesinger wrote:
> On 25.10.2015 10:03, Willy Tarreau wrote:
> >On Sun, Oct 25, 2015 at 01:25:47AM -0700, Greg KH wrote:
> >>On Sun, Oct 25, 2015 at 08:25:49AM +0100, Gerhard Wiesinger wrote:
> >>>On 23.10.2015 02:33, Greg KH wrote:
> I'm announ
On Thu, Oct 22, 2015 at 02:24:03PM -0500, atull wrote:
> > The return value should be checked for non-zero, instead
> > of checking it being IS_ERR_VALUE().
> >
> > Signed-off-by: Moritz Fischer
> On Thu, 22 Oct 2015, Moritz Fischer wrote:
>
> Hi Moritz,
>
> Thank you, yes this is better.
>
>
On Sat, Oct 24, 2015 at 10:23:14PM -0700, Joonwoo Park wrote:
> At present scheduler resets task's wait start timestamp when the task
> migrates to another rq. This misleads scheduler itself into reporting
> less wait time than actual by omitting time spent for waiting prior to
> migration and als
On Sat, Oct 24, 2015 at 11:01:02AM -0700, Olav Haugan wrote:
> Task->on_rq has three states:
> 0 - Task is not on runqueue (rq)
> 1 (TASK_ON_RQ_QUEUED) - Task is on rq
> 2 (TASK_ON_RQ_MIGRATING) - Task is on rq but in the process of being
> migrated to another rq
>
> When a
Below is the list of build error/warning regressions/improvements in
v4.3-rc7[1] compared to v4.2[2].
Summarized:
- build errors: +13/-8
- build warnings: +160/-100
JFYI, when comparing v4.3-rc7[1] to v4.3-rc6[3], the summaries are:
- build errors: +12/-4
- build warnings: +42/-40
Note t
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
Signed-off-by: Muhammad Falak R Wani
---
v2 changes:
-> Change the subject line to a be more specific
mfrw
drivers/staging/rdma/ipath/ipath_sdma.c | 6 +++---
1 file changed, 3 inser
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
The simplified semantic patch used is :-
@timer@
expression e1,e2,e3,fn_ptr;
@@
-init_timer(&e1);
+setup_timer(&e1, fn_ptr, e2);
... when != fn_ptr = e3
-e1.function = fn_ptr;
-e1.data = e2;
Use of the timer API function setup_timer instead of init_timer, removing
the structure field assignments, and make the codeflow more readable.
The simplified sematic patch used is :-
@timer@
expression e1,e2,e3,fn_ptr;
@@
-init_timer(&e1);
+setup_timer(&e1, fn_ptr, e2);
... when != fn_ptr = e3
-
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
Signed-off-by: Muhammad Falak R Wani
---
v2 changes:
-> Change the subject line to a be more specific
mfrw
drivers/staging/rdma/ipath/ipath_verbs.c | 5 ++---
1 file changed, 2 inser
On Sun, Oct 25, 2015 at 11:12 AM, Geert Uytterhoeven
wrote:
> JFYI, when comparing v4.3-rc7[1] to v4.3-rc6[3], the summaries are:
> - build errors: +12/-4
+ /home/kisskb/slave/src/arch/arm/kernel/devtree.c: error: implicit
declaration of function 'early_init_dt_scan_nodes'
[-Werror=implicit-f
On Sat, Oct 24, 2015 at 10:23:14PM -0700, Joonwoo Park wrote:
> @@ -1069,7 +1069,7 @@ static struct rq *move_queued_task(struct rq *rq,
> struct task_struct *p, int new
> {
> lockdep_assert_held(&rq->lock);
>
> - dequeue_task(rq, p, 0);
> + dequeue_task(rq, p, DEQUEUE_MIGRATING);
The pr_*() calls in the x86 EFI code may or may not include a
subsystem tag, which makes it difficult to grep the kernel log for all
relevant EFI messages and leads users to miss important information.
Recently, a bug reporter provided all the EFI print messages from the
kernel log when trying to
On Fri, Oct 23, 2015 at 06:18:33AM -0500, Aravind Gopalakrishnan wrote:
> CLZERO instruction introduced in AMD Fam17h processors
> zero's out a 64 byte cache line specified in RAX.
>
> Add the bit here to allow /proc/cpuinfo to list the feature
>
> Signed-off-by: Wan Zongshun
> Signed-off-by: Ar
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
@timer@
expression e1,e2,e3,fn_ptr;
@@
-init_timer(&e1);
+setup_timer(&e1, fn_ptr, e2);
... when != fn_ptr = e3
-e1.function = fn_ptr;
-e1.data = e2;
Signed-off-by: Muhammad Falak R Wani
-
On Sun, Oct 25, 2015 at 11:18 AM, Geert Uytterhoeven
wrote:
> On Sun, Oct 25, 2015 at 11:12 AM, Geert Uytterhoeven
> wrote:
>> JFYI, when comparing v4.3-rc7[1] to v4.3-rc6[3], the summaries are:
>> - build errors: +12/-4
> + /home/kisskb/slave/src/arch/arm/kernel/patch.c: error: 'L_PTE_DIRTY
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
@timer@
expression e1,e2,e3,fn_ptr;
@@
-init_timer(&e1);
+setup_timer(&e1, fn_ptr, e2);
... when != fn_ptr = e3
-e1.function = fn_ptr;
-e1.data = e2;
Signed-off-by: Muhammad Falak R Wani
-
Use the timer API function setup_timer instead of init_timer, removing
the structure field assignments.
Signed-off-by: Muhammad Falak R Wani
---
v2 changes
->make subject line more specific
drivers/staging/rdma/hfi1/sdma.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
dif
On Sun, Oct 25, 2015 at 10:33:32AM +0100, Ingo Molnar wrote:
>
> Hm, that's weird - all our sched_*() system call APIs that set task
> scheduling
> priorities are fundamentally per thread, not per process. Same goes for the
> old
> sys_nice() interface. The scheduler has no real notion of 'pro
On Fri, Oct 23, 2015 at 12:53:59PM -0600, Toshi Kani wrote:
> In the case of memory error injection, einj_error_inject() checks
> if a target address is regular RAM. Update this check to add a call
> to region_intersects_pmem() to verify if a target address range is
> NVDIMM. This allows injectin
On 10/25/2015 11:41 AM, Theodore Ts'o wrote:
> On Sun, Oct 25, 2015 at 10:33:32AM +0100, Ingo Molnar wrote:
>>
>> Hm, that's weird - all our sched_*() system call APIs that set task
>> scheduling
>> priorities are fundamentally per thread, not per process. Same goes for the
>> old
>> sys_nice()
Folks, please pull the following bugfix from Sai which prevents a
kernel panic when booting an EFI machine with CONFIG_DEBUG_VIRTUAL
enabled.
This bug was reported last year by Dave Hansen,
https://lkml.kernel.org/r/5462999a.7090...@intel.com
and since nobody else has reported it, and given th
On 25.10.2015 10:46, Willy Tarreau wrote:
ipset *triggered* the problem. The whole stack dump would tell more.
OK, find the stack traces in the bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1272645
Kernel 4.1.10 triggered also a kernel dump when playing with ipset
commands and IPv6,
From: Sai Praneeth
When CONFIG_DEBUG_VIRTUAL is enabled, all accesses to __pa(address) are
monitored to see whether address falls in direct mapping or kernel text
mapping (see Documentation/x86/x86_64/mm.txt for details), if it does
not, the kernel panics. During 1:1 mapping of EFI runtime servic
On Sun, Oct 25, 2015 at 10:26:35AM +, Matt Fleming wrote:
> The pr_*() calls in the x86 EFI code may or may not include a
> subsystem tag, which makes it difficult to grep the kernel log for all
> relevant EFI messages and leads users to miss important information.
>
> Recently, a bug reporter
> On Thursday 22 October 2015 07:02:14 subha...@codeaurora.org wrote:
>> >
>> > Required properties:
>> > -- compatible: compatible list, contains "jedec,ufs-1.1"
>> > +- compatible: compatible list, contains "jedec,ufs-1.1" or
>> > +"qcom,msm8994-ufshc" or "qcom,ms
V8: add phy attributes to UFS devicetree documentation file
V7: removed additional dead code
V6: removed dead code from ufs-qcom.c and added
calling to ufshcd_dealloc_host() in ufshcd-pltfrm.c in case
of an error after a successfull ufshcd_alloc_host()
V5: removed a redundant null check
V4: add
This change turns the UFS variant (SCSI_UFS_QCOM) into a UFS
a platform device.
In order to do so a few additional changes are required:
1. The ufshcd-pltfrm is no longer serves as a platform device.
Now it only serves as a group of platform APIs such as PM APIs
(runtime suspend/resume, syste
This change is required in order to be able to build the component
as a module.
Signed-off-by: Yaniv Gardi
---
drivers/scsi/ufs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig
index e945383..5f45307 100644
--- a/dri
New revisions of UFS host controller supports the new UniPro
hardware controller (referred as QUniPro). This patch adds
the support to enable this new UniPro controller hardware.
This change also adds power optimization for bus scaling feature,
as well as support for HS-G3 power mode.
Signed-off-
In order to simplify the code a set of wrapper functions is created
to test and call each of the variant operations.
Signed-off-by: Yaniv Gardi
---
drivers/scsi/ufs/ufs-qcom.c | 1 -
drivers/scsi/ufs/ufshcd.c | 104 +---
drivers/scsi/ufs/ufshcd.h |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
master
head: 32b88194f71d6ae7768a29f87fbba454728273ee
commit: 57af3ad59d953f300a1fcb143e72d024aff73550 [media] sh-vou: convert to vb2
date: 4 months ago
config: x86_64-randconfig-s0-10251736 (attached as .config)
reprod
This change fixes a compilation warning that happens if SCSI_UFS_QCOM
is compiled as a module.
Also this patch fixes an error happens when insmod the module:
"ufs_qcom: module license 'unspecified' taints kernel."
Signed-off-by: Yaniv Gardi
---
drivers/scsi/ufs/ufs-qcom.c | 7 ++-
1 file ch
Adds support for configuring and reading the test bus and debug
registers. This change also adds another vops in order to print the
debug registers.
Signed-off-by: Yaniv Gardi
---
drivers/scsi/ufs/ufs-qcom.c | 165 +++-
drivers/scsi/ufs/ufs-qcom.h | 37 +
Tejun Heo wrote:
> If this is an actual problem, a better approach would be something
> which detects the stall condition and kicks off the next work item but
> if we do that I think I'd still trigger a warning there. I don't
> know. Don't go busy waiting in kernel.
Busy waiting in kernel refers
Signed-off-by: Yaniv Gardi
---
drivers/scsi/ufs/ufs-qcom.c | 34 +-
drivers/scsi/ufs/ufshcd.h | 21 +
2 files changed, 38 insertions(+), 17 deletions(-)
diff --git a/drivers/scsi/ufs/ufs-qcom.c b/drivers/scsi/ufs/ufs-qcom.c
index 6c23bbf..64
Export the following functions in order to avoid build errors
when the component PHY_QCOM_UFS is compiled as a module:
ERROR: "ufs_qcom_phy_disable_ref_clk"
[drivers/scsi/ufs/ufs-qcom.ko] undefined!
ERROR: "ufs_qcom_phy_enable_ref_clk"
[drivers/scsi/ufs/ufs-qcom.ko] undefined!
ERRO
On Sun, Oct 25, 2015 at 11:12 AM, Geert Uytterhoeven
wrote:
> Below is the list of build error/warning regressions/improvements in
> v4.3-rc7[1] compared to v4.2[2].
>
> Summarized:
> - build errors: +13/-8
> - build warnings: +160/-100
>
> JFYI, when comparing v4.3-rc7[1] to v4.3-rc6[3], the
On 23/10/15 14:59, Andrew F. Davis wrote:
> Hello all,
>
> This series adds a helper macro to the SPI core that assigns the owner
> in spi_drivers so individual drivers do not have to do this, this is
> similar to other subsystems like platform_driver and i2c_driver that
> have made this change.
F
On 22/10/15 19:22, Rob Herring wrote:
> On Thu, Oct 15, 2015 at 8:10 AM, Martin Kepplinger wrote:
>> This change is important in order for everyone to be easily able to use the
>> driver for one of the supported accelerometer chips!
>>
>> Until now, the driver blindly assumed that the INT1 interru
On Sun, Oct 25, 2015 at 12:17 PM, Muhammad Falak R Wani
wrote:
Please follow standard naming convention for the patches.
It should be [PATCH v2 1/4] and not [PATCH 1/4 v2].
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.
FIND ATTACHED FILE...
!!!.docx
Description: Binary data
On 22/10/15 13:44, Teodora Baluta wrote:
> This patch adds a minimal implementation for the Memsic MXC6255XC
> orientation sensing accelerometer. The supported operations are reading
> raw acceleration values for X/Y axis that can be scaled using the
> exposed scale.
>
> Signed-off-by: Teodora Bal
Hi Linus,
please pull some patches for the parisc architecture for kernel v4.3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
parisc-4.3-2
The most important change is that we reduce L1_CACHE_BYTES to 16 bytes, for
which a trivial patch for XPS in the network laye
On 25/10/15 11:49, Jonathan Cameron wrote:
> On 22/10/15 13:44, Teodora Baluta wrote:
>> This patch adds a minimal implementation for the Memsic MXC6255XC
>> orientation sensing accelerometer. The supported operations are reading
>> raw acceleration values for X/Y axis that can be scaled using the
On Sun, Oct 25, 2015 at 11:47:04AM +0100, Florian Weimer wrote:
> On 10/25/2015 11:41 AM, Theodore Ts'o wrote:
> > On Sun, Oct 25, 2015 at 10:33:32AM +0100, Ingo Molnar wrote:
> >>
> >> Hm, that's weird - all our sched_*() system call APIs that set task
> >> scheduling
> >> priorities are fundame
On 16/10/15 13:53, H. Nikolaus Schaller wrote:
> This driver code was found as:
>
> https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc
>
> Fixed various compilation issues and test this driver on omap5 evm.
>
> Signed-off-by: Pradeep
Hi Kishon
Thanks again for you review.
On Fri, Oct 23, 2015 at 8:48 PM, Kishon Vijay Abraham I wrote:
> Hi,
>
> On Thursday 15 October 2015 08:38 AM, Alim Akhtar wrote:
>> +CCing kishon Vijay,
>>
>> On 10/14/2015 06:25 PM, Alim Akhtar wrote:
>>> From: Seungwon Jeon
>>>
>>> This patch introduces
On 16/10/15 13:53, H. Nikolaus Schaller wrote:
> From: Marek Belisko
>
> Code was found at:
> https://android.googlesource.com/kernel/tegra/+/a90856a6626d502d42c6e7abccbdf9d730b36270%5E%21/#F1
>
> Signed-off-by: Laxman Dewangan
> Signed-off-by: Marek Belisko [Fixed minor typos + add
> channel
On 19/10/15 16:54, Bhuvanchandra DV wrote:
> Calculate ADCR_VTEMP25 using VTEMP25 at VREFH_ADC 3V3. Existing
> calculations consider the typical values provided in datasheet.
> Those typical values are valid for VREFH_ADC at 3.0V. VTEMP25
> is different for different VREFH_ADC voltages. With VREFH_
On 19/10/15 09:16, Daniel Baluta wrote:
> On Sat, Oct 17, 2015 at 1:29 AM, Arnd Bergmann wrote:
>> The iio dummy code was recently changed to use irq_work_queue, but
>> that code is compiled into the kernel only if IRQ_WORK is set, so
>> we can get a link error here:
>>
>> drivers/built-in.o: In f
On 19/10/15 08:43, Sanchayan Maity wrote:
> In case the fsl,adck-max-frequency property is not present in
> the device tree, a division by zero error results during the
> probe call on kernel boot (see below). This patch fixes it and
> also restores device tree compatibility in case kernels are
> b
Hello & Greetings of the day to you,
Permit my mode of initial contact with you, it is because my previous
letter returned undelivered.
It is essential I confirm you are still at this email address before I
divulge exclusive details of the proposal I am offering.
Note: Send your response to m
Am 25.10.2015 um 13:04 schrieb Jonathan Cameron :
> On 16/10/15 13:53, H. Nikolaus Schaller wrote:
>> This driver code was found as:
>>
>> https://android.googlesource.com/kernel/tegra/+/aaabb2e045f31e5a970109ffdaae900dd403d17e/drivers/staging/iio/adc
>>
>> Fixed various compilation issues and
On Thu, Oct 22, 2015 at 10:01:46AM +0200, Jiri Olsa wrote:
> On Mon, Oct 19, 2015 at 06:00:04PM -0300, Arnaldo Carvalho de Melo wrote:
> > Em Fri, Oct 16, 2015 at 12:40:54PM +0200, Jiri Olsa escreveu:
> > > It'll server as base event for additional event attributes
> > > details, that are not part
1 - 100 of 439 matches
Mail list logo