/openbmc/linux/kernel/time/ |
H A D | timecounter.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | timekeeping_internal.h | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/drivers/clocksource/ |
H A D | jcore-pit.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | mmio.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | scx200_hrt.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | mxs_timer.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | timer-atmel-st.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | timer-ti-32k.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | arc_timer.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | dma_timer.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | timers.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | sltimers.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | pit.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/m68k/68000/ |
H A D | timers.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/include/linux/ |
H A D | timecounter.h | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | dw_apb_timer.h | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | fsyscall_gtod_data.h | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/arm/mach-ep93xx/ |
H A D | timer-ep93xx.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/mips/kernel/ |
H A D | csrc-bcm1480.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | csrc-sb1250.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | csrc-ioasic.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
H A D | csrc-r4k.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ptp.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | time.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|
/openbmc/linux/arch/nios2/kernel/ |
H A D | time.c | diff a5a1d1c2914b5316924c7893eb683a5420ebd3be Wed Dec 21 13:32:01 CST 2016 Thomas Gleixner <tglx@linutronix.de> clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is unambiguous.
Conversion was done with the following coccinelle script:
@rem@ @@ -typedef u64 cycle_t;
@fix@ typedef cycle_t; @@ -cycle_t +u64
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: John Stultz <john.stultz@linaro.org>
|