aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/atmel-ssc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03misc: update maintainer email address and description for atmel-sscHans-Christian Noren Egtvedt1-2/+2
2022-06-10misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin1-2/+2
2020-06-29misc: atmel-ssc: lock with mutex instead of spinlockMichał Mirosław1-12/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-11misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_dataNathan Chancellor1-1/+1
2016-12-15misc: atmel-ssc: register as sound DAI if #sound-dai-cells is presentPeter Rosin1-0/+50
2016-03-02ASoC: atmel_ssc_dai: distinguish the different SSCSongjun Wu1-0/+1
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+2
2014-11-07misc: atmel-ssc: prepare clock only when requestBo Shen1-2/+2
2014-10-20misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-21ASoC: atmel-ssc: distinguish whether SSC supports fslen extBo Shen1-0/+13
2014-02-12ASoC: atmel_ssc_dai: make option to choose clockBo Shen1-0/+6
2013-07-29Merge 3.11-rc3 into char-misc-next.Greg Kroah-Hartman1-3/+8
2013-07-24drivers/misc: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-8/+0
2013-07-18ASoC: atmel-ssc: remove clk_disable_unprepare call from critical sectionBoris BREZILLON1-3/+8
2013-06-17Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown1-4/+4
2013-06-07ASoC: atmel-ssc: prepare clk before calling enableBoris BREZILLON1-4/+4
2013-05-18drivers/misc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2013-02-11Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown1-1/+1
2013-01-22misc: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen1-0/+8
2012-12-24ASoC: atmel-ssc: make it buildable on other architecturesJoachim Eastwood1-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-47/+88
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-20ASoC: atmel-ssc: add phybase in device structureNicolas Ferre1-0/+2
2012-11-07ARM: at91: atmel-ssc: add device tree supportBo Shen1-3/+46
2012-11-06ARM: at91: atmel-ssc: add platform device id tableBo Shen1-0/+23
2012-11-06ASoC: atmel-ssc: use module_platform_driver macroBo Shen1-14/+4
2012-11-06ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen1-32/+15
2011-10-31drivers/misc: Add module.h to files who are really modular.Paul Gortmaker1-0/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-02-05atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not foundHans-Christian Egtvedt1-1/+1
2008-07-24drivers/misc/atmel-ssc.c: Removed duplicated includeHuang Weiyi1-1/+0
2008-04-15misc: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2007-10-17Driver for the Atmel on-chip SSC on AT32AP and AT91Hans-Christian Egtvedt1-0/+174