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

2019-04-30 Thread Vladimir Zapolskiy
eric 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
;ys...@users.sourceforge.jp> > Cc: Rich Felker <dal...@libc.org> > Cc: Wenyou Yang <wenyou.y...@atmel.com> > Cc: Josh Wu <rainyfeel...@outlook.com> > Cc: Kamal Dasu <kdasu.k...@gmail.com> > Cc: Masahiro Yamada <yamada.masah...@socionext.com> > Cc: Han X

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

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

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 prefer they

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 alignment,

[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 v...@mleia.com Cc: linuxppc-dev@lists.ozlabs.org Cc: Ian Munsie imun...@au1.ibm.com Cc: Michael Neuling mi...@neuling.org --- drivers/misc/cxl/sysfs.c | 7

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

2015-07-26 Thread Vladimir Zapolskiy
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 misc