The 'dev_id' parameter of the GPIO_LOOKUP{,_IDX} macros were removed by
commit ad824783fb23 ("gpio: better lookup method for platform GPIOs").
Update the documentation to reflect that.
Signed-off-by: Gabor Juhos
---
Documentation/gpio/board.txt | 11 +--
1 file changed, 5 insertions(+
On 24 February 2016 at 02:37, Mark Rutland wrote:
Hi Mark, thanks for review.
> On Tue, Feb 23, 2016 at 11:00:21AM +0800, Xinliang Liu wrote:
>> Add ADE display controller binding doc.
>> Add DesignWare DSI Host Controller v1.20a binding doc.
>>
>> v5:
>> - Remove endpoint unit address of dsi out
On 24-02-16, 18:45, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and remove
> need of .remove callback.
>
> Signed-off-by: Laxman Dewangan
> Cc: Viresh Kumar
> Cc: spear-de...@list.st.com
> Cc: linux-arm-ker...@lists.infradead.org
> ---
> drivers/pinctrl/spe
On Wed, 16 Dec 2015 10:27:57 -0500 Tejun Heo wrote:
> On Wed, Dec 16, 2015 at 08:47:35AM +0100, Richard Weinberger wrote:
> > > Andrew? Are you or anyone else interested in picking up this patchset?
> >
> > I know I'm repeating myself. But this should be done in userspace.
>
> Nothing in this
Dear,
How are you?Long time not contact!
We have met on the exhibition before,and we talked about the magnet items.I am
Thomas from Topmag Co.,ltd,HongKong,China.
These day the NdFeB price becomes more and more lower,do you have any new items
use the magnets?
Maybe we can help you for the mag
On Wed, 2016-02-24 at 18:45 +0530, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Matthias Brugger
> Cc: Hongzhou Yang
> Cc: Yingjoe Chen
> ---
Acked-by: Hongzhou Yang
Thanks,
Hongzhou
>
Some syscalls are declared conditionally, so corresponding wrappers
are conditional accordingly.
Signed-off-by: Yury Norov
---
arch/s390/kernel/Makefile | 2 +-
arch/s390/kernel/compat_wrapper.c | 129 -
kernel/Makefile | 1 +
kernel/comp
Signed-off-by: Yury Norov
---
arch/Kconfig | 4
arch/s390/Kconfig | 1 +
2 files changed, 5 insertions(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index f6b649d..6393093 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -583,6 +583,10 @@ config HAVE_COPY_THREAD_TLS
normal C par
The problem that makes us use wrappers is that some compat
architectures allows user code to access top halves of registers.
This is not a problem for syscalls that are already handled by compat
code, or for that who has types of the same size in kernel and
userspace. In case of s390 and lp64/ilp32
Signed-off-by: Yury Norov
---
Documentation/adding-syscalls.txt | 32
1 file changed, 32 insertions(+)
diff --git a/Documentation/adding-syscalls.txt
b/Documentation/adding-syscalls.txt
index cc2d4ac..1db880c 100644
--- a/Documentation/adding-syscalls.txt
+++ b/
As generic unistd syscall table is written in C, syscall
prototypes declaration is needed. It's added to compat header.
Signed-off-by: Yury Norov
---
include/linux/compat.h| 225 +
include/uapi/asm-generic/unistd.h | 227 +++
On 2/24/2016 5:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/
__SC_COMPAT_CAST for s390 is too specific due to 31-bit pointer length, so it's
moved to arch/s390/include/asm/compat.h. Generic declaration assumes that long,
unsigned long and pointer types are all 32-bit length.
linux/syscalls_structs.h header is introduced, because from now (see next patch)
st
Hi Laxman,
[auto build test ERROR on pinctrl/for-next]
[also build test ERROR on v4.5-rc5 next-20160224]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Laxman-Dewangan/pinctrl-Add-and-use
The usbip_protocol.txt, a document which describes usbip's
inner workings is currently located in the projects source
directory (drivers/usb/usbip/...). This patch moves it to
Documentation/usb.
This discussion was brought up by Guy Harris [0] during the
review of the USBIP dissector I wrote. For
On 2/24/2016 5:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 12 ++--
1 file changed, 2 inse
On 2/24/2016 5:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
---
drivers/pinctrl/bcm/pinctrl-bcm2835.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm28
On 2/24/2016 5:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-cygnus-mux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
On 2/24/2016 5:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
---
drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm
On Wed, Feb 24, 2016 at 07:23:08PM +0100, Christian Lamparter wrote:
> The usbip_protocol.txt, a document which describes usbip's
> inner workings is currently located in the projects source
> directory (drivers/usb/usbip/...). This patch moves it to
> Documentation/usb.
>
> This discussion was br
The usbip_protocol.txt, a document which describes usbip's
inner workings is currently located in the projects source
directory (drivers/usb/usbip/...). This patch moves it to
Documentation/usb.
This discussion was brought up by Guy Harris [0] during the
review of the USBIP dissector I wrote. For
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Add device managed APIs devm_pinctrl_register() and
> devm_pinctrl_unregister() for the APIs pinctrl_register()
> and pinctrl_unregister().
>
> This helps in reducing code in error path and sometimes
> removal of .remove callback for driver u
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Bjorn Andersson
> Cc: Thomas Gleixner
> Cc: Lee Jones
> Cc: Stephen Boyd
> ---
Reviewed-by: Bjorn Andersson
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Bjorn Andersson
> ---
Reviewed-by: Bjorn Andersson
Regards,
Bjorn
> drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c |
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Bjorn Andersson
> ---
Reviewed-by: Bjorn Andersson
Regards,
Bjorn
> drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Ivan T. Ivanov
> Cc: Lee Jones
> Cc: Stephen Boyd
> Cc: Jonas Gorski
Reviewed-by: Bjorn Andersson
Regards,
B
On Wed 24 Feb 05:15 PST 2016, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: "Ivan T. Ivanov"
> Cc: Lee Jones
> Cc: Stephen Boyd
> Cc: Jonas Gorski
> ---
Reviewed-by Bjorn Andersson
Reg
On Wed, Feb 24, 2016 at 06:45:53PM +0530, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> the error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Maxime Ripard
> Cc: Chen-Yu Tsai
Acked-by: Maxime Ripard
Thanks!
Maxime
--
Maxime Ripard, Free El
Hello,
On Wed, Feb 24, 2016 at 06:45:33PM +0530, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration.
>
> Signed-off-by: Laxman Dewangan
Acked-by: Antoine Tenart
Thanks!
Antoine
> Cc: Antoine Ténart
> ---
> drivers/pinctrl/berlin/berlin.c | 3 ++-
> 1 file ch
On Wednesday 24 February 2016 10:52 PM, Stefan Wahren wrote:
Hi Laxman,
Laxman Dewangan hat am 24. Februar 2016 um 14:15
geschrieben:
Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
and use these new APIs on hw driver to reduce the error path code and
remove cal
Hi Laxman,
> Laxman Dewangan hat am 24. Februar 2016 um 14:15
> geschrieben:
>
>
> Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
> and use these new APIs on hw driver to reduce the error path code and
> remove callback for driver.
>
just for interest: why didn't yo
Add ACPI_DBG2_EARLYCON_DECLARE() macros that declares
an earlycon on the serial port specified in the DBG2 ACPI table.
Pass the string "earlycon=acpi_dbg2" to the kernel to activate it.
Callbacks for EARLYCON_DECLARE() and OF_EARLYCON_DECLARE()
can also be used for this macros.
Signed-off-by: Al
Hi,
Overall I the patch looks good to me. I have a few comments below.
On 20/02/2016 13:00, Parav Pandit wrote:
> Resource pool is created/destroyed dynamically whenever
> charging/uncharging occurs respectively and whenever user
> configuration is done. Its a tradeoff of memory vs little more co
On 02/24/2016 06:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Acked-by: Stephen Warren
Any chance you could send a patch to soc-to-kernel-pinctrl-driver.py in
git://github.com/NVIDIA/tegra-pinmux-scripts.git for t
On 02/24/2016 06:15 AM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Acked-by: Stephen Warren
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordo
On Wed, Feb 24, 2016 at 6:43 PM, Haggai Eran wrote:
> Hi,
>
> Overall I the patch looks good to me. I have a few comments below.
>
Thanks for the review. Addressing most comments one.
Some comments inline.
> Its -> It's
Ok.
>> +void rdmacg_query_limit(struct rdmacg_device *device,
>> +
On 02/24/2016 02:16 PM, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Srinivas Kandagatla
Cc: Maxime Coquelin
Cc: Patrice Chotard
Cc: ker...@stlinux.com
---
drivers/pinctrl/pinctrl-st.c | 2 +-
1 file changed, 1 inser
On Wed, Feb 24, 2016 at 7:13 PM, Haggai Eran wrote:
>> + * all the resources are deallocated, and after a stage when any
>> + * other resource allocation of user application cannot be done
>> + * for this device to avoid any leak in accounting.
>> + * HCA drivers should clear resource pool ops af
On Wed, Feb 24, 2016 at 7:56 PM, Haggai Eran wrote:
> On 20/02/2016 13:00, Parav Pandit wrote:
>> Added documentation for v1 and v2 version describing high
>> level design and usage examples on using rdma controller.
>>
>> Signed-off-by: Parav Pandit
>
> I think you might want to mention that res
Hi Laxman,
On 24 February 2016 at 14:16, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration.
>
> Signed-off-by: Laxman Dewangan
> Cc: Joachim Eastwood
> ---
> drivers/pinctrl/pinctrl-lpc18xx.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Acked-by: J
On 20/02/2016 13:00, Parav Pandit wrote:
> Added documentation for v1 and v2 version describing high
> level design and usage examples on using rdma controller.
>
> Signed-off-by: Parav Pandit
I think you might want to mention that resource limits are reflected
in the results returned from ib_uv
Dear Laxman Dewangan,
On Wed, 24 Feb 2016 18:45:40 +0530, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and remove
> need of .remove callback.
>
> Signed-off-by: Laxman Dewangan
> Cc: Thomas Petazzoni
> Cc: Hongzhou Yang
> Cc: Fabian Frederick
> Cc: Andrew
Hi Laxman,
On Wed, Feb 24, 2016 at 2:15 PM, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration.
>
> Signed-off-by: Laxman Dewangan
> Cc: Laurent Pinchart
> Cc: Geert Uytterhoeven
> Cc: linux-renesas-...@vger.kernel.org
Thanks for your patch!
> index 87b0a59..f1
Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
and use these new APIs on hw driver to reduce the error path code and
remove callback for driver.
Laxman Dewangan (50):
pinctrl: Add devm_ apis for pinctrl_{register, unregister}
pinctrl: Add resource management devm_
Add device managed APIs devm_pinctrl_register() and
devm_pinctrl_unregister() for the APIs pinctrl_register()
and pinctrl_unregister().
This helps in reducing code in error path and sometimes
removal of .remove callback for driver unbind.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/core.
Add new member of devm wrappers for the pinctrl_register and
pinctrl_unregister in list of managed interfaces.
Signed-off-by: Laxman Dewangan
---
Documentation/driver-model/devres.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/driver-model/devres.txt
b/Documentation/dri
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
---
drivers/pinctrl/bcm/pinctrl-bcm2835.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm2835.c
b/drivers/pinctrl/bcm/pinctrl-bcm2835.c
ind
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
---
drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm281xx.c
b/drivers/pinctrl/bcm/pinctrl-bcm281xx.c
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-cygnus-mux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
b/dri
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
b/drivers
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Ray Jui
Cc: Scott Branden
Cc: Jon Mason
---
drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 12 ++--
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/drivers/
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Shawn Guo
Cc: Stefan Agner
Cc: Adrian Alonso
Cc: Uwe Kleine-König
---
drivers/pinctrl/freescale/pinctrl-imx.c| 11 +--
drivers/pinctrl/freescale/pinctr
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Antoine Ténart
---
drivers/pinctrl/berlin/berlin.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pinctrl/berlin/berlin.c b/drivers/pinctrl/berlin/berlin.c
index 46f2b48..
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Hongzhou Yang
Cc: Antoine Tenart
Cc: Heiko Stuebner
---
drivers/pinctrl/freescale/pinctrl-imx1-core.c | 11 +--
drivers/pinctrl/freescale/pinctrl-imx1.c
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Mika Westerberg
Cc: Heikki Krogerus
---
drivers/pinctrl/intel/pinctrl-cherryview.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/intel/pinctrl-cherryview.c
b/
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Matthias Brugger
Cc: Hongzhou Yang
Cc: Yingjoe Chen
---
drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 17 ++---
1 file changed, 6 insertions(+), 11 deletions(-)
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Mika Westerberg
Cc: Heikki Krogerus
---
drivers/pinctrl/intel/pinctrl-intel.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/intel/pinctrl-intel.c
b/drivers/pi
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Alessandro Rubini
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/nomadik/pinctrl-abx500.c | 3 ++-
drivers/pinctrl/nomadik/pinctrl-nomadik.c | 2 +-
2 files changed, 3 insertions(+), 2 de
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Carlo Caione
Cc: Beniamino Galvani
Cc: Lee Jones
---
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/meson/pinctrl-meson.c
b/
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Thomas Petazzoni
Cc: Hongzhou Yang
Cc: Fabian Frederick
Cc: Andrew Andrianov
---
drivers/pinctrl/mvebu/pinctrl-armada-370.c | 6 --
drivers/pinctrl/mvebu/pinct
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Bjorn Andersson
---
drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Bjorn Andersson
---
drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c | 9 ++---
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/drivers/pinctrl/qcom/pinctrl-ssbi-gpio.
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Bjorn Andersson
Cc: Thomas Gleixner
Cc: Lee Jones
Cc: Stephen Boyd
---
drivers/pinctrl/qcom/pinctrl-msm.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Bjorn Andersson
Cc: Ivan T. Ivanov
Cc: Lee Jones
Cc: Stephen Boyd
Cc: Jonas Gorski
---
drivers/pinctrl/qcom/pinctrl-spmi-mpp.c | 7 ++-
1 file changed, 2 insertions(+),
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: "Björn Andersson"
Cc: "Ivan T. Ivanov"
Cc: Lee Jones
Cc: Stephen Boyd
Cc: Jonas Gorski
---
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 7 ++-
1 file changed, 2 insertions
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Daniel Mack
Cc: Haojian Zhuang
Cc: Robert Jarzmik
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/pxa/pinctrl-pxa2xx.c | 10 +-
1 file changed, 1 insertio
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Viresh Kumar
Cc: spear-de...@list.st.com
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/spear/pinctrl-spear.c | 11 +--
drivers/pinctrl/spea
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Tomasz Figa
Cc: Kukjin Kim
Cc: Krzysztof Kozlowski
---
drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/samsung/pinctrl-
On Wed, 2016-02-24 at 13:14 +0100, Pavel Machek wrote:
>
> Why would it need to? It could look at default triggers for the led
> if it really wanted to.
And then it needs to change them; if anything goes wrong error recovery
is practically impossible since the trigger information is lost
forever.
On 20/02/2016 13:00, Parav Pandit wrote:
> +/**
> + * ib_device_unregister_rdmacg - unregister with rdma cgroup.
> + * @device: device to unregister.
> + *
> + * Unregister with the rdma cgroup. Should be called after
> + * all the resources are deallocated, and after a stage when any
> + * other r
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Laurent Pinchart
Cc: Geert Uytterhoeven
Cc: linux-renesas-...@vger.kernel.org
---
drivers/pinctrl/sh-pfc/core.c| 1 -
drivers/pinctrl/sh-pfc/core.h| 1 -
drivers/pinctrl/sh-pfc/pinctrl.c | 12
Hi Laxman Dewangan,
On Wed, Feb 24, 2016 at 06:46:03PM +0530, Laxman Dewangan wrote:
> Use devm_pinctrl_register() for pin control registration and clean
> error path.
>
> Signed-off-by: Laxman Dewangan
> Cc: Baruch Siach
> ---
> drivers/pinctrl/pinctrl-digicolor.c | 7 ++-
> 1 file change
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Tomasz Figa
Cc: Kukjin Kim
Cc: Krzysztof Kozlowski
---
drivers/pinctrl/samsung/pinctrl-samsung.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pinctrl/samsung/pinctrl-s
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Maxime Coquelin
Cc: Patrice Chotard
---
drivers/pinctrl/stm32/pinctrl-stm32.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/pinctrl/stm32/pinctrl-stm32.c
b/drivers
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Maxime Ripard
Cc: Chen-Yu Tsai
---
drivers/pinctrl/sunxi/pinctrl-sunxi.c | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/drivers/pinctrl/sunxi
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Masahiro Yamada
---
drivers/pinctrl/uniphier/pinctrl-ph1-ld4.c | 1 -
drivers/pinctrl/uniphier/pinctrl-ph1-ld6b.c | 1 -
drivers/pinctrl/uniphier/pinctrl
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Stephen Warren
Cc: Thierry Reding
Cc: Alexandre Courbot
Cc: Jon Hunter
---
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c | 13 +
1 file changed, 5 insertions(+), 8 d
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Lee Jones
Cc: Heiko Stuebner
Cc: Mika Westerberg
Cc: Hongzhou Yang
---
drivers/pinctrl/vt8500/pinctrl-wmt.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff
Use devm_pinctrl_register() for pin control registration and clean
error path.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-as3722.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-as3722.c b/drivers/pinctrl/pinctrl-as3722.c
inde
Use devm_pinctrl_register() for pin control registration and remove
the need of .remove callback.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-adi2.c | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-adi2.c b/drivers/pinctrl/
Use devm_pinctrl_register() for pin control registration and clean
error path.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-amd.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c
index 5c025f5
Use devm_pinctrl_register() for pin control registration and clean
error path.
Signed-off-by: Laxman Dewangan
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/pinctrl-at91-pio4.c | 26 +-
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/drivers/
Use devm_pinctrl_register() for pin control registration and clean
error path.
Signed-off-by: Laxman Dewangan
Cc: Baruch Siach
---
drivers/pinctrl/pinctrl-digicolor.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-digicolor.c
b/drivers/pinctr
Use devm_pinctrl_register() for pin control registration and remove
the need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Jean-Christophe Plagniol-Villard
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/pinctrl-at91.c | 13 ++---
1 file changed, 2 insertions(+),
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-lantiq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-lantiq.c b/drivers/pinctrl/pinctrl-lantiq.c
index fc38a85..a4d6474 100644
---
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Joachim Eastwood
---
drivers/pinctrl/pinctrl-lpc18xx.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-lpc18xx.c
b/drivers/pinctrl/pinctrl-lpc18xx.c
index
On 24/02/16 14:15, Laxman Dewangan wrote:
Use devm_pinctrl_register() for pin control registration and clean
the error path.
Signed-off-by: Laxman Dewangan
Cc: Matthias Brugger
Cc: Hongzhou Yang
Cc: Yingjoe Chen
---
Reviewed-by: Matthias Brugger
drivers/pinctrl/mediatek/pinctrl-mtk-
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-pic32.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-pic32.c b/drivers/pinctrl/pinctrl-pic32.c
index 0b07d4b..2a3fcd6 100644
--- a
Use devm_pinctrl_register() for pin control registration and
remove the need of .remove callback.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-palmas.c | 12 ++--
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-palmas.c b/drivers/pinct
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Srinivas Kandagatla
Cc: Maxime Coquelin
Cc: Patrice Chotard
Cc: ker...@stlinux.com
---
drivers/pinctrl/pinctrl-st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-pistachio.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-pistachio.c
b/drivers/pinctrl/pinctrl-pistachio.c
index 856f736..adf52
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
Cc: Heiko Stuebner
Cc: linux-rockc...@lists.infradead.org
---
drivers/pinctrl/pinctrl-rockchip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/pinctrl-rockchip.c
b/dri
Use devm_pinctrl_register() for pin control registration and
remove the need of .remove callback.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-tz1090.c | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-tz1090.c b/drivers/pinc
Use devm_pinctrl_register() for pin control registration and
remove the need of .remove callback.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-tz1090-pdc.c | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-tz1090-pdc.c
b/dri
Use devm_pinctrl_register() for pin control registration and
remove the need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Michal Simek
Cc: Sören Brinkmann
Cc: linux-g...@vger.kernel.org
Cc: linux-arm-ker...@lists.infradead.org
---
drivers/pinctrl/pinctrl-zynq.c | 12 +---
1
Use devm_pinctrl_register() for pin control registration and
remove the need of .remove callback.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-u300.c | 12 +---
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pi
Use devm_pinctrl_register() for pin control registration.
Signed-off-by: Laxman Dewangan
---
drivers/pinctrl/pinctrl-tb10x.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pinctrl/pinctrl-tb10x.c b/drivers/pinctrl/pinctrl-tb10x.c
index 6546b9b..170d3ee 100644
--- a
Use devm_pinctrl_register() for pin control registration and remove
need of .remove callback.
Signed-off-by: Laxman Dewangan
Cc: Stephen Warren
Cc: Thierry Reding
Cc: Alexandre Courbot
---
drivers/pinctrl/tegra/pinctrl-tegra.c| 12 +---
drivers/pinctrl/tegra/pinctrl-tegra.h|
On Wed 2016-02-24 12:01:37, Johannes Berg wrote:
> On Wed, 2016-02-24 at 11:46 +0100, Pavel Machek wrote:
>
> > If you want different trigger, implement different trigger. If you
> > want to indicate all but wifi, implement all but wifi, and then
> > userspace can select it by writing trigger name
Dear All,
This is the sixth iteration of Marcin Niesluchowski's series of patches
extending kmsg interface with ability to dynamically create (and destroy)
kmsg-like devices which can be used by userspace for logging,
Changed from v5:
* ioctl that adds kmsg device with minor number higher than
1 - 100 of 111 matches
Mail list logo