Home
last modified time | relevance | path

Searched hist:a5a1d1c2914b5316924c7893eb683a5420ebd3be (Results 1 – 25 of 103) sorted by relevance

12345

/openbmc/linux/kernel/time/
H A Dtimecounter.cdiff 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 Dtimekeeping_internal.hdiff 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 Djcore-pit.cdiff 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 Dmmio.cdiff 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 Dscx200_hrt.cdiff 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 Dmxs_timer.cdiff 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 Dtimer-atmel-st.cdiff 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 Dtimer-ti-32k.cdiff 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 Darc_timer.cdiff 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 Ddma_timer.cdiff 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 Dtimers.cdiff 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 Dsltimers.cdiff 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 Dpit.cdiff 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 Dtimers.cdiff 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 Dtimecounter.hdiff 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 Ddw_apb_timer.hdiff 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 Dfsyscall_gtod_data.hdiff 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 Dtimer-ep93xx.cdiff 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 Dcsrc-bcm1480.cdiff 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 Dcsrc-sb1250.cdiff 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 Dcsrc-ioasic.cdiff 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 Dcsrc-r4k.cdiff 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 Dxgbe-ptp.cdiff 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 Dtime.cdiff 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 Dtime.cdiff 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>

12345