summaryrefslogtreecommitdiff
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