[PATCH] staging: fbtft: Fix type mismatch found with sparse

2017-07-03 Thread Thomas Gardner
The warning below is resolved by changing the LHS cast to __be64. fbtft/fbtft-io.c:74:29: warning: incorrect type in assignment (different base types) fbtft/fbtft-io.c:74:29:expected unsigned long long [unsigned] [long] [long long] [usertype] fbtft/fbtft-io.c:74:29:got restricted

[PATCH] staging: comedi: Use offset_in_page macro

2017-07-03 Thread Amitoj Kaur Chawla
Use offset_in_page macro instead of (var & ~PAGE_MASK) The Coccinelle semantic patch used to make this change is as follows: // @@ unsigned long p; @@ - p & ~PAGE_MASK + offset_in_page(p) // Signed-off-by: Amitoj Kaur Chawla --- drivers/staging/comedi/comedi_buf.c | 2

[PATCH v2] staging: greybus: loopback_test: fix comment style issues

2017-07-03 Thread Aleksey Rybalkin
According to checkpatch warning, block comments should align the * on each line. Also, preferred style for multi-line comments is starting the comment text after the second *. Signed-off-by: Aleksey Rybalkin --- drivers/staging/greybus/tools/loopback_test.c | 13

Reply

2017-07-03 Thread Sgt Swanson Dennis
Dear Sir/Madam, I am Sgt Swanson Dennis, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Swanson Dennis ___ devel mailing list de...@linuxdriverproject.org

[GIT PULL] Staging/IIO driver patches for 4.13-rc1

2017-07-03 Thread Greg KH
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.13-rc1 for you to fetch changes up to

[PATCH 4.11 68/84] x86/mshyperv: Remove excess #includes from mshyperv.h

2017-07-03 Thread Greg Kroah-Hartman
4.11-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 26fcd952d5c977a94ac64bb44ed409e37607b2c9 upstream. A recent commit included linux/slab.h in linux/irq.h. This breaks the build of vdso32 on a 64-bit

[PATCH] rtl8723bs: fix build when DEBUG_RTL871X is defined

2017-07-03 Thread Stefan Assmann
Defining DEBUG_RTL871X in rtw_debug.h causes the following compile error: CC [M] drivers/staging/rtl8723bs/core/rtw_mlme.o In file included from drivers/staging/rtl8723bs/core/rtw_mlme.c:18:0: drivers/staging/rtl8723bs/core/rtw_mlme.c: In function ‘rtw_restruct_sec_ie’:

Re: [PATCH 00/10] Fix alignment issues in staging/ccree

2017-07-03 Thread Simon Sandström
On Mon, Jul 03, 2017 at 10:19:31AM +0300, Gilad Ben-Yossef wrote: > but for the few cases where its a complex expression that can be > broken down like this one: > > WARNING: line over 80 characters > #93: FILE: drivers/staging/ccree/ssi_buffer_mgr.c:437: > + (AES_BLOCK_SIZE +

[PATCH v3] staging: sm750fb: fixed a assignment typo

2017-07-03 Thread Lynn Lei
fixed a typo issue in get_mxclk_freq() function. the original code using PLL_CTRL_M_SHIFT for shifting to set N flag. which is not right, it should be PLL_CTRL_N_SHIFT. both PLL_CTRL_M_SHIFT and PLL_CTRL_N_SHIFT defined in drivers/staging/sm750fb/ddk750_reg.h Signed-off-by: Lynn Lei

CHANGE OF ACCUNT....

2017-07-03 Thread test
. Dear Beneficiary...? This is to notify you of new order on the release of your fund. Prior to this proceeding anomaly, we have been mandated by President of Federal Republic of Nigeria to make sure all our debtors received their long awaiting fund within the next five working days from

Re: [PATCH 03/37] binder: Use wake up hint for synchronous transactions.

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:37PM -0700, Todd Kjos wrote: > From: Riley Andrews > > Use wake_up_interruptible_sync() to hint to the scheduler binder > transactions are synchronous wakeups. Disable preemption while waking > to avoid ping-ponging on the binder lock. > >

Re: [PATCH 02/37] binder: use group leader instead of open thread

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:36PM -0700, Todd Kjos wrote: > The binder allocator assumes that the thread that > called binder_open will never die for the lifetime of > that proc. That thread is normally the group_leader, > however it may not be. Use the group_leader instead > of current. > >

Re: [PATCH 01/37] Revert "android: binder: Sanity check at binder ioctl"

2017-07-03 Thread Greg KH
On Thu, Jun 29, 2017 at 12:01:35PM -0700, Todd Kjos wrote: > This reverts commit a906d6931f3ccaf7de805643190765ddd7378e27. > I need a reason why this is to be reverted here :) thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] Staging : rtl8188eu: Fix Camel Case warning

2017-07-03 Thread Greg KH
On Sat, Jul 01, 2017 at 04:11:33PM +0530, saloni1996 wrote: > Remove Camel Case warning found using checkpatch.pl > --- > drivers/staging/rtl8188eu/core/rtw_ap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c >

Reply

2017-07-03 Thread Sgt Swanson Dennis
Dear Sir/Madam, I am Sgt Swanson Dennis, I have a good business proposal for you. There are no risks involved and it is easy. Please reply for briefs and procedures. Best regards, Sgt Swanson Dennis ___ devel mailing list de...@linuxdriverproject.org

Re: [greybus-dev] [PATCH] staging: greybus: loopback_test: fix comment style issue

2017-07-03 Thread Johan Hovold
On Fri, Jun 30, 2017 at 09:43:44PM +0500, Aleksey Rybalkin wrote: > According to checkpatch warning, block comments should align the * on > each line. How about "fixing" the other multi-line comment ("Cancel any running..."), which isn't on the normal kernel format either while at it? /*

Re: [PATCH 00/10] Fix alignment issues in staging/ccree

2017-07-03 Thread Gilad Ben-Yossef
Hi, On Sun, Jul 2, 2017 at 2:25 AM, Simon Sandström wrote: > Fixes a total of 195 alignment issues in staging/ccree reported by > checkpatch.pl. Adds a few "line over 80 characters" warnings as a > result of the realignments, but I could try to get rid of them in the > same

Re: [PATCH] staging: sm750fb: fixed a assignment typo

2017-07-03 Thread Greg KH
On Sun, Jul 02, 2017 at 12:39:24PM +0800, Lynn Lei wrote: > Fixed a typo issue in get_mxclk_freq(). What typo issue is that? Please always be specific in the changelog text. thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] staging: sm750fb: refactor method and fix potential type inconsistence

2017-07-03 Thread Greg KH
On Sun, Jul 02, 2017 at 10:27:40PM +0800, Lynn Lei wrote: > make reg variable typed `u32' not `unsigned int' > this can fix potential type inconsistence in some platforms It can? What platform? > > refactor swPanelPowerSequence() make the code less redundant > > a early check for disp to skip

Re: [PATCH] staging: sm750fb: refactor the clock frequency calculation method

2017-07-03 Thread Greg KH
On Sun, Jul 02, 2017 at 08:24:26PM +0800, Lynn Lei wrote: > speed up calculation by merging two divisions into one. How much did you speed it up? Please provide proof of anything like this if you say it is a speed up. > > Signed-off-by: Lynn Lei > --- >

Re: [PATCH v2] staging: sm750fb: refactor method and fix potential type inconsistence

2017-07-03 Thread Greg KH
On Sun, Jul 02, 2017 at 10:40:33PM +0800, Lynn Lei wrote: > include PANEL_DISPLAY_CTRL_FPVDDEN control mask Does the subject match this? > Signed-off-by: Lynn Lei > --- > drivers/staging/sm750fb/ddk750_display.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [PATCH] staging: sm750fb: skip unnecessary comparisons

2017-07-03 Thread Greg KH
On Mon, Jul 03, 2017 at 09:26:47AM +0800, Lynn Lei wrote: > introduced early checks to skip unnecessary comparisons when flags set. Why? > > Signed-off-by: Lynn Lei > --- > drivers/staging/sm750fb/sm750.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-)