search for: reg_shift

Displaying 3 results from an estimated 3 matches for "reg_shift".

2013 Sep 13
10
[PATCH RFC 0/8] xen/arm: initial cubieboard2 support.
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. As before several of the patches are not to be applied because they can be done better using infrastructure from Julien''s "Allow Xen to boot with a raw Device Tree" patch. They are included for completeness. With
2013 Sep 20
20
[PATCH v3 0/7] support for cubieboard2 / sunxi processors
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. With this rebase I''ve picked up some patches from Julien which were required to do things properly, so the gic v7 and device blacklisting patches have been changed to use the proper mechanisms. Previously I was able to boot
2013 Aug 13
13
[PATCH v8 8/5] Add UART support and arch timer initialization for OMAP5
...atform is also done in this patch series. v8 <- v7: - Only modifying THRE bit when enable/disable THRE interrupt in patch #4. v7 <- v6: - Fix a bug in patch #3. - Fix type problems Julien pointed out in patch #4. - Add vuart_info callback for omap-uart driver. v6 <- v5: - Add EARLY_UART_REG_SHIFT and remove REG_SHIFT in 8250-uart.h - Define REG_SHIFT in omap-uart.c rather than 8250-uart.h, since Linux also uses hardcoded regshift in omap-uart driver and there is no reg-shift of UART defined in OMAP5''s DT. - Separate dt_property_read_u32 introduction into a single patch. - Fix s...