linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-13 18:25:10 to 2013-09-20 07:53:03 UTC [more...]

[Patch V2] drivers: power: Add support for bq24735 charger
 2013-09-20  7:53 UTC  (4+ messages)

[PATCH] ARM: tegra_defconfig: enable CONFIG_ARM_APPENDED_DTB
 2013-09-20  7:30 UTC  (7+ messages)

[PATCH] Input: gpio-keys - update to devm_* API
 2013-09-20  2:24 UTC  (7+ messages)

[PATCH 00/51] DMA mask changes
 2013-09-20  1:21 UTC  (53+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
  ` [PATCH 05/51] DMA-API: net: intel/igbvf: "
  ` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
  ` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 11/51] DMA-API: net: emulex/benet: "
  ` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
  ` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
  ` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 12/51] DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
` [PATCH 24/51] DMA-API: dma: pl330: "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory

[PATCH v6 0/5] ARM: support for Trusted Foundations secure monitor
 2013-09-19 20:49 UTC  (9+ messages)
` [PATCH v6 1/5] ARM: add basic support for Trusted Foundations
  ` [PATCH v6 2/5] ARM: tegra: add "
  ` [PATCH v6 3/5] ARM: tegra: split setting of CPU reset handler
  ` [PATCH v6 4/5] ARM: tegra: set CPU reset handler with firmware op
` [PATCH v6 5/5] ARM: tegra: support Trusted Foundations by default

[PATCH] Use the correct dtc.git on kernel.org
 2013-09-19 19:05 UTC  (3+ messages)

[PATCH] ARM: tegra: Enable NEON support
 2013-09-19 18:26 UTC  (2+ messages)

[PATCH REPOST] ARM: tegra: use dt-binding header for key code
 2013-09-19 18:26 UTC  (4+ messages)

[PATCH 1/2] ARM: tegra: enable PALMAS_PINCTRL config
 2013-09-19 18:25 UTC  (4+ messages)
` [PATCH V2 2/2] ARM: tegra: add palmas pincontrol to Dalmore device tree

[PATCH] MAINTAINERS: Tegra updates, and driver ownership
 2013-09-19 18:23 UTC  (2+ messages)

[PATCH] drivers: power: Add support for bq24735 charger
 2013-09-19 15:53 UTC  (3+ messages)

[flasher manifests PATCH] Move dtc from jdl.com to kernel.org
 2013-09-18 23:29 UTC  (2+ messages)

[flasher PATCH 1/2] allow --boards/--socs to undisable boards
 2013-09-18 22:12 UTC  (7+ messages)
` [flasher PATCH 2/2] Add config files for Venice2 board

[cbootimage-configs PATCH] Add Venice2 configuration
 2013-09-18 22:02 UTC  (2+ messages)

Tegra baseline test results for v3.12-rc1
 2013-09-18 22:01 UTC  (2+ messages)

[PATCH 00/26] ARM: provide common arch init for DT clocks
 2013-09-18 21:04 UTC  (9+ messages)
` [PATCH 09/26] ARM: call of_clk_init from default time_init handler
  ` [PATCH 24/26] ARM: tegra: remove custom .init_time hook

[RESEND] spi/tegra114: Correct support for cs_change
 2013-09-18 18:17 UTC 

[IP REVIEW] spi/tegra114: Correct support for cs_change
 2013-09-18 18:13 UTC 

[RFC] binding for nvec mfd device
 2013-09-18 17:28 UTC  (6+ messages)

[PATCH 00/12] Introduce common infra for tegra clocks
 2013-09-18 14:48 UTC  (14+ messages)
` [PATCH 03/12] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag
` [PATCH 06/12] clk: tegra: add common infra for DT clocks
  ` [PATCH 01/12] clk: tegra: simplify periph clock data
  ` [PATCH 02/12] clk: tegra: periph_clk_enb_refcnt as common infra
  ` [PATCH 04/12] clk: tegra: move some PLLC and PLLXC init to clk-pll.c
  ` [PATCH 05/12] clk: tegra: add header for common tegra clock IDs
  ` [PATCH 07/12] clk: tegra: move audio clk to common file
  ` [PATCH 08/12] clk: tegra: move periph clocks "
  ` [PATCH 09/12] clk: tegra: move PMC "
  ` [PATCH 10/12] clk: tegra: move fixed "
  ` [PATCH 11/12] clk: tegra: introduce common tegra_osc_clk_init
  ` [PATCH 12/12] clk: tegra: introduce common gen4 super clock

[PATCH 0/9] of/irq: Defer interrupt reference resolution
 2013-09-18 10:43 UTC  (19+ messages)
  ` [PATCH 1/9] of/irq: Rework of_irq_count()
` [PATCH 2/9] irqdomain: Introduce __irq_create_mapping()
` [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()
` [PATCH 4/9] of/irq: Introduce of_irq_get()
` [PATCH 5/9] of/irq: Introduce __of_irq_to_resource()
` [PATCH 6/9] of/irq: Propagate errors in of_irq_to_resource_table()
` [PATCH 7/9] of/platform: Resolve interrupt references at probe time
` [PATCH 8/9] of/i2c: "
` [PATCH 9/9] gpio: tegra: Use module_platform_driver()

[PATCHv2 00/11] tegrarcm: T124 and new command support
 2013-09-17 21:21 UTC  (13+ messages)
  ` [PATCHv2 01/11] tegrarcm: Change NVIDIA license to apply to all miniloader files
  ` [PATCHv2 02/11] tegrarcm: Add missing SKU information
  ` [PATCHv2 03/11] tegrarcm: Add support for RCM protocol version 40
  ` [PATCHv2 05/11] tegrarcm: Add Tegra124 support
  ` [PATCHv2 06/11] tegrarcm: Add timeout to USB xfers
  ` [PATCHv2 07/11] tegrarcm: Assume nv3p server is running if RCM doesn't respond
  ` [PATCHv2 08/11] tegrarcm: Clean up usage info
  ` [PATCHv2 09/11] tegrarcm: Add readbct support
  ` [PATCHv2 10/11] tegrarcm: Add command to pass miniloader in from file
  ` [PATCHv2 11/11] tegrarcm: Bump version to 1.5

[GIT PULL] ARM: tegra: dependencies for ARM .init_time cleanup
 2013-09-17 20:17 UTC 

[PATCH] ARM: tegra: Enable clock debugfs support
 2013-09-17 20:06 UTC  (2+ messages)

[PATCH] ARM: tegra: enable CPU_FREQ_STAT_DETAILS
 2013-09-17 20:06 UTC  (2+ messages)

[PATCH] ARM: tegra: add fuses as device randomness
 2013-09-17 20:05 UTC  (3+ messages)

[PATCH 0/7] ARM: tegra: various misc cleanups
 2013-09-17 20:05 UTC  (4+ messages)
  ` [PATCH 6/7] ARM: tegra: remove tegra_chip_uid()
  ` [PATCH 7/7] ARM: tegra: make tegra_init_fuse() __init

[PATCH] ARM: tegra: split tegra_pmc_init() in two
 2013-09-17 20:04 UTC  (2+ messages)

[PATCH] iommu/tegra: Print phys_addr_t using %pa
 2013-09-17 18:29 UTC  (2+ messages)

[PATCH RESEND v4] hwmon: (lm90) split set&show temp as common codes
 2013-09-17  7:04 UTC  (3+ messages)

[PATCH 1/1] dma: tegra20-apb-dma: Staticize tegra_dma_prep_dma_cyclic
 2013-09-17  4:58 UTC  (2+ messages)

[PATCH] gpu: host1x: use %pa to print dma_addr_t
 2013-09-17  0:18 UTC  (6+ messages)

[PATCH 00/11] tegrarcm: T124 and new command support
 2013-09-16 21:26 UTC  (7+ messages)
` [PATCH 09/11] tegrarcm: Add support for odmdata command

[PATCH] ARM: tegra: remove tegra_chip_uid()
 2013-09-16 15:34 UTC 

[PATCH] crypto: tegra: use kernel entropy instead of ad-hoc
 2013-09-16 15:28 UTC  (6+ messages)

[PATCH v3 0/4] Lm90 Enhancements
 2013-09-16 12:34 UTC  (9+ messages)
` [PATCH v3 3/4] hwmon: (lm90) add support to handle IRQ

[PATCH v4 0/3] Add power control for lm90
 2013-09-16 10:23 UTC  (8+ messages)
` [PATCH v4 1/3] hwmon: (lm90) Add power control
` [PATCH v4 3/3] Documentation: dt: hwmon: add OF document for LM90

[PATCH 1/2] crypto: tegra-aes: Fix NULL pointer dereference
 2013-09-16  3:31 UTC  (2+ messages)
` [PATCH 2/2] crypto: tegra-aes: Use devm_clk_get

[PATCH] ARM: tegra: throw the unique chip ID into the entropy pool
 2013-09-15  9:24 UTC  (3+ messages)

[PATCH v2 0/4] Remodel Tegra cpufreq driver to support Tegra series SoCs
 2013-09-14  2:00 UTC  (4+ messages)
` [PATCH v2 3/4] cpufreq: tegra: Re-model Tegra cpufreq driver


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).