Re: [PATCH v5 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2021-10-14 Thread Sam Ravnborg
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 __

Re: [PATCH v4 3/3] drm/loongson: Add interrupt driver for LS7A

2021-08-07 Thread Sam Ravnborg
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, Acke

Re: [PATCH v4 2/3] drm/loongson: Add GPIO and I2C driver for loongson drm.

2021-08-07 Thread Sam Ravnborg
to 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 |

Re: [PATCH v1 1/1] drm/bridge: anx7625: Tune K value for IVO panel

2021-08-05 Thread Sam Ravnborg
nt. > > 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

Re: [PATCH v4 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2021-08-04 Thread Sam Ravnborg
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

Re: [PATCH v4 2/3] drm/loongson: Add GPIO and I2C driver for loongson drm.

2021-08-01 Thread Sam Ravnborg
n you could use the bridge_connector. Sam ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v3 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2021-07-27 Thread Sam Ravnborg
. 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

Re: [PATCH v3 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2021-07-23 Thread Sam Ravnborg
hout 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 more familiar with atomic mod

Re: [PATCH 000/141] Fix fall-through warnings for Clang

2020-11-22 Thread Sam Ravnborg
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 list de...@linuxd

Re: [PATCH v17 0/2] Add initial support for slimport anx7625

2020-10-16 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-25 Thread Sam Ravnborg
lease 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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-25 Thread Sam Ravnborg
Some 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/drivers/sta

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-24 Thread Sam Ravnborg
etails 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-

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-24 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-24 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-21 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-21 Thread Sam Ravnborg
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"

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-20 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-20 Thread Sam Ravnborg
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), If yo

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-19 Thread Sam Ravnborg
y 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 in v

Re: [PATCH v14 0/2] Add initial support for slimport anx7625

2020-08-19 Thread Sam Ravnborg
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

Re: [PATCH 00/49] DRM driver for Hikey 970

2020-08-19 Thread Sam Ravnborg
++ > .../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 ++ > 25 files changed, 12229 in

Re: [PATCH v14 0/2] Add initial support for slimport anx7625

2020-08-10 Thread Sam Ravnborg
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

Re: [PATCH v13 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

2020-06-21 Thread Sam Ravnborg
Futhermore 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

Re: [PATCH] staging: fbtft: fb_st7789v: make HSD20_IPS numeric and not a string

2020-05-31 Thread Sam Ravnborg
st7789v_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

Re: [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-30 Thread Sam Ravnborg
gt; 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

Re: [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

2020-04-27 Thread Sam Ravnborg
y for 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/

Re: [PATCH v8 0/2] Add initial support for slimport anx7625

2020-04-27 Thread Sam Ravnborg
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/

Re: [PATCH v8 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding

2020-04-27 Thread Sam Ravnborg
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

Re: [Outreachy kernel] [PATCH] staging: fbtft: Replace udelay with preferred usleep_range

2020-03-29 Thread Sam Muhammed
-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.kernel.org/patch/11137125/ S

Re: fbtft: 5 years in staging

2020-02-02 Thread Sam Ravnborg
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, but I figured a 5 year > anniversary was a good excuse for a status update. Thanks

partnership!!

2019-04-08 Thread Mr. Sam
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, Sam E

Re: [PATCH] FBTFT: fbtft-bus: Fix code style problems

2019-03-11 Thread Sam Ravnborg
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 if the

Re: [PATCH] FBTFT: fbtft-bus: Fix code style problems

2019-03-11 Thread Sam Ravnborg
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

Re: [PATCH] FBTFT: fbtft-bus: Fix code style problems

2019-03-11 Thread Sam Ravnborg
lign errors etc. Sam ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] drm/vboxvideo: Move vboxvideo driver out of staging

2018-10-18 Thread Sam Ravnborg
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 @@

Re: [PATCH 00/25] Change tty_port(standard)_install's return type

2018-09-03 Thread Sam Ravnborg
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

follow up

2018-08-05 Thread Sam Dennis
testing for you. Thanks, Sam Dennis ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

and for the photos

2018-08-05 Thread Sam Dennis
testing for you. Thanks, Sam Dennis ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

we look after your photos

2018-08-03 Thread Sam
. Thanks, Sam Parker ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

your images need editing and

2018-04-07 Thread Sam
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

[PATCH] staging: dgnc: Add whitespace around OR'd flags ("|")

2016-03-14 Thread Sam Horlbeck Olsen
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 <sam.horl...@gmail.com> --- drivers/staging/dgnc/dgnc_cls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] Staging: line6: fix parentheses around macro in usbdefs.h

2014-12-03 Thread Sam van Kampen
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 s...@tehsvk.net --- drivers/staging/line6/usbdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/line6

[PATCH 1/1] Staging: comedi: amplc_pc236: a blank line inserted

2014-07-22 Thread Sam Asadi
A 'Missing a blank line after declarations' warning fixed by inserting a blank line after struct pointer declaration. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/amplc_pc236.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi

[PATCH 2/2] Staging: comedi: amcc_s5933: a style issue fixed

2014-07-21 Thread Sam Asadi
A 'line over 80 characters' fixed by removing comment to the previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH 1/2] Staging: comedi: amcc_s5933: a line over 80 fixed

2014-07-21 Thread Sam Asadi
A 'line over 80 characters' fixed by removing comment to previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH 1/1] Staging: comedi: adl_paci9118: organized entry comments

2014-07-19 Thread Sam Asadi
Introductory comments organized according to Linux's comment coding style. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c | 109 +- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 2/2] Staging: comedi: adv_pci1710.c line over 80 fixed

2014-07-19 Thread Sam Asadi
A line over 80 issue fixed, which is a comment. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH 1/1] Staging: comedi: adv_pci1710: a line over 80 fixed

2014-07-19 Thread Sam Asadi
a line over 80 issue fixed by removing the cross-lined comment to the previous line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adv_pci1710.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers

[PATCH 1/2] Staging: comedi: adl_pci9118: commenting style issue fixed

2014-07-18 Thread Sam Asadi
A 'quoted string split across lines' issue fixed, while a better use of language applied to the comment. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 2/2] Staging: comedi: adl_pci9118: line over 80 fixed

2014-07-18 Thread Sam Asadi
A 'line over 80 characters' issue fixed. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH] Staging: comedi: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
'quoted string split across lines' warning in checkpatching fixed by group whole string in one line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 1/2] Staging: comedi: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
'quoted string split across lines' warning in checkpatching fixed by group whole string in one line. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 0/2] Staging: Comedi: adl_pci9118: 2 style issues fixed

2014-07-16 Thread Sam Asadi
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(+), 2

[PATCH 2/2] Staging: comedi: adl_pci9118: fractured spelling fixed

2014-07-16 Thread Sam Asadi
a fractured spelling in previous style issue fix mended. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH 3/3] Staging: adl_pci9118: a language issue fixed

2014-07-16 Thread Sam Asadi
For better use of English, 'mixtured' which is not right, replaced by 'mixed'. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- 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

[PATCH 1/1] Staging: adl_pci9118: a style issue fixed

2014-07-16 Thread Sam Asadi
a 'quoted string split across lines' fixed while better use of English applied to the text. Signed-off-by: Sam Asadi asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/adl_pci9118.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers

[PATCH 94/94] Staging: comedi: 3 files revised fixed style issues

2014-07-15 Thread sam-the-6
From: Sam Asadi asadi.sam...@gmail.com 3 files in 'staging/comedi/drivers/' revised again and style issues fixed Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8253.h modified: drivers/staging/comedi/drivers/8255.c modified

[PATCH 01/94] ARM: shmobile: Add DT and defconfigs to MAINTAINERS

2014-07-15 Thread Sam Asadi
-off-by: sam-the-6 asadi.sam...@gmail.com --- MAINTAINERS | 14 ++ 1 file changed, 14 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c411c40..e31c874 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1314,6 +1314,20 @@ W: http://oss.renesas.com Q: http

[PATCH 01/94] ARM: shmobile: Add DT and defconfigs to MAINTAINERS

2014-07-15 Thread Sam Asadi
-off-by: sam-the-6 asadi.sam...@gmail.com --- MAINTAINERS | 14 ++ 1 file changed, 14 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c411c40..e31c874 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1314,6 +1314,20 @@ W: http://oss.renesas.com Q: http

[PATCH 05/94] clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clock

2014-07-15 Thread Sam Asadi
the CLK_SET_RATE_NO_REPARENT for all ti,mux-clocks. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Reviewed-by: Paul Walmsley p...@pwsan.com Tested-by: Felipe Balbi ba...@ti.com Signed-off-by: Tero Kristo t-kri...@ti.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/ti/mux.c |2

[PATCH 04/94] clk: ti: am43x: Fix boot with CONFIG_SOC_AM33XX disabled

2014-07-15 Thread Sam Asadi
] (worker_thread) from [c0055a48] (kthread+0xc8/0xe4) [2.321628] [c0055a48] (kthread) from [c000e648] (ret_from_fork+0x14/0x2c) Signed-off-by: Roger Quadros rog...@ti.com Reported-by: Tony Lindgren t...@atomide.com Signed-off-by: Tero Kristo t-kri...@ti.com Signed-off-by: sam-the-6 asadi.sam

[PATCH 03/94] clk: ti: dra7: return error code in failure case

2014-07-15 Thread Sam Asadi
-by: Tero Kristo t-kri...@ti.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/ti/apll.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c index 18dbaf12..72d9727 100644 --- a/drivers/clk/ti/apll.c +++ b/drivers

[PATCH 12/94] dma: cppi41: handle 0-length packets

2014-07-15 Thread Sam Asadi
at bit 19 in PD2 of the completed packet. This bit will tell us if a zero-length packet was received on a queue. If it's set, ignore the value in PD0 and report a total length of 0 instead. Signed-off-by: Daniel Mack zon...@gmail.com Signed-off-by: Vinod Koul vinod.k...@intel.com Signed-off-by: sam

[PATCH 09/94] clk: s3c64xx: Hookup SPI clocks correctly

2014-07-15 Thread Sam Asadi
...@opensource.wolfsonmicro.com Signed-off-by: Tomasz Figa t.f...@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/samsung/clk-s3c64xx.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/clk/samsung/clk-s3c64xx.c b/drivers/clk/samsung/clk-s3c64xx.c index efa16ee

[PATCH 15/94] clk: sunxi: fix devm_ioremap_resource error detection code

2014-07-15 Thread Sam Asadi
Signed-off-by: Himangi Saraogi himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr Acked-by Boris BREZILLON boris.brezil...@free-electrons.com Signed-off-by: Mike Turquette mturque...@linaro.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/sunxi/clk-sun6i-apb0

[PATCH 11/94] clk: exynos5420: Remove aclk66_peric from the clock tree description

2014-07-15 Thread Sam Asadi
...@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/samsung/clk-exynos5420.c | 85 +--- include/dt-bindings/clock/exynos5420.h |1 - 2 files changed, 55 insertions(+), 31 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos5420.c

[PATCH 32/94] ext4: clarify error count warning messages

2014-07-15 Thread Sam Asadi
: sta...@vger.kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- fs/ext4/super.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fs/ext4/super.c b/fs/ext4/super.c index b9b9aab..3423947 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -2809,10 +2809,11

[PATCH 22/94] ARM: dts: fix pwm-cells in pwm node for exynos4

2014-07-15 Thread Sam Asadi
kgene@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/boot/dts/exynos4.dtsi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index fbaf426..17b22e9 100644 --- a/arch/arm/boot/dts/exynos4

[PATCH 24/94] clocksource: exynos_mct: Register the timer for stable udelay

2014-07-15 Thread Sam Asadi
@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clocksource/exynos_mct.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/clocksource/exynos_mct.c b/drivers/clocksource/exynos_mct.c index 5ce99c0..ab51bf20a 100644 --- a/drivers/clocksource

[PATCH 21/94] ARM: EXYNOS: Fix the check for non-smp configuration

2014-07-15 Thread Sam Asadi
sachin.ka...@samsug.com Signed-off-by: Kukjin Kim kgene@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-exynos/exynos.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index f38cf7c

[PATCH 82/94] ext4: fix a potential deadlock in __ext4_es_shrink()

2014-07-15 Thread Sam Asadi
-by: Minchan Kim minc...@kernel.org Cc: sta...@vger.kernel.org Cc: Zheng Liu gnehzuil@gmail.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- fs/ext4/extents_status.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ext4/extents_status.c b/fs/ext4/extents_status.c

[PATCH 36/94] ARM: DRA7: hwmod: Fixup SATA hwmod

2014-07-15 Thread Sam Asadi
-by: Rajendra Nayak rna...@ti.com Tested-by: Sekhar Nori nsek...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-omap2/omap_hwmod_7xx_data.c |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/mach

[PATCH 28/94] iio: hid-sensor-als: Fix return values

2014-07-15 Thread Sam Asadi
IIO_VAL_INT_PLUS_MICRO upon success. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Srinivas Pandruvada srinivas.pandruv...@linux.intel.com Signed-off-by: Jonathan Cameron ji...@kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/iio/light/hid-sensor-als.c |7 ++- 1

[PATCH 77/94] Documentation/Changes: clean up mcelog paragraph

2014-07-15 Thread Sam Asadi
Signed-off-by: Linus Torvalds torva...@linux-foundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- Documentation/Changes |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Documentation/Changes b/Documentation/Changes index 2254db0..227bec8 100644

[PATCH 19/94] clk: qcom: HDMI source sel is 3 not 2

2014-07-15 Thread Sam Asadi
Signed-off-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: Mike Turquette mturque...@linaro.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/qcom/mmcc-msm8960.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/qcom/mmcc-msm8960.c b/drivers/clk

[PATCH 90/94] Staging: comedi: 8253.h fixed by removing 'return' from generic func

2014-07-15 Thread Sam Asadi
Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8253.h Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8253.h |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/comedi

[PATCH 86/94] parisc: drop unused defines and header includes

2014-07-15 Thread Sam Asadi
From: Helge Deller del...@gmx.de Signed-off-by: Helge Deller del...@gmx.de Cc: sta...@vger.kernel.org # 3.13+ Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/parisc/kernel/sys_parisc32.c | 36 1 file changed, 36 deletions(-) diff --git a/arch

[PATCH 88/94] clk: spear3xx: Set proper clock parent of uart1/2

2014-07-15 Thread Sam Asadi
-by: Viresh Kumar viresh.ku...@linaro.org Signed-off-by: Mike Turquette mturque...@linaro.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/clk/spear/spear3xx_clock.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/clk/spear/spear3xx_clock.c b

[PATCH 69/94] serial: sh-sci: Add device tree support for r8a7{778, 740, 3a4} and sh73a0

2014-07-15 Thread Sam Asadi
From: Simon Horman horms+rene...@verge.net.au Simply document new compat strings. There appears to be no need for a driver updates. Signed-off-by: Simon Horman horms+rene...@verge.net.au Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com

[PATCH 91/94] Staging: comedi: 8255: fixed by adding an empthy line

2014-07-15 Thread Sam Asadi
fixed a coding style issue. Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8255.c Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/staging/comedi/drivers/8255.c | 150 - 1 file changed, 74 insertions

[PATCH 35/94] ARM: OMAP3: PRM/CM: Add back macros used by TI DSP/Bridge driver

2014-07-15 Thread Sam Asadi
-by: Suman Anna s-a...@ti.com Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-omap2/cm-regbits-34xx.h |3 +++ arch/arm/mach-omap2/prm-regbits-34xx.h |6 ++ 2 files changed, 9 insertions(+) diff --git a/arch/arm/mach-omap2/cm

[PATCH 38/94] ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow

2014-07-15 Thread Sam Asadi
...@pwsan.com: changed type of 'n' to unsigned int] Signed-off-by: Paul Walmsley p...@pwsan.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-omap2/clkt_dpll.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/clkt_dpll.c b/arch/arm/mach-omap2

[PATCH 70/94] USB: serial: ftdi_sio: Add Infineon Triboard

2014-07-15 Thread Sam Asadi
...@fel.cvut.cz Cc: Johan Hovold jo...@kernel.org Cc: stable sta...@vger.kernel.org Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/usb/serial/ftdi_sio.c |2 ++ drivers/usb/serial/ftdi_sio_ids.h |6 ++ 2 files changed, 8

[PATCH 44/94] ARM: OMAP2+: create dsp device only on OMAP3 SoCs

2014-07-15 Thread Sam Asadi
. So, add a check for the SoC family both before creating the device and allocating the carveout memory for the device. Signed-off-by: Suman Anna s-a...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-omap2/dsp.c | 10

[PATCH 52/94] ARM: imx: fix shared gate clock

2014-07-15 Thread Sam Asadi
-off-by: Olof Johansson o...@lixom.net Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-imx/clk-gate2.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-imx/clk-gate2.c b/arch/arm/mach-imx/clk-gate2.c index 4ba587d

[PATCH 33/94] ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()

2014-07-15 Thread Sam Asadi
From: Theodore Ts'o ty...@mit.edu We are spending a lot of time explaining to users what this error means. Let's try to improve the message to avoid this problem. Signed-off-by: Theodore Ts'o ty...@mit.edu Cc: sta...@vger.kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- fs/ext4

[PATCH 50/94] ARM: EXYNOS: Update secondary boot addr for secure mode

2014-07-15 Thread Sam Asadi
around *). Signed-off-by: Sachin Kamat sachin.ka...@linaro.org Signed-off-by: Tushar Behera tushar.beh...@linaro.org Tested-by: Andreas Faerber afaer...@suse.de Signed-off-by: Kukjin Kim kgene@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/mach-exynos/firmware.c |9

[PATCH 62/94] ARM: dts: Add clock property for mfc_pd in exynos5420

2014-07-15 Thread Sam Asadi
-by: Kukjin Kim kgene@samsung.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/boot/dts/exynos5420.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 79e9119..1595722 100644 --- a/arch/arm

[PATCH 31/94] ext4: fix unjournalled bg descriptor while initializing inode bitmap

2014-07-15 Thread Sam Asadi
the free block count, etc. Otherwise, there is the potential of a bad journal checksum (if journal checksums are enabled), and of the file system becoming inconsistent if we crash at exactly the wrong time. Signed-off-by: Theodore Ts'o ty...@mit.edu Cc: sta...@vger.kernel.org Signed-off-by: sam

[PATCH 46/94] ARM: dts: am335x-evm: Enable the McASP FIFO for audio

2014-07-15 Thread Sam Asadi
-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/boot/dts/am335x-evm.dts |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index ecb2677..e2156a5 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm

[PATCH 54/94] iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends

2014-07-15 Thread Sam Asadi
-by: Jan Kardell jan.kard...@telliq.com Tested-by: Zubair Lutfullah zubair.lutful...@gmail.com Signed-off-by: Jonathan Cameron ji...@kernel.org Cc: sta...@vger.kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/iio/adc/ti_am335x_adc.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH 93/94] Staging: comedi: 3 files revised fixed style issues

2014-07-15 Thread Sam Asadi
3 files in 'staging/comedi/drivers/' revised again and style issues fixed Signed-off-by: Sam Asadi asadi.sam...@gmail.com modified: drivers/staging/comedi/drivers/8253.h modified: drivers/staging/comedi/drivers/8255.c modified: drivers/staging/comedi/drivers

[PATCH 59/94] m68k: Fix boot regression on machines with RAM at non-zero

2014-07-15 Thread Sam Asadi
-relative addressing to fix this. Reported-by: Andreas Schwab sch...@linux-m68k.org Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Tested-by: Andreas Schwab sch...@linux-m68k.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/m68k/kernel/head.S |3 ++- 1 file changed, 2

[PATCH 74/94] phy: core: Fix error path in phy_create()

2014-07-15 Thread Sam Asadi
Quadros rog...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/phy/phy-core.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/phy

[PATCH 26/94] iio: hid-sensor-accel-3d: Fix return values

2014-07-15 Thread Sam Asadi
IIO_VAL_INT_PLUS_MICRO upon success. Signed-off-by: Sachin Kamat sachin.ka...@samsung.com Cc: Srinivas Pandruvada srinivas.pandruv...@linux.intel.com Signed-off-by: Jonathan Cameron ji...@kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/iio/accel/hid-sensor-accel-3d.c |7

[PATCH 80/94] DocBook: fix various typos

2014-07-15 Thread Sam Asadi
-off-by: sam-the-6 asadi.sam...@gmail.com --- Documentation/DocBook/gadget.tmpl |2 +- Documentation/DocBook/genericirq.tmpl |4 ++-- Documentation/DocBook/kernel-locking.tmpl |2 +- Documentation/DocBook/libata.tmpl |6

[PATCH 43/94] ARM: dts: dra7-evm: Make VDDA_1V8_PHY supply always on

2014-07-15 Thread Sam Asadi
, SATA and PCIe on DRA7-evm. CC: Rajendra Nayak rna...@ti.com CC: Tero Kristo t-kri...@ti.com Signed-off-by: Roger Quadros rog...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- arch/arm/boot/dts/dra7-evm.dts |1 + 1 file changed, 1

[PATCH 39/94] iio:tcs3472: Check for buffer enabled and locking

2014-07-15 Thread Sam Asadi
From: Peter Meerwald p.meerw...@bct-electronic.com Signed-off-by: Peter Meerwald pme...@pmeerw.net Signed-off-by: Jonathan Cameron ji...@kernel.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com --- drivers/iio/light/tcs3472.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion

[PATCH 75/94] phy: omap-usb2: Balance pm_runtime_enable() on probe failure and remove

2014-07-15 Thread Sam Asadi
with -EPROBE_DEFER. Balance out the pm_runtime_enable() call in .remove() as well. Signed-off-by: Roger Quadros rog...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: sam-the-6 asadi.sam...@gmail.com

  1   2   >