Re: [PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values

2015-07-17 Thread Joel Sherrill
the office and will be in the UK next week so wasn't in a position to apply it. :) So whoever can apply it can. > >[PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values > This makes already implemented code much more readable. > >If these patches can make to co

Re: [PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values

2015-07-17 Thread Pavel Pisa
then I or Premek send it offlist gzipped. [PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values This makes already implemented code much more readable. If these patches can make to common base it would be nice. Best wishes, Pavel

Re: [PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values

2015-07-17 Thread Joel Sherrill
I am about to leave for a week. If these are OK, they need to be committed to the master and 4.11 branch please. On 7/17/2015 10:04 AM, Premysl Houdek wrote: Signed-off-by: Premysl Houdek --- c/src/lib/libbsp/arm/tms570/clock/clock.c | 31 +++- .../lib/libbsp/arm/tms

[PATCH 2/2] bsp/tms570 Use bitfields instead of hard-coded values

2015-07-17 Thread Premysl Houdek
Signed-off-by: Premysl Houdek --- c/src/lib/libbsp/arm/tms570/clock/clock.c | 31 +++- .../lib/libbsp/arm/tms570/console/printk-support.c | 4 +-- c/src/lib/libbsp/arm/tms570/console/tms570-sci.c | 34 -- c/src/lib/libbsp/arm/tms570/pom/tms570-pom.c