
I'm planning to submit a patch to add LCD support to the current main Denx (non-AVR32) git.
It consists of the following changes:-
cpu/at32ap/at32ap700x/clk.c | 5 + cpu/at32ap/at32ap700x/portmux.c | 90 +++++++++++++++++++++ drivers/video/atmel_lcdfb.c | 5 +- include/asm-avr32/arch-at32ap700x/chip-features.h | 5 + include/asm-avr32/arch-at32ap700x/clk.h | 6 ++ include/asm-avr32/arch-at32ap700x/portmux.h | 5 +- include/asm-avr32/global_data.h | 3 + include/lcd.h | 2 +- lib_avr32/board.c | 11 +++ 9 files changed, 128 insertions(+), 4 deletions(-)
Can I submit this as a single patch (since it is *all* related to LCD support), or should I split it up into lots of little patches ?
Regards Mark