renesas-ostm.c (0337966d121ebebf73a1c346123e8112796e684e) renesas-ostm.c (1727339590fdb5a1ded881b540cd32121278d414)
1/*
2 * Renesas Timer Support - OSTM
3 *
4 * Copyright (C) 2017 Renesas Electronics America, Inc.
5 * Copyright (C) 2017 Chris Brandt
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 248 unchanged lines hidden (view full) ---

257 iounmap(ostm->base);
258 kfree(ostm);
259 return ret;
260 }
261
262 return 0;
263}
264
1/*
2 * Renesas Timer Support - OSTM
3 *
4 * Copyright (C) 2017 Renesas Electronics America, Inc.
5 * Copyright (C) 2017 Chris Brandt
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

--- 248 unchanged lines hidden (view full) ---

257 iounmap(ostm->base);
258 kfree(ostm);
259 return ret;
260 }
261
262 return 0;
263}
264
265CLOCKSOURCE_OF_DECLARE(ostm, "renesas,ostm", ostm_init);
265TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init);