gpio-rcar.c (cc9263874b42bf98209dce0afe698b550648e770) gpio-rcar.c (5d2f1d6ef9de5edfea04ffad47703a28bfa21690)
1/*
2 * Renesas R-Car GPIO Support
3 *
4 * Copyright (C) 2014 Renesas Electronics Corporation
5 * Copyright (C) 2013 Magnus Damm
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

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

343 }, {
344 .compatible = "renesas,gpio-r8a7794",
345 .data = &gpio_rcar_info_gen2,
346 }, {
347 .compatible = "renesas,gpio-r8a7795",
348 /* Gen3 GPIO is identical to Gen2. */
349 .data = &gpio_rcar_info_gen2,
350 }, {
1/*
2 * Renesas R-Car GPIO Support
3 *
4 * Copyright (C) 2014 Renesas Electronics Corporation
5 * Copyright (C) 2013 Magnus Damm
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

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

343 }, {
344 .compatible = "renesas,gpio-r8a7794",
345 .data = &gpio_rcar_info_gen2,
346 }, {
347 .compatible = "renesas,gpio-r8a7795",
348 /* Gen3 GPIO is identical to Gen2. */
349 .data = &gpio_rcar_info_gen2,
350 }, {
351 .compatible = "renesas,gpio-r8a7796",
352 /* Gen3 GPIO is identical to Gen2. */
353 .data = &gpio_rcar_info_gen2,
354 }, {
351 .compatible = "renesas,gpio-rcar",
352 .data = &gpio_rcar_info_gen1,
353 }, {
354 /* Terminator */
355 },
356};
357
358MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);

--- 164 unchanged lines hidden ---
355 .compatible = "renesas,gpio-rcar",
356 .data = &gpio_rcar_info_gen1,
357 }, {
358 /* Terminator */
359 },
360};
361
362MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);

--- 164 unchanged lines hidden ---