summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP4+: control: add support for initializing control module via DTTero Kristo2015-03-312-3/+6
* ARM: dts: dra7: add minimal l4 bus layout with control module supportTero Kristo2015-03-313-73/+96
* ARM: dts: omap5: add minimal l4 bus layout with control module supportTero Kristo2015-03-313-70/+116
* ARM: OMAP4+: control: remove support for legacy pad read/writeTero Kristo2015-03-313-34/+6
* ARM: OMAP4: display: convert display to use syscon for dsi muxingTero Kristo2015-03-311-2/+13
* ARM: dts: omap4: add minimal l4 bus layout with control module supportTero Kristo2015-03-314-85/+199
* ARM: dts: am4372: add minimal l4 bus layout with control module supportTero Kristo2015-03-315-39/+53
* ARM: dts: am43xx-epos-evm: fix pinmux node layoutTero Kristo2015-03-311-42/+42
* ARM: dts: am33xx: add minimal l4 bus layout with control module supportTero Kristo2015-03-315-43/+51
* ARM: dts: omap3: add minimal l4 bus layout with control module supportTero Kristo2015-03-317-51/+67
* ARM: dts: omap24xx: add minimal l4 bus layout with control module supportTero Kristo2015-03-317-87/+140
* ARM: OMAP2+: control: add syscon support for register accessesTero Kristo2015-03-311-17/+87
* ARM: OMAP2+: id: cache omap_type valueTero Kristo2015-03-311-1/+4
* ARM: OMAP2+: control: remove API for getting control module base addressTero Kristo2015-03-312-7/+0
* ARM: OMAP2+: clock: add low-level support for regmapTero Kristo2015-03-315-11/+47
* ARM: OMAP4+: PRM: get rid of cpu_is_omap44xx calls from interrupt initTero Kristo2015-03-313-36/+26
* ARM: OMAP4+: PRM: setup prm_features from the PRM init time flagsTero Kristo2015-03-312-2/+5
* ARM: OMAP2+: CM: move SoC specific init calls within a generic APITero Kristo2015-03-3111-34/+75
* ARM: OMAP4+: PRM: determine prm_device_inst based on DT compatibilityTero Kristo2015-03-315-18/+42
* ARM: OMAP2+: PRM: move SoC specific init calls within a generic APITero Kristo2015-03-3115-39/+90
* ARM: OMAP2+: control: determine control module base address from DTTero Kristo2015-03-275-30/+61
* ARM: OMAP2+: PRM: determine PRM base address from device treeTero Kristo2015-03-277-20/+52
* ARM: OMAP2+: CM: determine CM base address from device treeTero Kristo2015-03-279-19/+81
* ARM: OMAP2+: PRCM: split PRCM module init to their own driver filesTero Kristo2015-03-277-24/+108
* ARM: OMAP2+: clock: move clock provider infrastructure to clock driverTero Kristo2015-03-273-44/+75
* ARM: OMAP2+: PRCM: add support for static clock memmap indicesTero Kristo2015-03-253-29/+59
* Documentation: DT: document PRCM compatible strings for dm81x SoCsTero Kristo2015-03-251-0/+4
* ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init orderTero Kristo2015-03-251-1/+1
* ARM: OMAP4+: CM: move omap_cm_base_init under OMAP4 CM driverTero Kristo2015-03-253-6/+3
* ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driverTero Kristo2015-03-252-4/+2
* ARM: OMAP3+: PRM: add common APIs for prm_vp_check/clear_txdoneTero Kristo2015-03-259-25/+60
* ARM: OMAP2+: PRM: add generic API for clear_mod_irqsTero Kristo2015-03-258-28/+47
* ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqsTero Kristo2015-03-253-14/+14
* ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_initTero Kristo2015-03-253-3/+9
* clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo2015-03-248-16/+18
* Linux 4.0-rc1v4.0-rc1Linus Torvalds2015-02-231-4/+4
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-235-56/+108
|\
| * ext4: fix indirect punch hole corruptionOmar Sandoval2015-02-151-34/+71
| * ext4: ignore journal checksum on remount; don't failEric Sandeen2015-02-131-3/+2
| * ext4: remove duplicate remount check for JOURNAL_CHECKSUM changeEric Sandeen2015-02-131-11/+0
| * ext4: fix mmap data corruption in nodelalloc mode when blocksize < pagesizeXiaoguang Wang2015-02-131-0/+7
| * ext4: support read-only imagesDarrick J. Wong2015-02-132-1/+10
| * ext4: change to use setup_timer() instead of init_timer()Jan Mrazek2015-01-261-3/+2
| * ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o2015-01-191-4/+13
| * jbd2: complain about descriptor block checksum errorsDarrick J. Wong2015-01-191-0/+3
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-2370-758/+907
|\ \
| * | autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-02-221-2/+6
| * | procfs: fix race between symlink removals and traversalsAl Viro2015-02-223-12/+22
| * | debugfs: leave freeing a symlink body until inode evictionAl Viro2015-02-221-17/+17
| * | Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro2015-02-221-2/+0