Displaying 1 result from an estimated 1 matches for "fb_alloc".
Did you mean:
lfb_alloc
2013 Feb 14
12
[PATCH v7 0/5] xen: ARM HDLCD video driver
...remove useless initializations to NULL in lfb_init;
- more compact checks in lfb_init.
Changes in v5:
- move the barriers outside the loop in flush_xen_data_tlb_range_va;
- move out of "introduce early_ioremap" any changes related to
flush_xen_data_tlb_range_va and PAGE masks;
- remove lfb_alloc and the now unused __initdata variables;
- fix indentation and long lines;
- reword commit message of "move setup_mm right after setup_pagetables";
- turn printk in setup_mm into an early_printk in setup_mm;
- actually include the Makefile for xen/arch/arm/platforms.
Changes in v4:
- re...