Re: [PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2014-01-22 Thread Feng Kan
Just checking to see anyone had time to take a look at this and comment. Thanks On Sun, Dec 8, 2013 at 12:22 PM, Feng Kan wrote: > This change is made to preserve the GIC v2 releated bits in the > GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). > The original code only set

Re: [PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2014-01-22 Thread Feng Kan
Just checking to see anyone had time to take a look at this and comment. On Sun, Dec 8, 2013 at 12:22 PM, Feng Kan wrote: > This change is made to preserve the GIC v2 releated bits in the > GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). > The original code only set the

Re: [PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2014-01-22 Thread Feng Kan
Just checking to see anyone had time to take a look at this and comment. On Sun, Dec 8, 2013 at 12:22 PM, Feng Kan f...@apm.com wrote: This change is made to preserve the GIC v2 releated bits in the GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). The original code only

Re: [PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2014-01-22 Thread Feng Kan
Just checking to see anyone had time to take a look at this and comment. Thanks On Sun, Dec 8, 2013 at 12:22 PM, Feng Kan f...@apm.com wrote: This change is made to preserve the GIC v2 releated bits in the GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). The original code

[PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2013-12-08 Thread Feng Kan
This change is made to preserve the GIC v2 releated bits in the GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). The original code only set the enable/disable group bit in this register. This code will preserve all other bits configured by the bootload except the

[PATCH 1/1] gic: change access of gicc_ctrl register to read modify write.

2013-12-08 Thread Feng Kan
This change is made to preserve the GIC v2 releated bits in the GIC_CPU_CTRL register (also known as the GICC_CTLR register in spec). The original code only set the enable/disable group bit in this register. This code will preserve all other bits configured by the bootload except the