linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-28 17:00:38 to 2014-10-07 15:29:16 UTC [more...]

[PATCH 0/2] Per-user clock constraints
 2014-10-07 15:28 UTC  (7+ messages)
` [PATCH 1/2] clk: Make clk API return per-user struct clk instances
` [PATCH 2/2] clk: Add floor and ceiling constraints to clock rates

[PATCH v2 0/8] Per-user clock constraints
 2014-10-07 15:21 UTC  (2+ messages)
` [PATCH v2 7/8] clk: Make clk API return per-user struct clk instances

[PATCH] ARM: OMAP2: Remove unnecessary KERN_* in omap_phy_internal.c
 2014-10-07 14:16 UTC  (3+ messages)
  ` [PATCH/v2] "

[PATCH v2 0/4] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7
 2014-10-07 14:11 UTC  (6+ messages)
` [PATCH v2 1/4] dwc3: exynos: Add support for SCLK present on Exynos7
  ` [PATCH v2 2/4] phy: exynos5-usbdrd: Add pipe-clk and utmi-clk support
` [PATCH v2 3/4] phy: exynos5-usbdrd: Add facility for VBUS-BOOST-5V supply
` [PATCH v2 4/4] phy: exynos7-usbdrd: Update dependency for ARCH_EXYNOS

[PATCH 0/2] mtd: nand: omap: Fix build with CONFIG_MTD_NAND_OMAP_BCH=m
 2014-10-07  6:44 UTC  (4+ messages)
` [PATCH v2 1/2] mtd: nand: Force omap_elm to be built as a module if omap2_nand is a module
` [PATCH 2/2] mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help message

CPSW bug with AM437x SK
 2014-10-06 14:33 UTC  (3+ messages)

[PATCHv4 0/7] omap hwspinlock dt support
 2014-10-06  9:44 UTC  (5+ messages)
` [PATCHv4 4/7] hwspinlock/core: add common OF helpers

[PATCH v2 0/9] unshare and simplify omap_hsmmc platform struct
 2014-10-06  7:34 UTC  (16+ messages)
` [PATCH v2 1/9] omap_hsmmc: use separate platform data for ompa3 and omap 1/2 driver
` [PATCH v2 2/9] omap_hsmmc: remove unused fields in platform_data
` [PATCH v2 3/9] omap_hsmmc: remove un-initialized callbacks from platform data
` [PATCH v2 4/9] omap_hsmmc: remove un-ready power_saving field in omap2_hsmmc_info
` [PATCH v2 5/9] omap_hsmmc: remove unused get_context_loss_count callback
` [PATCH v2 6/9] omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection
` [PATCH v2 7/9] omap_hsmmc: pass mmc_priv struct to gpio init / free
` [PATCH v2 8/9] omap_hsmmc: Remove unnecessary callbacks from platform data
` [PATCH v2 9/9] omap_hsmmc: remove unused slot_id parameter

[PATCH v3 0/3] ARM: OMAP2+: MMC: use separate platform data for omap3 and omap 1/2 driver
 2014-10-04 23:26 UTC  (4+ messages)
` [PATCH v3 1/3] ARM: OMAP2+: remove unused defines from mach-omap2/mmc header
` [PATCH v3 2/3] ARM: OMAP2+: include mmc-omap platform directly in hwmod data files
` [PATCH v3 3/3] ARM: OMAP2+: use separate platform data for omap3 and omap 1/2 driver

[PATCH] CLK: TI: Remove unused includes of linux/clk-private.h
 2014-10-03 15:51 UTC 

[PATCH 00/26] ARM: OMAP2+: PRCM cleanups for 3.18 merge window
 2014-10-03 15:46 UTC  (13+ messages)

[PATCH 0/5] ARM: OMAP3+: DPLL: fix set_rate logic
 2014-10-03 13:57 UTC  (6+ messages)
` [PATCH 1/5] ARM: OMAP3: clock: use clk_features flags for omap3 DPLL4 checks
` [PATCH 2/5] ARM: OMAP3: clock: add new rate changing logic support for noncore DPLLs
` [PATCH 3/5] ARM: OMAP4: clock: add support for determine_rate for omap4 regm4xen DPLL
` [PATCH 4/5] ARM: OMAP3: clock: add support for dpll4_set_rate_and_parent
` [PATCH 5/5] ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()

[PATCH 00/13 v10] omap 8250 based UART + DMA
 2014-10-03 13:08 UTC  (19+ messages)
` [PATCH 01/13] tty: serial: 8250: Fix wording in runtime-PM comments
` [PATCH 02/13] tty: serial: 8250: make serial8250_console_setup() non _init
` [PATCH 03/13] tty: serial: Add 8250-core based omap driver
` [PATCH 04/13] tty: serial: 8250_dma: handle error on TX submit
` [PATCH 05/13] tty: serial: 8250_dma: keep own book keeping about RX transfers
` [PATCH 06/13] tty: serial: 8250: allow to use custom DMA implementation
` [PATCH 07/13] tty: serial: 8250_omap: add custom DMA-TX callback
` [PATCH 08/13] tty: serial: 8250_omap: add custom DMA-RX callback
` [PATCH 09/13] dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()
` [PATCH 10/13] arm: dts: am33xx: add DMA properties for UART
` [PATCH 11/13] arm: dts: dra7: "
` [PATCH 12/13] tty: serial: 8250: omap: add custom irq handling
` [PATCH 13/13] tty: serial: 8250: omap: add dma support

[RFC][PATCH 1/4] regulator: Add helper function to get "poweroff-source" property
 2014-10-02 17:43 UTC 

OMAP baseline test results for v3.17-rc7
 2014-10-02 16:17 UTC  (4+ messages)

[PATCH] clk: prevent erronous parsing of children during rate change
 2014-10-02 13:31 UTC  (11+ messages)

[PATCH 09/16] tty: serial: 8250_dma: Add a TX trigger workaround for AM33xx
 2014-10-02 10:27 UTC  (15+ messages)

[PATCH 0/2] Couple of changes to gpio-gate-clock
 2014-10-02  7:53 UTC  (3+ messages)
` [PATCH 1/2] clk: gpio-gate: Stop using devres API
` [PATCH 2/2] clk: gpio-gate: Rename the struct from clk_gpio to clk_gpio_gate

[PATCH] MAINTAINERS: remove Rajendra Nayak, invalid e-mail
 2014-10-02  7:20 UTC 

[PATCH V3 0/3] mfd: palmas: add optional wakeup irq
 2014-10-02  3:43 UTC  (10+ messages)
` [PATCH V3 3/3] mfd: palmas: Add support for optional wakeup

3.17-rc6 on ODROID: ERROR: Bad of_node_put() on /ehci@12580000/port@1
 2014-10-02  1:20 UTC 

[PATCH] regmap: Allow read_reg_mask to be 0
 2014-10-01 16:30 UTC  (11+ messages)

[PATCH 00/17] OMAP IOMMU Cleanup & Consolidation
 2014-10-01 16:07 UTC  (20+ messages)
  ` [PATCH 01/17] iommu/omap: Remove refcount field from omap_iommu object
  ` [PATCH 02/17] iommu/omap: Remove unused isr_priv field from omap_iommu
  ` [PATCH 03/17] iommu/omap: Remove duplicate declarations
  ` [PATCH 04/17] iommu/omap: Remove conditional definition of dev_to_omap_iommu()
  ` [PATCH 11/17] iommu/omap: Make pagetable debugfs entry read-only
  ` [PATCH 15/17] iommu/omap: Reset the domain field upon detaching
` [PATCH 05/17] iommu/omap: Remove ver debugfs entry
` [PATCH 06/17] iommu/omap: Remove omap_iommu_arch_version() and version field
` [PATCH 07/17] iommu/omap: Remove bogus version check in context save/restore
` [PATCH 08/17] iommu/omap: Simplify omap2_iommu_fault_isr()
` [PATCH 09/17] iommu/omap: Consolidate OMAP IOMMU modules
` [PATCH 10/17] iommu/omap: Fix the permissions on nr_tlb_entries
` [PATCH 12/17] iommu/omap: Integrate omap-iommu-debug into omap-iommu
` [PATCH 13/17] iommu/omap: Remove couple of unused exported functions
` [PATCH 14/17] iommu/omap: Do not export unneeded functions
` [PATCH 16/17] iommu/omap: Fix bus error on debugfs access of unattached IOMMU
` [PATCH 17/17] iommu/omap: Switch pagetable debugfs entry to use seq_file

[PATCH v2 0/3] net: can: Use syscon regmap for TI specific RAMINIT register
 2014-10-01 11:11 UTC  (26+ messages)
` [PATCH v2 2/3] net: can: c_can: Add syscon/regmap RAMINIT mechanism

[PATCHv6 0/5] hwspinlock core/omap dt support
 2014-09-30 21:27 UTC  (4+ messages)

[PATCH 0/3] input: tsc2007: Extend for pre-calibration, flipping and rotation
 2014-09-30 20:17 UTC  (4+ messages)
` [PATCH 1/3] input: tsc2007: Add "
` [PATCH 2/3] Documentation: dt: input: tsc2007: Document new parameters
` [PATCH 3/3] arm: dts: omap3-gta04: Extend touchscreen configs

[PATCH 0/2] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM
 2014-09-30 10:15 UTC  (2+ messages)

[GIT PULL] TI clock driver changes for 3.18 merge window
 2014-09-30  6:43 UTC  (2+ messages)

[PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs
 2014-09-30  5:31 UTC  (10+ messages)
` [PATCH RESEND v6 1/7] DT doc: net: cpsw mac-address is optional
` [PATCH RESEND v6 2/7] net: cpsw: Add missing return value
` [PATCH RESEND v6 3/7] net: cpsw: header, Add missing include
` [PATCH RESEND v6 4/7] net: cpsw: Replace pr_err by dev_err
  ` [PATCH RESEND v6 5/7] net: cpsw: Add am33xx MACID readout
` [PATCH RESEND v6 6/7] am33xx: define syscon control module device node
` [PATCH RESEND v6 7/7] arm: dts: am33xx, Add syscon phandle to cpsw node

[PATCH 00/16 v9] omap 8250 based uart + DMA
 2014-09-29 16:15 UTC  (23+ messages)
` [PATCH 02/16] tty: serial: 8250_core: add run time pm
` [PATCH 06/16] tty: serial: Add 8250-core based omap driver
` [PATCH 09/16] tty: serial: 8250_dma: Add a TX trigger workaround for AM33xx
` [PATCH 12/16] tty: serial: 8250_dma: handle the UART RDI event while DMA remains idle
` [PATCH 13/16] tty: serial: 8250_dma: add pm runtime

am335x: hwmod WARN() when CONFIG_PM_RUNTIME=N
 2014-09-29 15:09 UTC 

[PATCH v2 0/4] rtc: omap: Add support for regulator supply
 2014-09-29 14:44 UTC  (6+ messages)
` [PATCH v2 3/4] rtc: omap: Update Kconfig for OMAP RTC
  ` [PATCH v3 "

[PATCH] clk, ti, LLVMLinux: Move __init outside of type definition
 2014-09-29 11:44 UTC  (4+ messages)

[PATCH] CLK: TI: consider the fact that of_clk_get() might return an error
 2014-09-29  8:56 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCHv2] clk: ti: change clock init to use generic of_clk_init
 2014-09-29  8:55 UTC  (3+ messages)

[PATCH] clk: ti: dra7-atl-clock: Mark the device as pm_runtime_irq_safe
 2014-09-29  8:54 UTC  (2+ messages)

[PATCH] clk: ti: dra7-atl-clock: fix a memory leak
 2014-09-29  8:52 UTC  (3+ messages)

[PATCH v3 0/5] Beaglebone-Black HDMI audio
 2014-09-29  6:41 UTC  (3+ messages)
` [PATCH v3 5/5] ARM: dts: am335x-boneblack: Add HDMI audio support

[PATCH RESEND v6 0/7] DT doc: net: cpsw mac-address is optional
 2014-09-29  4:22 UTC  (5+ messages)
` [PATCH RESEND v6 1/7] "
` [PATCH RESEND v6 3/7] net: cpsw: header, Add missing include
` [PATCH RESEND v6 5/7] net: cpsw: Add am33xx MACID readout


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).