Re:Re: [PATCH] mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB

2018-08-27 Thread liuxiang
Fixes:e46ecda764dc37f9fc6279d95ea2c007daef1a71("mtd: spi-nor: Add Freescale QuadSPI driver") Cc: sta...@vger.kernel.org Should I send a V2 patch that adds these above? At 2018-08-27 16:06:13, "Boris Brezillon" wrote: >On Sat, 18 Aug 2018 17:14:23 +0800 >Liu Xiang wrote: > >> If the size o

Re:Re: [PATCH] of: irq: Add a helper function for irq_of_parse_and_map

2018-07-24 Thread liuxiang
I found in probe function some drivers use irq_of_parse_and_map and do not call irq_dispose_mapping in err path, while other drivers do. So I think a resource managed irq_of_parse_and_map function can be better to finish this job. At 2018-07-23 23:28:52, "Rob Herring" wrote: >On Sat, Jul 21, 20

Re:Re: [PATCH v3] net: davicom: dm9000: Avoid spinlock recursion during dm9000_timeout routine

2018-04-18 Thread liuxiang
Hi, Because the timeout task gets the main spinlock and disable the current cpu's irq, there is no other task on the same cpu can run, and tasks on the other cpus can not enter the dm9000_timeout() again. So in the whole dm9000_timeout() routine, db->timeout_cpu can not be changed by other tas

来自liuxiang的邮件

2018-02-07 Thread liuxiang
Sorry, I can't test these pieces of code now. On Saturday 27 January 2018 22:25:36 Liu Xiang wrote: > According to the datasheet, bq27411 is similar to bq27421. > > Signed-off-by: Liu Xiang > --- > drivers/power/supply/bq27xxx_battery.c | 14 ++ > include/linux/power/bq27xxx_battery