Re: [U-Boot] [PATCH 0/5] Add bitfields, clock and pinmux functions to simplify code

2011-06-06 Thread Wolfgang Denk
Dear Simon Glass, In message <1306973675-8411-1-git-send-email-...@chromium.org> you wrote: > This patch series adds bitfield operations to the Tegra code and modifies the > existing code to use them. These operations are highly desirable for many > reasons which I attempt to explain here. They m

[U-Boot] [PATCH 0/5] Add bitfields, clock and pinmux functions to simplify code

2011-06-01 Thread Simon Glass
This patch series adds bitfield operations to the Tegra code and modifies the existing code to use them. These operations are highly desirable for many reasons which I attempt to explain here. U-Boot already has some basic macros for dealing with bitfields - setbits(), clrbits() and family. These