On 07/01/2016 10:01 AM, Andi Shyti wrote:
> If ioctl is called, it cannot be a case of invalid system call
> number (ENOSYS), that is an operation not permitted (EPERM).
> Replace ENOSYS with EPERM.
I'd say it is ENOTTY, i.e. this hardware does not support this ioctl.
Regards,
Hans
>
>
Hi,
Krzysztof Kozlowski writes:
>>> Since three recent next releases (first on 20160630), on Odroid XU3 board
>>> the USB 3.0 host port (the only one) stopped working.
>>>
>>> This is a "samsung,exynos5250-dwusb3" (drivers/usb/dwc3/dwc3-exynos.c).
>>>
>>> Two issues here:
>>> 1. The port does no
2016-07-04 14:14 GMT+08:00 Christophe Leroy :
>> I think there is no need to convert simple_strtoul to kstrtouint, add
>> a further check seems better?
>> Like this:
>> - if (!cseq) {
>> + if (!cseq && *(*dptr + matchoff) != '0') {
>>
>
> And what about an invalid CSeq that would look
2016-07-04 20:36 GMT+09:00 Daeseok Youn :
> The dgnc_block_til_ready() is only used in dgnc_tty_open().
> The unit data(struct un_t) was stored into tty->driver_data in
> dgnc_tty_open().
> And also tty and un were tested about NULL so these variables doesn't
> need to check for NULL in dgnc_block
Hi Nicolas,
Thanks for the review...
> > diff --git a/include/linux/xilinx_gmii2rgmii.h
> > b/include/linux/xilinx_gmii2rgmii.h
> > new file mode 100644
> > index 000..b328ee7
> > --- /dev/null
> > +++ b/include/linux/xilinx_gmii2rgmii.h
> > @@ -0,0 +1,24 @@
>
>
> Here, header of th
Make operation conditions register (OCR) easily accessible from user space.
Signed-off-by: Bojan Prtvar
---
Documentation/mmc/mmc-dev-attrs.txt | 1 +
drivers/mmc/core/mmc.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Documentation/mmc/mmc-dev-attrs.txt
b/Documentation/m
(Sorry, didn't get chance to reply before you sent this version)
On Fri, 01 Jul, at 11:19:10PM, Octavian Purdila wrote:
> +
> +static __init int efivar_ssdt_load(void)
> +{
> + struct efivar_entry *entry;
> + /* We need a temporary empty list to be able to set duplicates
> + * to true
On Mon, 4 Jul 2016 12:36:31 +0200
Alexandre Belloni wrote:
> On 04/07/2016 at 12:24:52 +0200, Boris Brezillon wrote :
> > On Fri, 1 Jul 2016 23:52:05 +0200
> > Alexandre Belloni wrote:
> > > +One interrupt per TC block:
> > > + tcb0: timer@fff7c000 {
> > > + compatible = "atmel,at91rm
Don't free the object until the file handle has been closed. Fixes
use-after-free bug which occurs when I disconnect my DVB-S received
while VDR is running.
This is a crash dump of such a use-after-free:
general protection fault: [#1] SMP
CPU: 0 PID: 2541 Comm: CI adapter on d Not t
The wait_event() call in dvb_unregister_frontend() waits synchronously
for other tasks to free a file descriptor, but it does that while
holding several mutexes. That alone is a bad idea, but if one user
process happens to keep a (defunct) file descriptor open indefinitely,
the kernel will correct
On 04/07/2016 at 14:03:58 +0200, Boris Brezillon wrote :
> On Mon, 4 Jul 2016 12:36:31 +0200
> Alexandre Belloni wrote:
>
> > On 04/07/2016 at 12:24:52 +0200, Boris Brezillon wrote :
> > > On Fri, 1 Jul 2016 23:52:05 +0200
> > > Alexandre Belloni wrote:
> > > > +One interrupt per TC block:
>
On 30/06/2016 18:03, Sebastian Frias wrote:
> This adds support for a second-gen irq router/controller present
> on some Sigma Designs chips.
In the patch subject, do you mean SMP as in Symmetric Multi Processor?
> Signed-off-by: Sebastian Frias
Is that the address you intend to submit with?
Currently we call unwind__prepare_access for map event.
In case we report fork event the thread inherits its
parent's maps and unwind__prepare_access is never called
for the thread.
This causes unwind__get_entries seeing uninitialized
unwind_libunwind_ops and thus returning no callchain.
Adding u
hi,
this is v2 for original post:
http://marc.info/?t=14671134543&r=1&w=2
v2 changes:
- keep nr_numa_nodes in patch 1
- added patch 2,3,4
thanks,
jirka
---
Jiri Olsa (4):
perf tools: Transform nodes string info to struct
perf tests: Fix hist accumulation test
perf to
User's values from .perfconfig could overload the default
callchain setup and cause this test to fail. Making sure
the test is using default callchain_param values.
Link: http://lkml.kernel.org/n/tip-7jyzfrdoglqfmht1xt2f83...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/tests/hists_cu
Storing NUMA info within struct numa_node instead
of strings. This way it's usable in future patches.
Also it turned out it's slightly less code involved
than using strings.
Link: http://lkml.kernel.org/n/tip-ka37sax3gfaxwvytfxi0y...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/util/e
Adding initialized arg into unwind__prepare_access
to get feedback about the initialization state.
It's not possible to get it from error code, because
we return 0 even in case we don't recognize dso, which
is valid.
The 'initialized' value is used in following patch
to speedup unwind__prepare_ac
On Mon, 4 Jul 2016 14:11:27 +0200
Alexandre Belloni wrote:
> On 04/07/2016 at 14:03:58 +0200, Boris Brezillon wrote :
> > On Mon, 4 Jul 2016 12:36:31 +0200
> > Alexandre Belloni wrote:
> >
> > > On 04/07/2016 at 12:24:52 +0200, Boris Brezillon wrote :
> > > > On Fri, 1 Jul 2016 23:52:05 +0
On Fri, 24 Jun, at 01:44:48PM, Ard Biesheuvel wrote:
>
> This assignment breaks the calculation of mapsize in
> arm_enable_runtime_services(), so you should probably fold the
> following hunk into this patch.
>
> diff --git a/drivers/firmware/efi/arm-runtime.c
> b/drivers/firmware/efi/arm-runtime
Am 2016-07-04 um 12:08 schrieb Bijosh Thykkoottathil:
> mma8452_set_freefall_mode can return -ve value in case if
> i2c_smbus_read_byte_data fails. This function is called from mma8452_probe,
> and returning -ve value from probe indicates probe failure. Need to call
> iio_triggered_buffer_cleanup &
On Fri, Jul 01, 2016 at 05:15:06PM -0700, Paul E. McKenney wrote:
> On Sat, Jul 02, 2016 at 01:49:56AM +0200, Frederic Weisbecker wrote:
> > On Fri, Jul 01, 2016 at 11:40:54AM -0700, Paul E. McKenney wrote:
> > > On Fri, Jul 01, 2016 at 01:29:59AM +0200, Frederic Weisbecker wrote:
> > > > > +/*
> >
On Mon, Jul 04, 2016 at 06:39:30PM +1000, Andrew Donnellan wrote:
> Add a new option, --no-color, to get rid of ANSI colour escape codes in the
> output. Useful if redirecting output to a file or piping to another script.
>
> (It should really be --no-colour, but I'll accept US spelling in the nam
Am 2016-07-04 um 13:15 schrieb Bijosh Thykkoottathil:
> Removed unwanted return statements from the function
> mma8452_set_freefall_mode.
You could've said "Don't unnecessarily save a return value.", but
whatever :) Thanks for your review!
>
> Signed-off-by: Bijosh Thykkoottathil
Reviewed-by: M
Le 04/07/2016 13:47, Appana Durga Kedareswara Rao a écrit :
> Hi Nicolas,
>
> Thanks for the review...
>
>>> diff --git a/include/linux/xilinx_gmii2rgmii.h
>>> b/include/linux/xilinx_gmii2rgmii.h
>>> new file mode 100644
>>> index 000..b328ee7
>>> --- /dev/null
>>> +++ b/include/linux/x
From: Elaine Zhang
In order to meet low power requirements, a power management unit (PMU) is
designed for controlling power resources in RK3399. The RK3399 PMU is
dedicated for managing the power of the whole chip.
1. add pd node for RK3399 Soc
2. create power domain tree
3. add qos node for dom
Hi Nicolas,
> >
> > #ifdef CONFIG_NET_VENDOR_XILINX
>
> You may need to have:
> #if defined(CONFIG_NET_VENDOR_XILINX) &&
> defined(CONFIG_XILINX_GMII2RGMII)
>
> > extern int gmii2rgmii_phyprobe(struct gmii2rgmii *xphy); #else extern
> > void gmii2rgmii_phyprobe(struct gmii2rgmii *xphy);
>
> N
This patch does the following:
- refactors code to use recently introduced DEFINE_DEBUGFS_ATTRIBUTE() macro
- makes absence of DEBUG_FS non-fatal error
Signed-off-by: Andy Shevchenko
---
In v2:
- address Rajneesh's comments
drivers/platform/x86/intel_pmc_core.c | 45 -
On Thu, 30 Jun 2016 16:49:49 +0100
Harvey Hunt wrote:
> Emails will bounce from my imgtec address, so update it to a new one.
>
> Signed-off-by: Harvey Hunt
Applied.
BTW, would you mind adding an entry for this driver in MAINTAINERS :)?
Thanks,
Boris
> Cc: Harvey Hunt
> Cc: linux-...@list
On Fri, Jul 01, 2016 at 03:37:23PM +0100, Kieran Bingham wrote:
> Hi Simon,
>
> The bindings for this have now been acked by RobH.
Thanks, I have queued these up for v4.9.
There was a small amount of fuzz when applying the first patch,
please check to make sure it has been applied correctly once
On Monday 27 June 2016 07:44 PM, Franklin S Cooper Jr wrote:
> From: "Cooper Jr., Franklin"
>
> Switch to a new ECAP and EPWM bindings that doesn't depend on hwmod to
> provide the various required clocks.
there is nothing called hwmod on da850, so this need rewording to make
sense for that plat
Hi Bin,
On Monday 27 June 2016 06:17 PM, Kishon Vijay Abraham I wrote:
> Hi,
>
> On Tuesday 10 May 2016 05:09 AM, David Lechner wrote:
>> The initial use for this is for PHYs that have a mode related to USB OTG.
>> There are several SoCs (e.g. TI OMAP and DA8xx) that have a mode setting
>> in the
On Fri, Jul 1, 2016 at 11:04 PM, Rafael J. Wysocki wrote:
> On Friday, July 01, 2016 04:23:40 PM Will Deacon wrote:
>> On Thu, Jun 30, 2016 at 09:48:02PM +0800, Hanjun Guo wrote:
>> > On 2016/6/30 21:27, Rafael J. Wysocki wrote:
>> > >On Thursday, June 30, 2016 10:10:02 AM Hanjun Guo wrote:
>> > >
On Wednesday, June 29, 2016 09:17:38 PM Luck, Tony wrote:
> >> but then it looks like it was forgotten again :-(
> >
> > Do you want me to take it?
>
> Yes please.
OK, applied. Thanks!
On Monday, June 27, 2016 02:50:16 PM Ocean HY1 He wrote:
> The _PTS control method is defined in the section 7.4.1 of acpi 6.0
> spec. The _PTS control method is executed by the OS during the sleep
> transition process for S1, S2, S3, S4, and for orderly S5 shutdown.
>
> The _PTS control method pr
On Thursday, June 23, 2016 09:35:01 AM Aaron Lu wrote:
> On 06/23/2016 05:05 AM, Rafael J. Wysocki wrote:
> > On Thursday, June 23, 2016 12:26:01 AM Arvind Yadav wrote:
> >> The inline acpi_video_register stub simply allows compilation on systems
> >> with CONFIG_ACPI_VIDEO disabled. the dummy acpi
Elsewhere the sin_family field holds a value with a name of the form
AF_..., so it seems reasonable to do so here as well. Also the values
of PF_INET and AF_INET are the same.
The Coccinelle semantic patch that makes this change is as follows:
//
@@
struct sockaddr_in sip;
@@
(
sip.sin_family
On Monday, June 27, 2016 06:07:15 PM Jisheng Zhang wrote:
> The first patch fixes incorrect placement of __initdata
>
> The second patch is to add __init/__initdata marker to some functions
> or varaiables so that we can discard them.
>
> The third patch declares pid_params/pstate_funcs/hwp_activ
On 01/07/16 14:07, Daniel Lezcano wrote:
On 06/28/2016 03:55 PM, Sudeep Holla wrote:
ACPI 6.0 introduced an optional object _LPI that provides an alternate
method to describe Low Power Idle states. It defines the local power
states for each node in a hierarchical processor topology. The OSPM c
Remove unneeded error handling on the result of a call to
platform_get_resource when the value is passed to
devm_ioremap_resource.
The Coccinelle semantic patch that makes this change is as follows:
//
@@
expression pdev,res,n,e,e1;
expression ret != 0;
identifier l;
@@
- res = platform_get_res
On Tuesday, June 21, 2016 11:33:25 AM Jon Hunter wrote:
> Some drivers using the PM clocks framework need to add specific clocks
> from device-tree using a name by calling the functions
> of_clk_get_by_name() and then pm_clk_add_clk(). Rather than having
> drivers call both functions, add a helper
On 7/4/2016 1:30 PM, Chris Wilson wrote:
On Sun, Jul 03, 2016 at 09:45:27PM +0530, akash.g...@intel.com wrote:
From: Akash Goel
The following patch added support to use channels with no associated files.
relay: add buffer-only channels; useful for early logging
This is useful when th
Remove unneeded error handling on the result of a call to
platform_get_resource when the value is passed to
devm_ioremap_resource.
The Coccinelle semantic patch that makes this change is as follows:
//
@@
expression pdev,res,n,e,e1;
expression ret != 0;
identifier l;
@@
- res = platform_get_res
On Sunday, June 19, 2016 11:52:27 PM Lianwei Wang wrote:
> This makes pm notifier PREPARE/POST symmetrical: if PREPARE
> fails, we will only undo what ever happened on PREPARE.
>
> It fixes the unbalanced cpu hotplug enable in cpu pm notifier.
>
> Signed-off-by: Lianwei Wang
Applied, thanks!
On Friday, June 17, 2016 03:59:33 PM Andy Shevchenko wrote:
> When run
> make -C tools DESTDIR=/my/nice/dir turbostat_install
> get a message
> install: cannot create regular file '/usr/bin/turbostat': Permission
> denied
>
> Allow user to alter DESTDIR and PREFIX variables.
>
> Sign
Remove unneeded error handling on the result of a call to
platform_get_resource when the value is passed to
devm_ioremap_resource.
The Coccinelle semantic patch that makes this change is as follows:
//
@@
expression pdev,res,n,e,e1;
expression ret != 0;
identifier l;
@@
- res = platform_get_res
Not marking ftrace_init_tracefs() as __init causes a link time warning:
WARNING: vmlinux.o(.text+0xf5fcc): Section mismatch in reference from the
function ftrace_init_tracefs() to the (unknown reference) .init.data:(unknown)
The problem here is that ftrace_init_tracefs() now gets called by
init_
On Thu, 30 Jun 2016 20:27:43 -0500
Rob Herring wrote:
> On Mon, Jun 27, 2016 at 05:05:01PM +0200, Alexandre Belloni wrote:
> > The current binding for the TCB is not flexible enough for some use cases
> > and prevents proper utilization of all the channels.
> >
> > Cc: Daniel Lezcano
> > Cc: Th
The newly added tsens-8916 driver produces warnings when CONFIG_PM
is disabled:
drivers/thermal/qcom/tsens.c:53:12: error: 'tsens_resume' defined but not used
[-Werror=unused-function]
static int tsens_resume(struct device *dev)
^~~~
drivers/thermal/qcom/tsens.c:43:12: error:
On Mon, Jul 4, 2016 at 2:36 PM, Meelis Roos wrote:
> Just got this on bootup of my Sun T2000:
>...
> I have not seen it before, this includes 4.6.0 4.6.0-08907-g7639dad
> 4.7.0-rc1-00094-g6b15d66 4.7.0-rc4-00014-g67016f6.
>
> It is not reproducible, did not appear on next reboot of the same
> kern
The bam_dma driver gained runtime PM support, but that causes build
warnings whenever CONFIG_PM is disabled:
drivers/dma/qcom/bam_dma.c:1324:12: error: 'bam_dma_runtime_resume' defined but
not used [-Werror=unused-function]
static int bam_dma_runtime_resume(struct device *dev)
^~
On Monday, July 04, 2016 02:00:03 PM Sudeep Holla wrote:
>
> On 01/07/16 14:07, Daniel Lezcano wrote:
> > On 06/28/2016 03:55 PM, Sudeep Holla wrote:
> >> ACPI 6.0 introduced an optional object _LPI that provides an alternate
> >> method to describe Low Power Idle states. It defines the local powe
Like the mediatek hdmi driver, the sti driver now suffers from
an API change in linux-next:
drivers/gpu/drm/sti/sti_hdmi.c:1250:15: error: initialization from incompatible
pointer type [-Werror=incompatible-pointer-types]
.hw_params = hdmi_audio_hw_params,
^~~~
dr
On 07/01/2016 08:38 PM, Tejun Heo wrote:
> On Fri, Jul 01, 2016 at 12:00:50PM +0200, Jan Kara wrote:
>> Hello,
>>
>> On Thu 30-06-16 14:18:14, Nikolay Borisov wrote:
>>> In light of the discussion in https://patchwork.kernel.org/patch/9187411/
>>> and
>>> the discussion at
>>> https://groups.g
A late bugfix for v4.7 introduced a build-time regression, producing
a (probably harmless) warning:
powerplay/hwmgr/polaris10_hwmgr.c: In function
'polaris10_populate_clock_stretcher_data_table':
powerplay/hwmgr/polaris10_hwmgr.c:1817:4: error: this decimal constant is
unsigned only in ISO C90 [
On Sun, Jul 3, 2016 at 6:32 PM, Johan Hovold wrote:
> This reverts commit 923b93e451db876d1479d3e4458fce14fec31d1c.
Laurent, can we have you comment on this?
Getting close to v4.7 final so we need to quickly see if
this is the solution or if it will cause further regressions on
your side if I r
On Mon, 27 Jun, at 12:49:20PM, Ingo Molnar wrote:
> The other weirdness is the misalignment of the '0xe' portion here:
>
> #define LINUX_EFI_ARM_SCREEN_INFO_TABLE_GUID EFI_GUID(0xe03fc20a, 0x85dc,
> 0x406e, 0xb9, 0xe, 0x4a, 0xb5, 0x02, 0x37, 0x1d, 0x95)
> #define LINUX_EFI_LOADER_ENTRY_GUID
A cleanup patch removed the only user of a local variable, as
indicated by a gcc warning.
drivers/net/ethernet/nxp/lpc_eth.c: In function 'lpc_eth_ioctl':
drivers/net/ethernet/nxp/lpc_eth.c:1183:24: error: unused variable 'pldat'
[-Werror=unused-variable]
This removes the variable as well.
Sign
On Mon, 27 Jun, at 01:00:50PM, Ingo Molnar wrote:
>
> Note that while at it I renamed 'flags' to '__flags' because 'flags' is
> a commonly used variable name and the 'efi_status_t __s' variable was
> macro-prefixed already.
>
> Any objections?
Nope, that's fine.
When CONFIG_INPUT is disabled, multiple gspca backend drivers
print compile-time warnings about unused variables:
media/usb/gspca/cpia1.c: In function 'sd_stopN':
media/usb/gspca/cpia1.c:1627:13: error: unused variable 'sd'
[-Werror=unused-variable]
media/usb/gspca/konica.c: In function 'sd_stopN
When CONFIG_INPUT is disabled, multiple gspca backend drivers
print compile-time warnings about unused variables:
media/usb/gspca/cpia1.c: In function 'sd_stopN':
media/usb/gspca/cpia1.c:1627:13: error: unused variable 'sd'
[-Werror=unused-variable]
media/usb/gspca/konica.c: In function 'sd_stopN
On Mon, Jul 04, 2016 at 03:16:51PM +0200, Arnd Bergmann wrote:
> This follows the API change, adding the extra function arguments.
> I suppose we want this to be part of the ASoC merge in linux-next
> for now too.
I sent a pull request for the API change to the DRM people which might
be easier gi
On Monday, July 4, 2016 3:22:30 PM CEST Mark Brown wrote:
> On Mon, Jul 04, 2016 at 03:16:51PM +0200, Arnd Bergmann wrote:
>
> > This follows the API change, adding the extra function arguments.
> > I suppose we want this to be part of the ASoC merge in linux-next
> > for now too.
>
> I sent a pu
Hi Thierry,
This is my last answer to this thread, after that I'll stop bothering
you: after all, you're the PWM subsystem maintainer, and I have nothing
to say about how you want to maintain your subsytem ;-).
On Tue, 28 Jun 2016 14:52:23 +0200
Thierry Reding wrote:
> On Thu, Jun 23, 2016 at 1
Commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping")
adds handling for irq 1 and 2 to the uninit function but did not remove
irq 0 which is not used since irq grouping was introduced. Fix this by
removing the superfluous call to free_irq().
Reported-by: Arnd Bergmann
Signed-of
On Mon, Jul 04, 2016 at 03:36:57PM +0200, Arnd Bergmann wrote:
> On Monday, July 4, 2016 3:22:30 PM CEST Mark Brown wrote:
> > I sent a pull request for the API change to the DRM people which might
> > be easier given that it's a single commit topic branch rather than the
> > whole of DRM.
> Agre
[Re: [PATCH 3/4] bus: tegra-aconnect: make it explicitly non-modular] On
04/07/2016 (Mon 10:17) Jon Hunter wrote:
> Hi Paul,
>
> On 03/07/16 18:30, Paul Gortmaker wrote:
> > The Kconfig currently controlling compilation of this code is:
> >
> > drivers/bus/Kconfig:config TEGRA_ACONNECT
> > driv
On 04/07/16 14:17, Rafael J. Wysocki wrote:
On Monday, July 04, 2016 02:00:03 PM Sudeep Holla wrote:
On 01/07/16 14:07, Daniel Lezcano wrote:
On 06/28/2016 03:55 PM, Sudeep Holla wrote:
ACPI 6.0 introduced an optional object _LPI that provides an alternate
method to describe Low Power Idle
On 07/01/2016 11:01 PM, Rafael J. Wysocki wrote:
> On Friday, July 01, 2016 04:00:34 PM Daniel Lezcano wrote:
>> On 06/30/2016 03:27 PM, Rafael J. Wysocki wrote:
>>
[ ... ]
>> clocksource-probe which is DT based with different drivers using it in
>> drivers/clocksource with a pletore of differen
Hi,
A late defconfig addition for the sama5d2 Xplained PMIC.
The following changes since commit 837f27a2c1b4093cda301aead20fcf7d04acc12a:
ARM: multi_v5_defconfig: enable Atmel platforms (2016-06-11 00:58:51 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/k
On Monday, July 4, 2016 3:37:10 PM CEST John Crispin wrote:
> Commit 8067302973a1 ("net-next: mediatek: add support for IRQ grouping")
> adds handling for irq 1 and 2 to the uninit function but did not remove
> irq 0 which is not used since irq grouping was introduced. Fix this by
> removing the su
From: Gabriel Fernandez
The STM32 MCUs family IPs can be reset by accessing some registers
from the RCC block.
Gabriel Fernandez (2):
drivers: reset: Add STM32 reset driver
ARM: dts: stm32f429: add missing #reset-cells of rcc
Maxime Coquelin (2):
dt-bindings: mfd: Add STM32F4 RCC numeric
On 04/07/16 14:41, Paul Gortmaker wrote:
> [Re: [PATCH 3/4] bus: tegra-aconnect: make it explicitly non-modular] On
> 04/07/2016 (Mon 10:17) Jon Hunter wrote:
>
>> Hi Paul,
>>
>> On 03/07/16 18:30, Paul Gortmaker wrote:
>>> The Kconfig currently controlling compilation of this code is:
>>>
>>> d
From: Maxime Coquelin
Ths patch lists STM32F4's RCC numeric constants.
It will be used by clock and reset drivers, and DT bindings.
Signed-off-by: Maxime Coquelin
---
include/dt-bindings/mfd/stm32f4-rcc.h | 92 +++
1 file changed, 92 insertions(+)
create mode 1
From: Gabriel Fernandez
The STM32 MCUs family IPs can be reset by accessing some registers
from the RCC block.
The list of available reset lines is documented in the DT bindings.
Signed-off-by: Maxime Coquelin
Signed-off-by: Gabriel Fernandez
---
drivers/reset/Makefile | 1 +
drivers/
From: Gabriel Fernandez
This patch adds #reset-cells property to rcc node.
Signed-off-by: Gabriel Fernandez
---
arch/arm/boot/dts/stm32f429.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 35df462..fe89236 100644
From: Maxime Coquelin
This adds documentation of device tree bindings for the
STM32 reset controller.
Signed-off-by: Maxime Coquelin
---
.../devicetree/bindings/reset/st,stm32-rcc.txt | 50 ++
1 file changed, 50 insertions(+)
create mode 100644 Documentation/devicetree
Acked-by: Ricardo Ribalda Delgado
On Mon, Jun 27, 2016 at 11:21 AM, Arnd Bergmann wrote:
> A bugfix for the fintek driver required defining some macros, but
> one of them clashes with a system header on ARM:
>
> drivers/tty/serial/8250/8250_fintek.c:34:0: error: "IRQ_MODE" redefined
> [-Werror]
All syscall arguments are passed in as types of the same byte size as
unsigned long (width of full registers). Using a smaller type without a
cast may result in losing bits of information. In all other instances
apart from the ones fixed by the patch the code explicitly introduces
type casts (using
On Thursday, June 23, 2016 03:05:47 PM Lv Zheng wrote:
> (remove acpi_unmask_gpe() from the patch description)
>
> There is a facility in Linux, developers can control the enabling/disabling
> of a GPE via /sys/firmware/acpi/interrupts/gpexx. This is mainly for
> debugging purposes.
>
> But many
bin2c is used to create a valid C file out of a binary file where two
symbols will be globally defined: and _size. is
passed as the first parameter of the host binary.
Building using goto-cc reported that the purgatory binary code (the only
current user of this utility) declares kexec_purgatory_
On Fri, 24 Jun 2016 16:40:09 -0500
Han Xu wrote:
> i.MX6QP and i.MX7D BCH module integrated a new feature to detect the
> bitflip number for erased NAND page. So for these two platform, set the
> erase threshold to ecc_strength and if bitflip detected, GPMI driver
> will correct the data to all 0
Move hist_entry initialization code into separate function.
It'll be useful and more clear for following patches that
introduce allocation callbacks.
Link: http://lkml.kernel.org/n/tip-j8dz6ytir91x8qd1zk4vf...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/util/hist.c | 142 +
It's better to release the hist_entry object in
hist_entry__new function (where it's allocated)
rather than in hist_entry__init.
Link: http://lkml.kernel.org/n/tip-uoatzgsbdk3ebaeu56kdb...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/util/hist.c | 13 ++---
1 file changed, 6 in
Introducing hists__add_entry_ops function to allow using
the allocation callbacks externally.
Link: http://lkml.kernel.org/n/tip-r4bumbbg5st7p38hjm2z1...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/util/hist.c | 42 +++---
tools/perf/util/hist.h | 1
Introducing allocation callbacks, that allows to extend
current hist_entry object into objects with special needs
without polluting the current hist_entry object.
Link: http://lkml.kernel.org/n/tip-yvapb3gmmn01qo7qn9lzl...@git.kernel.org
Signed-off-by: Jiri Olsa
---
tools/perf/util/hist.c | 31 +
hi,
this patchset tries to add support provide own allocation
zalloc/free methods for hist_entry object.
The reason is to provide a way to be able to store more
data within hist_entry object in a transparent way to
its current usage by allocating its own hist_entry sub
object.
The user/app which
On Thursday, June 23, 2016 02:20:30 PM Lv Zheng wrote:
> Sometimes, the users may require a quirk to be provided from ACPI subsystem
> core to prevent a GPE from flooding. Normally, if a GPE cannot be
> dispatched, ACPICA core automatically prevents the GPE from firing. But
> there are cases the GP
On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:
> Device-tree binding documentation for xilinx gmiitorgmii converter.
>
> Signed-off-by: Kedareswara rao Appana
> ---
> Changes for v2:
> --> New patch.
>
> .../devicetree/bindings/net/xilinx_gmii2rgmii.txt | 31
> +++
On 25/06/2016 01:17, Andrew Duggan wrote:
> Increment the refcount for the transport device's of_node before calling
> of_find_node_by_name(). Since of_find_node_by_name() assumes the refcount
> was incremented by the caller and calls of_node_put() when it is done.
>
> Signed-off-by: Andrew Duggan
On Mon, Jul 4, 2016 at 3:42 PM, Sudeep Holla wrote:
>
>
> On 04/07/16 14:17, Rafael J. Wysocki wrote:
>>
>> On Monday, July 04, 2016 02:00:03 PM Sudeep Holla wrote:
>>>
>>>
>>> On 01/07/16 14:07, Daniel Lezcano wrote:
On 06/28/2016 03:55 PM, Sudeep Holla wrote:
>
> ACPI 6.0 intro
Bojan,
On Mon, Jul 04, 2016 at 01:56:55PM +0200, Bojan Prtvar wrote:
> Make operation conditions register (OCR) easily accessible from user space.
>
> Signed-off-by: Bojan Prtvar
You described "what" above. Can you add the "why", too?
Regards,
Wolfram
signature.asc
Description: PGP signa
On 07/04/2016 07:36 AM, Joonsoo Kim wrote:
> On Fri, Jul 01, 2016 at 05:17:10PM +0300, Andrey Ryabinin wrote:
>>
>>
>> On 07/01/2016 05:02 PM, js1...@gmail.com wrote:
>>> From: Joonsoo Kim
>>>
>>> There are two bugs on qlist_move_cache(). One is that qlist's tail
>>> isn't set properly. curr->ne
On Mon, Jul 04, 2016 at 06:33:52PM +0530, Amitoj Kaur Chawla wrote:
> Remove unneeded error handling on the result of a call to
> platform_get_resource when the value is passed to
> devm_ioremap_resource.
Please use subject lines matching the style for the subsystem. This
makes it easier for peop
Hi,
Please disregard the previous DT pull request, it had an issue...
I'm including the corrected change in this one with two fixes for the
sam9_l9260 and on fix for the sama5d2 xplained.
Also, adding the PMU node to the sama5d2 doesn't seem too risky.
The following changes since commit 64c0703e2
Hi
AceLan Kao can get his DELL XPS 13 laptop to hang by plugging/un-plugging
a USB 3.1 key via thunderbolt port.
Allocating memory fails after this, always pointing to NULL pointer or
page request failing in get_freepointer() called by kmalloc/kmem_cache_alloc.
Unplugging a usb type-c device fr
Hi Paul,
On Sun, Jul 3, 2016 at 7:30 PM, Paul Gortmaker
wrote:
> The Kconfig currently controlling compilation of this code is:
>
> config SIMPLE_PM_BUS
> bool "Simple Power-Managed Bus Driver"
>
> ...meaning that it currently is not being built as a module by anyone.
>
> In removing the
On 07/04/2016 07:31 AM, js1...@gmail.com wrote:
> From: Joonsoo Kim
>
> There are two bugs on qlist_move_cache(). One is that qlist's tail
> isn't set properly. curr->next can be NULL since it is singly linked
> list and NULL value on tail is invalid if there is one item on qlist.
> Another one
On Mon, Jul 4, 2016 at 3:43 PM, Daniel Lezcano
wrote:
> On 07/01/2016 11:01 PM, Rafael J. Wysocki wrote:
>> On Friday, July 01, 2016 04:00:34 PM Daniel Lezcano wrote:
>>> On 06/30/2016 03:27 PM, Rafael J. Wysocki wrote:
>>>
>
> [ ... ]
>
>>> clocksource-probe which is DT based with different drive
On Mon, 4 Jul 2016 15:09:44 +0200
Arnd Bergmann wrote:
> Not marking ftrace_init_tracefs() as __init causes a link time warning:
>
> WARNING: vmlinux.o(.text+0xf5fcc): Section mismatch in reference from the
> function ftrace_init_tracefs() to the (unknown reference) .init.data:(unknown)
>
> T
The introduction of "make *.config" as a shorthand for merging configuration
files unfortunately introduced some build warnings that we see in every
single run of the various build bots testing tinyconfig:
.config:966:warning: override: NOHIGHMEM changes choice state
.config:965:warning: override:
201 - 300 of 671 matches
Mail list logo