Loading drivers/clk/clk-s2mps11.c +5 −16 Original line number Diff line number Diff line /* * clk-s2mps11.c - Clock driver for S2MPS11. * * Copyright (C) 2013,2014 Samsung Electornics * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ // SPDX-License-Identifier: GPL-2.0+ // // clk-s2mps11.c - Clock driver for S2MPS11. // // Copyright (C) 2013,2014 Samsung Electornics #include <linux/module.h> #include <linux/err.h> Loading include/dt-bindings/clock/samsung,s2mps11.h +1 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2015 Markus Reichl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC. */ Loading include/dt-bindings/clock/samsung,s3c64xx-clock.h +2 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants for Samsung S3C64xx clock controller. */ Loading Loading
drivers/clk/clk-s2mps11.c +5 −16 Original line number Diff line number Diff line /* * clk-s2mps11.c - Clock driver for S2MPS11. * * Copyright (C) 2013,2014 Samsung Electornics * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ // SPDX-License-Identifier: GPL-2.0+ // // clk-s2mps11.c - Clock driver for S2MPS11. // // Copyright (C) 2013,2014 Samsung Electornics #include <linux/module.h> #include <linux/err.h> Loading
include/dt-bindings/clock/samsung,s2mps11.h +1 −4 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2015 Markus Reichl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC. */ Loading
include/dt-bindings/clock/samsung,s3c64xx-clock.h +2 −5 Original line number Diff line number Diff line /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Device Tree binding constants for Samsung S3C64xx clock controller. */ Loading