Re: [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it

2019-04-30 Thread Vladimir Zapolskiy
helpers for the > io memory handling. > > Candidates for such helpers could be eg. the request+ioremap and > iounmap+release combinations. > > Signed-off-by: Enrico Weigelt Acked-by: Vladimir Zapolskiy -- Best wishes, Vladimir

Re: [PATCH] mtd: nand: Rename nand.h into rawnand.h

2017-08-04 Thread Vladimir Zapolskiy
i Sato > Cc: Rich Felker > Cc: Wenyou Yang > Cc: Josh Wu > Cc: Kamal Dasu > Cc: Masahiro Yamada > Cc: Han Xu > Cc: Harvey Hunt > Cc: Vladimir Zapolskiy > Cc: Sylvain Lemieux > Cc: Matthias Brugger > Cc: Wan ZongShun > Cc: Neil Armstrong &g

Re: [PATCH] i2c: don't print error when adding adapter fails

2016-08-09 Thread Vladimir Zapolskiy
er(&alg_data->adapter); > - if (ret < 0) { > - dev_err(&pdev->dev, "I2C: Failed to add bus\n"); > + if (ret < 0) > goto out_clock; > - } > > dev_dbg(&pdev->dev, "%s: Master at %#8x, irq %d.

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-08 Thread Vladimir Zapolskiy
Hi Wolfram, On 08.08.2015 01:34, Wolfram Sang wrote: > >> if we're talking about this particular series, you should have them in >> your mailbox, since you have them applied in wsa/i2c/for-next: > > Those are already in linus tree. I mean all drivers which use struct > i2c_driver. Or do you pref

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-07 Thread Vladimir Zapolskiy
Hi Wolfram, On 07.08.2015 19:10, Wolfram Sang wrote: > Vladimir, > > On Mon, Jul 27, 2015 at 12:18:22AM +0300, Vladimir Zapolskiy wrote: >> This change removes a number of redundant checks on bin attribute >> client's side, the same checks are done by sysfs_kf_bin_read(

Re: [RFC v2] genalloc:add an gen_pool_first_fit_align algo to genalloc

2015-07-27 Thread Vladimir Zapolskiy
Hello Zhao, On 27.07.2015 12:57, Zhao Qiang wrote: > Bytes alignment is required to manage some special ram, > so add gen_pool_first_fit_align to genalloc. > User should define data structure > struct data { > int align; > struct gen_pool *pool; > } > align is the number of bytes alig

[PATCH 0/8] misc: remove boundary checks from bin attr users

2015-07-26 Thread Vladimir Zapolskiy
sk is not done due to more complicated read()/write() callbacks. No functional change, hopefully. Vladimir Zapolskiy (8): misc: cxl: clean up afu_read_config() misc: ds1682: clean up ds1682_eeprom_read() and ds1682_eeprom_write() misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write

[PATCH 1/8] misc: cxl: clean up afu_read_config()

2015-07-26 Thread Vladimir Zapolskiy
The sanity checks for overflow are not needed, because this is done on caller side in fs/sysfs/file.c Signed-off-by: Vladimir Zapolskiy Cc: linuxppc-dev@lists.ozlabs.org Cc: Ian Munsie Cc: Michael Neuling --- drivers/misc/cxl/sysfs.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions