kirkwood-i2s.c (977dbfcf8e9ff1783355b260d93101af315de18a) kirkwood-i2s.c (d098b2f0cf6280f2b7b0415b48921385fdc1861f)
1/*
2 * kirkwood-i2s.c
3 *
4 * (c) 2010 Arnaud Patard <apatard@mandriva.com>
5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

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

554 clk_disable_unprepare(priv->extclk);
555 clk_disable_unprepare(priv->clk);
556
557 return 0;
558}
559
560#ifdef CONFIG_OF
561static struct of_device_id mvebu_audio_of_match[] = {
1/*
2 * kirkwood-i2s.c
3 *
4 * (c) 2010 Arnaud Patard <apatard@mandriva.com>
5 * (c) 2010 Arnaud Patard <arnaud.patard@rtp-net.org>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the

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

554 clk_disable_unprepare(priv->extclk);
555 clk_disable_unprepare(priv->clk);
556
557 return 0;
558}
559
560#ifdef CONFIG_OF
561static struct of_device_id mvebu_audio_of_match[] = {
562 { .compatible = "marvell,mvebu-audio" },
562 { .compatible = "marvell,kirkwood-audio" },
563 { .compatible = "marvell,dove-audio" },
563 { }
564};
565MODULE_DEVICE_TABLE(of, mvebu_audio_of_match);
566#endif
567
568static struct platform_driver kirkwood_i2s_driver = {
569 .probe = kirkwood_i2s_dev_probe,
570 .remove = kirkwood_i2s_dev_remove,

--- 14 unchanged lines hidden ---
564 { }
565};
566MODULE_DEVICE_TABLE(of, mvebu_audio_of_match);
567#endif
568
569static struct platform_driver kirkwood_i2s_driver = {
570 .probe = kirkwood_i2s_dev_probe,
571 .remove = kirkwood_i2s_dev_remove,

--- 14 unchanged lines hidden ---