aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh
AgeCommit message (Expand)AuthorFilesLines
2013-01-29Merge branch 'pfc' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/ren...Olof Johansson7-1370/+0
2013-01-25sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Laurent Pinchart8-1308/+0
2013-01-25sh-pfc: Remove unused resource and num_resources platform data fieldsLaurent Pinchart1-13/+4
2013-01-25sh-pfc: Remove platform device registrationLaurent Pinchart1-12/+0
2013-01-25sh-pfc: Support passing resources through platform deviceLaurent Pinchart2-7/+21
2013-01-25sh-pfc: Split platform device and platform driver registrationLaurent Pinchart1-9/+6
2013-01-25sh-pfc: Use sh_pfc_ namespace prefix through the whole driverLaurent Pinchart2-56/+55
2013-01-25sh-pfc: Sort headers alphabeticallyLaurent Pinchart3-15/+15
2013-01-25sh-pfc: Remove check for impossible error conditionLaurent Pinchart1-2/+2
2013-01-25sh-pfc: Let the compiler decide whether to inline functionsLaurent Pinchart1-5/+3
2013-01-25sh-pfc: Use devm_ioremap_nocache()Laurent Pinchart1-21/+4
2013-01-25sh-pfc: Use devm_kzalloc()Laurent Pinchart3-40/+19
2013-01-25sh-pfc: Move platform device and driver to the coreLaurent Pinchart4-94/+114
2013-01-25sh-pfc: Merge PFC core and gpioLaurent Pinchart5-87/+25
2013-01-25sh-pfc: Merge PFC core and pinctrlLaurent Pinchart4-25/+7
2013-01-25sh-pfc: Move private definitions and declarations to private headerLaurent Pinchart4-0/+50
2013-01-25sh-pfc: Split platform data from the sh_pfc structureLaurent Pinchart3-68/+67
2013-01-11sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6Kuninori Morimoto1-0/+6
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2-14/+12
2012-11-13Merge branch 'soc4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/re...Arnd Bergmann1-1/+0
2012-11-13sh: clkfwk: fixup unsed variable warningKuninori Morimoto1-1/+0
2012-11-12Merge branches 'depends/asoc', 'renesas/boards', 'renesas/soc' and 'renesas/s...Arnd Bergmann1-0/+86
2012-11-08sh: clkfwk: add sh_clk_fsidiv_register()Kuninori Morimoto1-0/+86
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt2-20/+29
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+1
2012-09-25sh: pfc: Fix up GPIO mux type reconfig case.Paul Mundt1-0/+2
2012-09-18sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error pathLaurent Pinchart1-1/+2
2012-09-14ARM: shmobile: move custom gpio functions to sh-gpio.hRob Herring1-0/+1
2012-08-20sh: intc: Fix up multi-evt irq association.Paul Mundt1-1/+1
2012-08-09sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt1-4/+23
2012-08-01Merge branch 'common/irqdomain' into sh-latestPaul Mundt5-5/+85
2012-08-01sh: intc: initial irqdomain support.Paul Mundt5-5/+85
2012-08-01sh: pfc: Fix up init ordering mess.Paul Mundt1-17/+15
2012-07-25sh: pfc: Build fix for pinctrl_remove_gpio_range() changes.Paul Mundt1-2/+0
2012-07-20Merge branch 'common/pinctrl' into sh-latestPaul Mundt7-150/+619
2012-07-20sh: pfc: pin config get/set support.Paul Mundt2-51/+97
2012-07-20sh: pfc: Prefer DRV_NAME over KBUILD_MODNAME.Paul Mundt1-5/+7
2012-07-17sh: pfc: pinctrl legacy group support.Paul Mundt1-10/+16
2012-07-17sh: pfc: Ignore pinmux GPIOs with invalid enum IDs.Paul Mundt1-0/+4
2012-07-17sh: pfc: Export pinctrl binding init symbol.Paul Mundt1-0/+1
2012-07-17sh: pfc: Error out on pinctrl init resolution failure.Paul Mundt1-0/+3
2012-07-11sh: pfc: Make pr_fmt consistent across pfc drivers.Paul Mundt3-3/+3
2012-07-11sh: pfc: pinctrl legacy function support.Paul Mundt1-33/+132
2012-07-10sh: pfc: Rudimentary pinctrl-backed GPIO support.Paul Mundt5-131/+437
2012-07-10sh: pfc: Shuffle PFC support core.Paul Mundt6-17/+19
2012-06-21Merge branch 'common/pfc' into sh-latestPaul Mundt4-271/+435
2012-06-21sh: pfc: Verify pin type encoding size at build time.Paul Mundt1-0/+5
2012-06-20sh: pfc: Make gpio chip support optional where possible.Paul Mundt2-1/+17
2012-06-20sh: pfc: Split out gpio chip support.Paul Mundt3-272/+415
2012-06-20Merge branch 'sh/clkfwk' into sh-latestPaul Mundt1-191/+142
2012-06-13Merge branch 'sh/dynamic-irq-cleanup' into sh-latestPaul Mundt3-59/+4
2012-06-13sh: intc: Allocate subgroup virq backing desc directly.Paul Mundt1-1/+3
2012-05-25sh: clkfwk: Consolidate div clk registration helper.Paul Mundt1-107/+75
2012-05-25sh: clkfwk: Consolidate div6/div4 clk_ops definitions.Paul Mundt1-25/+17
2012-05-25sh: clkfwk: Use shared sh_clk_div_enable/disable().Paul Mundt1-43/+34
2012-05-25sh: clkfwk: Use shared sh_clk_div_set_rate()Paul Mundt1-42/+28
2012-05-25sh: clkfwk: Use shared sh_clk_div_recalc().Paul Mundt1-36/+26
2012-05-25sh: clkfwk: Introduce a div_mask for variable div types.Paul Mundt1-5/+5
2012-05-25sh: clkfwk: Move to common clk_div_table accessors for div4/div6.Paul Mundt1-11/+35
2012-05-24sh: intc: Kill off deprecated dynamic IRQ API.Paul Mundt2-66/+1
2012-05-22sh: intc: Kill off special reservation interface.Paul Mundt1-8/+0
2012-04-12sh: clkfwk: Support variable size accesses for div4/div6 clocks.Paul Mundt1-34/+37
2012-04-11sh: clkfwk: Support variable size accesses for MSTP clocks.Paul Mundt1-11/+27
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds4-35/+27
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds4-4/+4
2012-03-29sh: intc: Fix up section mismatch for intc_ack_dataPaul Mundt1-3/+2
2012-03-28Merge branch 'common/intc-extension' into sh-latestPaul Mundt3-32/+25
2012-03-12sh: convert cpg code to sh_clk_opsMagnus Damm1-8/+8
2012-01-25sh: intc: remove dependency on NR_IRQSRob Herring4-4/+4
2012-01-24sh: intc: optimize intc IRQ lookupPaul Mundt3-22/+22
2012-01-24sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.Paul Mundt1-1/+1
2012-01-24sh: intc: Kill off superfluous irq_shutdown hooking.Paul Mundt1-1/+0
2012-01-24sh: intc: Prefer IRQCHIP_SKIP_SET_WAKE over a dummy set_wake callback.Paul Mundt1-6/+1
2012-01-24sh: intc: Make global intc controller counter static.Paul Mundt2-2/+1
2012-01-24sh: clkfwk: bugfix: use clk_reparent() for div6 clocksKuninori Morimoto1-1/+1
2012-01-11Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-82/+94
2012-01-12Merge branch 'sh/pm-runtime' into sh-latestPaul Mundt1-8/+1
2012-01-12sh: also without PM_RUNTIME pm_runtime.o must be builtGuennadi Liakhovetski1-1/+1
2012-01-10Merge branch 'common/clkfwk' into sh-latestPaul Mundt1-2/+2
2012-01-10sh: clkfwk: sh_clk_init_parent() should be called after clk_register()Kuninori Morimoto1-2/+2
2012-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt3-25/+35
2012-01-09Merge branches 'common/pfc' and 'common/clkfwk' into rmobile/marzenPaul Mundt3-109/+250
2012-01-09sh: pfc: Unlock register supportMagnus Damm1-12/+10
2012-01-09sh: pfc: Variable bitfield width config register supportMagnus Damm1-11/+33
2012-01-09sh: pfc: Add config_reg_helper() functionMagnus Damm1-44/+32
2012-01-09sh: pfc: Convert index to field and value pairMagnus Damm1-27/+18
2012-01-09sh: pfc: Add gpio_read_bit() for data register accessMagnus Damm1-1/+14
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+9
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman3-25/+26
2011-12-25PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2-0/+9
2011-12-21sh: intc - convert sysdev_class to a regular subsystemKay Sievers3-25/+26
2011-12-09Merge branches 'common/clkfwk', 'common/pfc' and 'common/serial-rework' into ...Paul Mundt3-47/+176
2011-12-09sh: pfc: ioremap() supportMagnus Damm1-24/+113
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div6Magnus Damm1-10/+10
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for div4Magnus Damm1-8/+8
2011-12-09sh: use ioread32/iowrite32 and mapped_reg for mstp32Magnus Damm1-4/+4
2011-12-09sh: extend clock struct with mapped_reg memberMagnus Damm1-2/+7
2011-11-24sh: clkfwk: setup clock parent from current register valueKuninori Morimoto1-0/+35
2011-11-18sh: Kill off remaining private runtime PM bits.Paul Mundt1-11/+1
2011-11-18sh: sh7723: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski1-1/+2
2011-11-18sh: sh7722: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski1-0/+1
2011-11-18sh: sh7724: use runtime PM implementation, common with arm/mach-shmobileGuennadi Liakhovetski1-0/+1
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt8-88/+99
2011-11-11sh: clkfwk: Kill off remaining debugfs cruft.Paul Mundt1-87/+0
2011-11-11drivers: sh: Kill off dead pathname for runtime PM stub.Paul Mundt1-3/+1
2011-11-11drivers: sh: Generalize runtime PM platform stub.Paul Mundt2-0/+75
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+5
2011-11-05sh: intc: Allow triggering on both edges for ARM SoCsMagnus Damm1-1/+1
2011-11-05sh: clkfwk: add clk_rate_mult_range_round()Kuninori Morimoto1-0/+20
2011-10-31drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.cPaul Gortmaker1-0/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-31sh: Add module.h to arch/sh specific files as required.Paul Gortmaker2-0/+2
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker1-0/+1
2011-10-28sh: userimask.c needs linux/stat.hNobuhiro Iwamatsu1-0/+1
2011-10-28sh: pfc: Add GPIO IRQ supportMagnus Damm1-0/+27
2011-10-28sh: pfc: get_config_reg() shift clean upMagnus Damm1-1/+1
2011-10-28sh: intc: Add IRQ trigger bit field checkMagnus Damm1-2/+7
2011-08-08Merge branch 'common/core' into sh-latestPaul Mundt1-0/+3
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds1-2/+27
2011-07-21sh: intc: enable both edges GPIO interrupts on sh7372Magnus Damm1-0/+3
2011-07-20switch assorted clock drivers to debugfs_remove_recursive()Al Viro1-5/+2
2011-06-24sh: clkfwk: Convert to IS_ERR_OR_NULL.Paul Mundt1-1/+1
2011-06-24drivers: sh: late disabling of clocks V2Magnus Damm1-1/+26
2011-06-14drivers: sh: resume enabled clocks fixMagnus Damm1-1/+1
2011-05-23Merge branch 'sh/genirq-threading' into sh-latestPaul Mundt1-0/+5
2011-04-27sh: intc: Set virtual IRQs as nothread.Paul Mundt1-0/+5
2011-04-18sh: clkfwk: fixup clk_rate_table_build parameter in div6 clockKuninori Morimoto1-1/+1
2011-03-30sh: Fix irq cleanup falloutThomas Gleixner1-2/+2
2011-03-29sh: Convert to new function namesThomas Gleixner2-13/+13
2011-03-29sh: Use the proper accessor functionsThomas Gleixner1-7/+2
2011-03-23sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki3-99/+65
2011-01-19sh: update INTC to clear IRQ sense valid flagMagnus Damm1-2/+4
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt1-0/+1
2010-11-19Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2-1/+4
2010-11-19sh: clkfwk: Build fix for non-legacy CPG changes.Paul Mundt2-1/+4
2010-11-16Merge branch 'common/clkfwk' into sh-fixes-for-linusPaul Mundt2-13/+5
2010-11-15sh: clkfwk: Kill off now unused algo_id in set_rate op.Paul Mundt2-6/+4
2010-11-15sh: clkfwk: Kill off unused clk_set_rate_ex().Paul Mundt1-9/+3
2010-11-15sh: intc: Fix up build failure introduced by radix tree changes.Paul Mundt1-1/+1
2010-11-10sh: clkfwk: fix up compiler warnings.Paul Mundt1-2/+2
2010-11-08Merge branches 'sh/pio-death', 'sh/nommu', 'sh/clkfwk', 'sh/core' and 'sh/int...Paul Mundt3-4/+96
2010-11-08sh: clkfwk: Fix up checkpatch warnings.Paul Mundt1-5/+22
2010-11-08sh: add clk_round_parent() to optimize parent clock rateGuennadi Liakhovetski1-0/+75
2010-11-01sh: intc: Update for single IRQ reservation helper.Paul Mundt2-2/+2
2010-11-01sh: clkfwk: Fix up rate rounding error handling.Paul Mundt1-2/+2
2010-10-28sh: intc: switch irq_desc iteration to new active IRQ iterator.Paul Mundt1-8/+2
2010-10-27sh: intc: irq_data conversion.Paul Mundt4-40/+68
2010-10-27sh: maple: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-10/+10
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt2-75/+9
2010-10-26sh: Sanitize sparse irqThomas Gleixner2-19/+14
2010-10-18sh: clkfwk: Shuffle around to match the intc split up.Paul Mundt4-5/+16
2010-10-18sh: clkfwk: modify for_each_frequency end conditionKuninori Morimoto1-2/+5
2010-10-16sh: clkfwk: Fix fault in frequency iterator.Paul Mundt1-1/+1
2010-10-15sh: clkfwk: Add a helper for rate rounding by divisor ranges.Paul Mundt1-1/+21
2010-10-15sh: clkfwk: Abstract rate rounding helper.Paul Mundt1-14/+52
2010-10-15sh: clkfwk: support clock remapping.Paul Mundt1-2/+89
2010-10-13sh: use pr_fmt for clock framework, too.Paul Mundt1-1/+3
2010-10-13sh: remove name and id from struct clkMagnus Damm2-10/+6
2010-10-06sh: intc: Fix build with IRQ balancing disabled.Paul Mundt1-4/+5
2010-10-06sh: intc: Add missing files.Paul Mundt2-0/+40
2010-10-05sh: intc: Split up the INTC code.Paul Mundt13-1808/+2051
2010-10-05sh: intc: Handle early lookups of subgroup IRQs.Paul Mundt1-10/+24
2010-10-05sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt1-66/+338
2010-10-05sh: intc: Implement reverse mapping for IRQs to per-controller IDs.Paul Mundt2-1/+99
2010-10-04sh: pfc: Fix up BUG() triggered by gpiolib debugfs lookups.Paul Mundt1-4/+2
2010-10-04sh: pfc: support pinmux deregistration.Paul Mundt1-1/+10
2010-10-02sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt1-0/+11
2010-10-02sh: Support IRQ balancing for SH-X3 proto cores, too.Paul Mundt1-1/+1
2010-08-20sh: reinstate clock framework rate rounding.Paul Mundt1-1/+15
2010-08-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2-4/+59
2010-08-04sh: add a reparent function to DIV6 clocksGuennadi Liakhovetski1-2/+56
2010-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1-5/+7
2010-07-02sh: remove bogus highest / lowest logic from clock rate roundingGuennadi Liakhovetski1-13/+0
2010-07-02sh: move a debug printk() to a more meaningful location in the clock driverGuennadi Liakhovetski1-2/+2
2010-06-02sh: Make intc messages consistent via pr_fmt.Paul Mundt1-5/+7
2010-05-20ARM: mach-shmobile: Use shared clock frameworkMagnus Damm1-2/+3
2010-05-13sh: simplify WARN usage in SH clock driverGuennadi Liakhovetski1-5/+2
2010-05-13sh: move sh clock-cpg.c contents to drivers/sh/clk-cpg.cMagnus Damm2-0/+299
2010-05-13sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm2-0/+549
2010-04-26Merge branch 'sh/stable-updates'Paul Mundt1-0/+1
2010-04-15sh: intc: IRQ auto-distribution support.Paul Mundt2-52/+159
2010-04-13sh: intc: userimask support.Paul Mundt2-2/+80
2010-04-13sh: intc: Tidy up loglevel mismatches.Paul Mundt1-4/+7
2010-04-13sh: intc: Provide sysdev name for intc controllers.Paul Mundt1-0/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt1-2/+93
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+30
2010-03-19sh: INTC ioremap supportMagnus Damm1-10/+74
2010-03-19sh: add INTC out of memory error handlingMagnus Damm1-1/+28
2010-03-08Merge branch 'origin' into devel-stableRussell King2-77/+226
2010-03-08sh: Support CPU affinity masks for INTC controllers.Paul Mundt1-1/+30
2010-02-17sh: Use dummy_irq_chip for INTC redirect vectors.Paul Mundt1-1/+1
2010-02-16sh: extend INTC with force_disableMagnus Damm1-0/+3
2010-02-09sh: fix INTC to use set_irq_chained_handler() for redirectsMagnus Damm1-2/+2
2010-02-09Merge branch 'sh/intc-extension'Paul Mundt1-58/+173
2010-02-09sh: extend INTC with force_enableMagnus Damm1-19/+132
2010-02-09sh: extend INTC with struct intc_hw_descMagnus Damm1-43/+45
2010-02-08sh: Let INTC set IRQF_VALID on ARM platforms.Magnus Damm1-1/+9
2010-02-02sh: Provide create_irq_nr() for dynamic IRQ creation by number.Paul Mundt1-12/+16