Re: [PATCH 0/2] qcom: remove memcpy()ing from cmd-db driver

2018-09-17 Thread Stephen Boyd
Quoting Andy Gross (2018-09-13 14:30:36) > On Tue, Jul 17, 2018 at 01:29:45PM -0700, Stephen Boyd wrote: > > Some changes to the cmd-db code to not do any more copying > > of memory. Instead, we'll just hand out pointers to things > > inside cmd-db. Merging the second patch will cause problems > >

Re: [PATCH 0/2] qcom: remove memcpy()ing from cmd-db driver

2018-09-13 Thread Andy Gross
On Tue, Jul 17, 2018 at 01:29:45PM -0700, Stephen Boyd wrote: > Some changes to the cmd-db code to not do any more copying > of memory. Instead, we'll just hand out pointers to things > inside cmd-db. Merging the second patch will cause problems > for any in-flight users of the cmd-db APIs that are

[PATCH 0/2] qcom: remove memcpy()ing from cmd-db driver

2018-07-17 Thread Stephen Boyd
Some changes to the cmd-db code to not do any more copying of memory. Instead, we'll just hand out pointers to things inside cmd-db. Merging the second patch will cause problems for any in-flight users of the cmd-db APIs that are modified and/or removed. Probably that patch can wait until later, or