Searched hist:ea0f8fea (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/sh/kernel/cpu/irq/ |
H A D | Makefile | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
H A D | ipr.c | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | setup-sh7750.c | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/kernel/ |
H A D | irq.c | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/mm/ |
H A D | Kconfig | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|
/openbmc/linux/arch/sh/ |
H A D | Kconfig | ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes.
The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board.
- adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers
- adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly.
- I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual.
Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org> ea0f8fea Tue Dec 05 21:05:02 CST 2006 Jamie Lenehan <lenehan@twibble.org> sh: sh775x/titan fixes for irq header changes. The following moves the creation of IPR interupts into setup-7750.c and updates a few other things to make it all work after the "Drop CPU subtype IRQ headers" commit. It boots and runs fine on my titan board. - adds an ipr_idx to the ipr_data and uses a function in the subtype code to calculate the address of the IPR registers - adds a function to enable individual interrupt mode for externals in the subtype code and calls that from the titan board code instead of doing it directly. - I changed the shift in the ipr_data to be the actual # of bits to shift, instead of the numnber / 4 - made it easier to match with the manual. Signed-off-by: Jamie Lenehan <lenehan@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
|