how up at https://lore.kernel.org/dri-devel/
Please fix what is required to make it visible there.
This is where we point people to see the original mails.
Also a cover letter that explains what has been done - and what has not
been done - would be nice.
I look forward to v12,
Sam
__
h devm_request_irq.
> - Delete the irq_ hooks in drm_driver.
>
> v3:
> - Improve code readability.
> - Use the to_pci_dev function to get pci_dev.
>
> v2:
> - Added error handling in the loongson_drm_load function.
>
> Signed-off-by: lichenyang
Patch looks good,
Acked-b
have all
new drivers W=1, sparse and checkpatch clean.
Some more specific comments in the following,
Sam
> ---
> drivers/gpu/drm/loongson/Makefile | 1 +
> drivers/gpu/drm/loongson/loongson_connector.c | 59 -
> drivers/gpu/drm/loongson/loongson_drv.c |
irement.
>
> Signed-off-by: Xin Ji
Looks good, I assume someone else (Robert) picks this.
Acked-by: Sam Ravnborg
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Hi Chenyang,
some feedback in the following.
I will try to find more time for review during the week.
Hi Thomas,
please see my question near drm_gem_vram_of_gem().
Sam
On Fri, Jul 30, 2021 at 05:41:46PM +0800, lichenyang wrote:
> From: Chenyang Li
>
> This patch adds an in
n you could use the bridge_connector.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
.
I look forward to see next revision of the patch-set.
And sorry for not providing these high-level feedback issues before - I
have not had time to look at your driver.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http
erson, without that there's good
> chances your contribution gets lost. I'm swamped myself, which is why I've
> ignored this and hope you'd fine someone else and stick to them.
Hi Chenyang,
Please cc: me on the next revision - then I will take a look.
But I count on someone
l experience is that I, more than once, have had errors
related to a missing break in my code. So this warnings is IMO a win.
And if we are only ~100 patches to have it globally enabled then it is a
no-brainer in my book.
Sam
___
devel mailing li
s. Driver looks good and I
have applied it to drm-misc-next.
Expect it to appear in -next in a few weeks.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
se try to get back on some of the points above so we can
help you move forward in the right direction.
Thanks,
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
ome details in the following that are not related to the above.
Sam
> diff --git a/drivers/staging/hikey9xx/gpu/kirin9xx_dw_drm_dsi.c
> b/drivers/staging/hikey9xx/gpu/kirin9xx_dw_drm_dsi.c
> new file mode 100644
> index ..a2eed961b7d5
> --- /dev/null
> +++ b/d
in the following.
Sam
> kirin9xx_drm_drv.c b/drivers/staging/hikey9xx/gpu/kirin9xx_drm_drv.c
> new file mode 100644
> index ..61b65f8b1ace
> --- /dev/null
> +++ b/drivers/staging/hikey9xx/gpu/kirin9xx_drm_drv.c
> @@ -0,0 +1,277 @@
> +// SPDX-
Hi Mauro
> kirin9xx_fb_panel.h b/drivers/staging/hikey9xx/gpu/kirin9xx_fb_panel.h
> new file mode 100644
> index ..a69c20470f1d
> --- /dev/null
> +++ b/drivers/staging/hikey9xx/gpu/kirin9xx_fb_panel.h
This file is not referenced and should be delete
Hi Mauro.
> Before posting the big patch series again, let me send the new
> version folded into a single patch.
Review 1/N
Lots of small details I missed last time.
A good thing is that there is an opportunity to delete som more code.
Sam
> diff --git a/drivers/staging/hik
Hi Mauro.
On Fri, Aug 21, 2020 at 04:41:58PM +0200, Mauro Carvalho Chehab wrote:
> Another quick question:
>
> Em Wed, 19 Aug 2020 19:35:58 +0200
> Sam Ravnborg escreveu:
>
> > > +#define DSS_REDUCE(x)((x) > 0 ? ((x) - 1) : (x))
> > Use generic macros for
Hi Mauro.
Thanks for the detailed feedabck.
Two comments in the following.
Sam
>
> > > + ctx->dss_pri_clk = devm_clk_get(dev, "clk_edc0");
> > > + if (!ctx->dss_pri_clk) {
> > > + DRM_ERROR("failed to parse dss_pri_clk\n"
Hi Mauro.
Quick feedback below.
Sam
On Thu, Aug 20, 2020 at 05:13:22PM +0200, Mauro Carvalho Chehab wrote:
> Em Thu, 20 Aug 2020 16:48:08 +0200
> Sam Ravnborg escreveu:
>
> > Hi Mauro.
> >
> > On Thu, Aug 20, 2020 at 04:06:49PM +0200, Mauro Carvalho Chehab
Hi Mauro.
On Thu, Aug 20, 2020 at 04:06:49PM +0200, Mauro Carvalho Chehab wrote:
> Em Wed, 19 Aug 2020 19:35:58 +0200
> Sam Ravnborg escreveu:
>
> I'm already handling the other comments from your review (I'll send a
> more complete comment about them after finishing)
ks may find the cause of some of the problems you list here.
There is a tendency to forget drivers in staging, and with the almost
constant refactoring that happens in the drm drivers we would end up
fixing this driver when a bot trigger an error.
So IMO we need very good reasons to go
Hi Xin Ji.
On Mon, Aug 10, 2020 at 10:35:46PM +0200, Sam Ravnborg wrote:
> Hi Xin Ji.
>
> On Thu, Jul 09, 2020 at 04:31:09PM +0800, Xin Ji wrote:
> > Hi all,
> >
> > The following series add support for the Slimport ANX7625 transmitter, a
> > ultra-low power
x/gpu/kirin9xx_drm_dss.c | 1063 +++
> .../hikey9xx/gpu/kirin9xx_drm_overlay_utils.c | 1005 +++
> .../hikey9xx/gpu/kirin9xx_dw_drm_dsi.c| 2132 ++
> .../hikey9xx/gpu/kirin9xx_dw_dsi_reg.h| 146 +
> .../staging/hikey9xx/gpu/kirin9xx_fb_panel.h | 191
any mistakes, please let me know, I will fix it in
> the next series.
>
> Change history:
> v14: Fix comments from Sam and Nicolas
> - Check flags at drm_bridge_attach
> - Use panel_bridge instead of drm_panel
> - Fix not correct return value
Sorry for ignoring this for
thermore the bridge driver needs to be converted to use the bridge
panel. See what other bridge drivers do.
In short - the drm_panel shall be replaced by a bridge in your
platform data structure.
Usual this end up in less code after the conversion.
Sam
> ---
> drivers/gpu/drm/bridg
789v_command - ST7789V display controller commands
Patch does not apply to drm-misc-next, seems to be a staging thing.
So do not expext the DRM people to pick it up.
Sam
> --
> 2.25.1
>
> ___
> dri-devel mailin
versus external connector is modelled
> > looks like it could use some of the abstractions used by other bridge
> > drivers.
> >
> > The connector_type shall for example for internal panels come
> > form the panel.
> > And use the panel bridge driver - see examples in patches I referenced
> > before.
> >
> > And external connectors may beneft from using the
> > display-connector bridge driver.
> I'm not familiar with it, the extcon interface is Google engineer give
> to me, I just follow their sample driver. If you think it is not good,
> I'll remove the extcon support.
It would be better to start without, and then add it later
so we end up with a clean design.
I for one would have an easier time reviewing.
So please go ahead and remove it for now.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
providing such massive feedback on v8.
Please keep up the spirit and submit a v9 soon!
Sam
>
> Signed-off-by: Xin Ji
> ---
> drivers/gpu/drm/bridge/Makefile |2 +-
> drivers/gpu/drm/bridge/analogix/Kconfig |6 +
> drivers/gpu/drm/bridge/analogix/
ook at a few submissions
to dri-devel to be inspired.
Sam
>
> Thanks,
> Xin
>
>
>
> Xin Ji (2):
> dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding
> drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver
>
> .../bindings/
evicet...@vger.kernel.org.
Running the binding through dt_binding_check gives me:
/home/sam/drm/linux.git/Documentation/devicetree/bindings/display/bridge/anx7625.yaml:
ignoring, error in schema:
warning: no schema found in file:
/home/sam/drm/linux.git/Documentation/devicetree/bindings/display/bridge/anx762
lay must be used.
for non-atomic context -> usleep-range is better for power-management.
unless we are familiar with the driver we wouldn't really know in what
context this code is run at.
This thread though had the same conversation about this change, for the
same driver.
https://patchwork
; discontinued on the fbtft wiki[4]:
> - fb_hx8340bn.c
> - fb_hx8347d.c
> - fb_ili9320
>
> This one never made it from a prototype to an actual product, because
> it was too slow:
> - fb_watterott.c
>
> I have no plans to convert fbtft drivers myself, bu
My Message
Good day, I´m Sam from Hong Kong. I have a business & private offer from the
top executive to seek your partnership in re-profiling some offshore funds for
investment purpose in your country
Reply back to my email samtsi...@yandex.com for more detail's.
Regards,
Hi Dante.
> Hello Sam, thank you very much for your comments,
> As I told Dan (my email did not reach the mailing list) this is my
> first attempt to contribute,
> So I'm learning a lot from your advice and corrections.
>
> I will look for TODO lists to see i
k-ili9322.c
But in staging there are more panels than just these.
So we have not yet ported all.
And there is today no list of what is missing.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.or
lign errors etc.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
Hi Hans.
Just a bunch of random observations that I hope you find use of.
Sam
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index cb88528e7b10..6b4d6c957da8 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -315,6 +315,8 @@
hange any return type, but
it ignore the return value og tty_part_install().
Same goes for all ramaining patches.
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
testing for you.
Thanks,
Sam Dennis
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
testing for you.
Thanks,
Sam Dennis
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
.
Thanks,
Sam Parker
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
photo retouching
We can provide you editing test on your photos.
Please reply if you are interested.
Thanks,
Sam
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
question at 82 characters---while this is over
the recommended limit, there are no clear locations to break the line and it
barely breaks the cutoff.
Signed-off-by: Sam Horlbeck Olsen
---
drivers/staging/dgnc/dgnc_cls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drive
This patch fixes the error "Macros with complex values should be enclosed in
parentheses", as reported by checkpatch.pl.
Signed-off-by: Sam van Kampen
---
drivers/staging/line6/usbdefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/line6/u
A 'Missing a blank line after declarations' warning fixed by inserting
a blank line after struct pointer declaration.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/amplc_pc236.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/comedi/drivers/amplc_
A 'line over 80 characters' fixed by removing comment to
previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/amcc_s5933.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h
b/drivers/staging/come
A 'line over 80 characters' fixed by removing comment to the previous
line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/amcc_s5933.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/amcc_s5933.h
b/drivers/stag
An issue in 'line over 80 characters' fixed by removing over-lined comment
to the previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adv_pc
A 'line over 80' issue fixed, by removing comment to previous line. And
also, by this, 'a blank line' isssue resolved.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dr
An issue in 'line over 80 characters' fixed by removing over-lined
comment to the previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pc
An issue in 'line over 80 characters' fixed by taking back over-lined comment
a few characters.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pc
An issue in 'line over 80 characters' fixed and over-lined comment
removed to the previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pc
By removing a comment to previous line, 'line over 80' issue
fixed.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c
b/drivers/staging/come
A 'line over 80 characters' fixed by removing over-lined comment
to previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c
b/drive
a line over 80 issue fixed by removing the cross-lined comment
to the previous line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c
b/drivers
A line over 80 issue fixed, which is a comment.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adv_pci1710.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adv_pci1710.c
b/drivers/staging/comedi/drivers/adv_pci1710.c
index
A 'Missing a blank line after declarations' issue fixed and also tested
by 'make M=...'. It seems that after 'unsigned long iobase' declaration
a blank line is desperately needed.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/8255.c | 1 +
1 file
Introductory comments organized according to Linux's comment
coding style.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c | 109 +-
1 file changed, 55 insertions(+), 54 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118
A 'line over 80 characters' issue fixed.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c
b/drivers/staging/comedi/drivers/adl_pci9118.c
ind
A 'quoted string split across lines' issue fixed, while a better use of
language applied to the comment.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/a
a 'quoted string split across lines' fixed while better use of
English applied to the text.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c
For better use of English, 'mixtured' which is not right, replaced
by 'mixed'.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c
b/dr
a fractured spelling in previous style issue fix mended.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/adl_pci9118.c
b/drivers/staging/comedi/drivers/adl_pci9118.c
2 style issues fixed: one misspelling & a quoted string split across lines.
Sam Asadi (2):
Staging: comedi: adl_pci9118: a style issue fixed
Staging: comedi: adl_pci9118: fractured spelling fixed
drivers/staging/comedi/drivers/adl_pci9118.c |3 +--
1 file changed, 1 insertion(+
'quoted string split across lines' warning in checkpatching fixed
by group whole string in one line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adl_pc
'quoted string split across lines' warning in checkpatching fixed
by group whole string in one line.
Signed-off-by: Sam Asadi
---
drivers/staging/comedi/drivers/adl_pci9118.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/adl_pc
y read and process one message at a time.
Make adjustments to the callback dispatch code to account for the way
non-performance critical drivers handle reading of the channel.
Signed-off-by: K. Y. Srinivasan
Cc:
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/hv/connectio
From: Enric Balletbo i Serra
As this board use external clock for RMII interface we should specify 'rmii'
phy mode and 'rmii-clock-ext' to make ethernet working.
Signed-off-by: Enric Balletbo i Serra
Signed-off-by: Tony Lindgren
Signed-off-by: sam-the-6
---
arch/arm/boot
Saraogi
Acked-by: Julia Lawall
Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/phy/phy-omap-usb2.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/phy/phy-omap-usb2.c b/drivers/phy/phy-omap-usb2.c
index
success.
Agreed with by Srinivas.
Signed-off-by: Sachin Kamat
Cc: Srinivas Pandruvada
Signed-off-by: Jonathan Cameron
Signed-off-by: sam-the-6
---
drivers/iio/pressure/hid-sensor-press.c |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/iio/pressure/hid-sensor
off-by: Horia Geanta
Signed-off-by: Randy Dunlap
Signed-off-by: Linus Torvalds
Signed-off-by: sam-the-6
---
scripts/kernel-doc | 15 ---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index da058da..16a07cf 100755
--- a/
From: Bernd Wachter
Add ID of the Telewell 4G v2 hardware to option driver to get legacy
serial interface working
Signed-off-by: Bernd Wachter
Cc:
Signed-off-by: Johan Hovold
Signed-off-by: sam-the-6
---
drivers/usb/serial/option.c |2 ++
1 file changed, 2 insertions(+)
diff --git a
(if applicable).
Reported-by: Aaro Koskinen
Cc: Seth Bollinger
Cc: "David S. Miller"
Cc: Sam Ravnborg
Cc: Thomas Bogendoerfer
Signed-off-by: Peter Hurley
Cc: stable # 3.15
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/tty/serial/imx.c|3 +++
drive
-off-by: sam-the-6
---
drivers/phy/Kconfig |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index fcdfe7c..64b98d2 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -112,6 +112,7 @@ config PHY_EXYNOS5250_SATA
config PHY_SUN4I_USB
Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/hv/hv_kvp.c | 17 ++---
drivers/hv/hv_util.c |2 +-
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/drivers/hv/hv_kvp.c b/drivers/hv/hv_kvp.c
index ea85253..521c146 100644
--- a/drivers/hv/hv_kvp.c
+++ b/
a revision to the file that previously had several style issues.
It's clean now.
Signed-off-by: Sam Asadi
Signed-off-by: sam-the-6
---
drivers/staging/comedi/drivers/8253.h |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/comedi/drivers/8253.h
b/drivers/staging/c
From: Jyri Sarha
This code is not working currently and it can be removed. There is a
conflict in sharing resources with the actual HDMI driver and with
the ASoC HDMI audio DAI driver.
Signed-off-by: Jyri Sarha
Signed-off-by: Tony Lindgren
Signed-off-by: sam-the-6
---
arch/arm/mach-omap2
Roeck
Cc: Andreas Mohr
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/char/i8k.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/char/i8k.c b/drivers/char/i8k.c
index d915707..93dcad0 100644
--- a/drivers/char/i8k.c
+++ b/drivers/char/i8k.c
-by: Guido Martínez
Tested-by: Pekon Gupta
Signed-off-by: Tony Lindgren
Signed-off-by: sam-the-6
---
arch/arm/mach-omap2/gpmc.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
index 2c0c281..8bc1338 100644
--- a/ar
From: Russell King
The revision checking in l2c310_enable() was not correct; we were
masking the part number rather than the revision number. Fix this
to use the correct macro.
Fixes: 4374d64933b1 ("ARM: l2c: add automatic enable of early BRESP")
Signed-off-by: Russell King
Signed-o
hang during late boot if CLK_MAU_EPLL was
disabled.
Signed-off-by: Tushar Behera
Signed-off-by: Shaik Ameer Basha
Reported-by: Kevin Hilman
Tested-by: Javier Martinez Canillas
Tested-by: Doug Anderson
Signed-off-by: Kukjin Kim
Signed-off-by: sam-the-6
---
arch/arm/boot/dts/exynos5420.dtsi
success.
Signed-off-by: Sachin Kamat
Cc: Srinivas Pandruvada
Signed-off-by: Jonathan Cameron
Signed-off-by: sam-the-6
---
drivers/iio/gyro/hid-sensor-gyro-3d.c |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/iio/gyro/hid-sensor-gyro-3d.c
b/drivers/iio/gyro/hid
From: Dan Carpenter
There is a cut and paste bug here which will lead to memory corruption
because we don't allocate enough data.
Fixes: 4d008589e271 ('CLK: TI: APLL: add support for omap2 aplls')
Signed-off-by: Dan Carpenter
Signed-off-by: Tero Kristo
Signed-off-by: sam-the-
From: Thomas Gleixner
The control register is at offset 0x10, not 0x0. This is wreckaged
since commit 5df33a62c (SPEAr: Switch to common clock framework).
Signed-off-by: Thomas Gleixner
Cc: sta...@vger.kernel.org
Acked-by: Viresh Kumar
Signed-off-by: Mike Turquette
Signed-off-by: sam-the-6
success.
Signed-off-by: Sachin Kamat
Cc: Srinivas Pandruvada
Signed-off-by: Jonathan Cameron
Signed-off-by: sam-the-6
---
drivers/iio/magnetometer/hid-sensor-magn-3d.c |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/iio/magnetometer/hid-sensor-magn-3d.c
b
lets instead
emit an error message and carry on with the main kprobes tests, delaying
the final failure report until the end.
[1]
http://lists.infradead.org/pipermail/linux-arm-kernel/2011-August/063026.html
Signed-off-by: Jon Medhurst
Signed-off-by: sam-the-6
---
arch/arm/kernel/kprobes-test.c
only on
supported SoCs and letting others simply use default WFI mode until
support for them is added.
Signed-off-by: Tomasz Figa
Signed-off-by: Kukjin Kim
Signed-off-by: sam-the-6
---
arch/arm/mach-exynos/exynos.c |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/arch
x27;o
Reviewed-by: Lukas Czerner
Signed-off-by: sam-the-6
---
fs/ext4/ialloc.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c
index 0840bf3..5b87fc3 100644
--- a/fs/ext4/ialloc.c
+++ b/fs/ext4/ialloc.c
@@ -338,
From: Bo Shen
Add clocks for usb device, or else switch to CCF, the gadget
won't work.
Reported-by: Jiri Prchal
Signed-off-by: Bo Shen
Acked-by: Alexandre Belloni
Tested-by: Jiri Prchal
Signed-off-by: Nicolas Ferre
Signed-off-by: Olof Johansson
Signed-off-by: sam-the-6
---
arch/arm
From: Geert Uytterhoeven
When a module calls random_get_entropy():
ERROR: "mach_random_get_entropy" [crypto/drbg.ko] undefined!
make[1]: *** [__modpost] Error 1
Signed-off-by: Geert Uytterhoeven
Signed-off-by: sam-the-6
---
arch/m68k/kernel/time.c |2 ++
1 file
o
Cc: sta...@vger.kernel.org
Signed-off-by: sam-the-6
---
fs/ext4/super.c |2 --
fs/jbd2/transaction.c |5 -
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index 3423947..6297c07 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
space calls the glibc wrapper function
fanotify_mark().
Signed-off-by: Helge Deller
Cc: sta...@vger.kernel.org # 3.13+
Signed-off-by: sam-the-6
---
arch/parisc/kernel/sys_parisc32.c | 10 ++
arch/parisc/kernel/syscall_table.S |2 +-
2 files changed, 11 insertions(+), 1 del
From: Helge Deller
Signed-off-by: Helge Deller
Cc: sta...@vger.kernel.org # 3.13+
Signed-off-by: sam-the-6
---
arch/parisc/kernel/hardware.c |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/parisc/kernel/hardware.c b/arch/parisc/kernel/hardware.c
index 608716f
From: Peter Hurley
Replace open-coded test for empty tx ring buffer with equivalent
helper function, uart_circ_empty(). No functional change.
Signed-off-by: Peter Hurley
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers/tty/serial/arc_uart.c |2 +-
1 file changed, 1
From: Sjoerd Simons
Allow phy-exynos-usb2 to be autoloaded based on devicetree information.
Tested on Odroid X2 with its USB subsystem build as modules.
Signed-off-by: Sjoerd Simons
Signed-off-by: Kishon Vijay Abraham I
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: sam-the-6
---
drivers
From: Peter Ujfalusi
The use of FIFO in McASP can reduce the risk of audio under/overrun and
lowers the load on the memories since the DMA will operate in bursts.
Signed-off-by: Peter Ujfalusi
Signed-off-by: Tony Lindgren
Signed-off-by: sam-the-6
---
arch/arm/boot/dts/am335x-evmsk.dts
-off-by: Andras Kovacs
Cc:
Signed-off-by: Johan Hovold
Signed-off-by: sam-the-6
---
drivers/usb/serial/cp210x.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 762e4a5..330df5c 100644
--- a/drivers/usb/serial/cp210x.c
+++ b
From: Jon Medhurst
Conditionally compile kprobes test cases for ARMv5 instructions to avoid
compilation errors with ARMv4 targets like:
/tmp/cc7Tx8ST.s:16740: Error: selected processor does not support ARM mode `clz
r0,r0'
Signed-off-by: Jon Medhurst
Signed-off-by: sam-the-6
---
arc
access and we want
exynos4_frc_read() to show up in ftrace profiles if it's the
bottleneck.
Signed-off-by: Doug Anderson
Signed-off-by: Kukjin Kim
Signed-off-by: sam-the-6
---
drivers/clocksource/exynos_mct.c |9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --gi
success.
Signed-off-by: Sachin Kamat
Cc: Srinivas Pandruvada
Signed-off-by: Jonathan Cameron
Signed-off-by: sam-the-6
---
drivers/iio/light/hid-sensor-prox.c |7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/iio/light/hid-sensor-prox.c
b/drivers/iio/light/hid
[<400086c4>] (0x400086c4)
[ 31.234968] ---[ end Kernel panic - not syncing: Fatal exception
Fixes: 7cc560dea415 ("clk: s2mps11: Add support for s2mps11")
Cc:
Signed-off-by: Krzysztof Kozlowski
Reviewed-by: Yadwinder Singh Brar
Signed-off-by: Mike Turquette
Signed-off-by: sam-t
1 - 100 of 169 matches
Mail list logo