All of lore.kernel.org
 help / color / mirror / Atom feed
* Patches to get serial working on msm7k / htc dream
@ 2009-06-15  2:39 Brian Swetland
  2009-06-15  2:39 ` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral Brian Swetland
  2009-06-15  8:40 ` Patches to get serial working on msm7k / htc dream Pavel Machek
  0 siblings, 2 replies; 35+ messages in thread
From: Brian Swetland @ 2009-06-15  2:39 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-kernel, pavel

This short patch series brings in the driver for the SoC's UART, 
some configuration glue to select a debug UART, updates for the 
debug uart macros, and a very minimal board file for HTC Dream.

With these patches you can actually see serial output from the
serial port on the extended USB connector, which makes debugging
further peripherals a lot easier.

(feedback on what I could do to make git-format-patch and git-send-email
generate better results, if these are displeasing, is most welcome)

Brian


^ permalink raw reply	[flat|nested] 35+ messages in thread
* Revised patch series for minimal HTC Dream support
@ 2009-06-18  0:31 Brian Swetland
  2009-06-18  0:31 ` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral Brian Swetland
  0 siblings, 1 reply; 35+ messages in thread
From: Brian Swetland @ 2009-06-18  0:31 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-kernel, pavel

This incorporates feedback from lkml/lakml, and I think is in
pretty good shape now.

msm_serial.c
- Ryan Mallon
  - remove some likely/unlikely not in hot-path code, for clarity
  - UART_TO_MSM() -> to_msm_uart()
  - clean up static structure declarations
- Pavel Machek
  - SUPPORT_SYSRQ needed for console break handling
  - remove hrtimer.h, other unused headers
  - Kconfig cleanup
- Alan Cox
  - set_termios should propogate used settings
- Linus Walleij
  - use resource_size() when appropriate
  - dev_err instead of printk(KERN_ERR...
  - remove some chatty printks
  - use __exit, __exit_p()

board-dream.c
- Stefan Schmidt
  - remove smc resources
  - remove unused headers

ll debug support
- Pavel Machek
  - remove extraneous 1002 label



^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2009-06-25 20:46 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-15  2:39 Patches to get serial working on msm7k / htc dream Brian Swetland
2009-06-15  2:39 ` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral Brian Swetland
2009-06-15  2:39   ` [PATCH 2/3] [ARM] msm: make debugging UART (for DEBUG_LL) configurable Brian Swetland
2009-06-15  2:39     ` [PATCH 3/3] [ARM] msm: add minimal board file for HTC Dream device Brian Swetland
2009-06-15  6:42       ` Stefan Schmidt
2009-06-15  6:51         ` Brian Swetland
2009-06-15  7:15           ` Stefan Schmidt
2009-06-15 13:22       ` Pavel Machek
2009-06-15 18:25         ` Brian Swetland
2009-06-15 18:28           ` Pavel Machek
2009-06-15 18:51             ` Brian Swetland
2009-06-24 20:56               ` Pavel Machek
2009-06-25 13:55                 ` Russell King - ARM Linux
2009-06-25 14:33                   ` Alan Cox
2009-06-25 19:31                   ` Brian Swetland
2009-06-25 20:46                     ` Russell King - ARM Linux
2009-06-15 13:20     ` [PATCH 2/3] [ARM] msm: make debugging UART (for DEBUG_LL) configurable Pavel Machek
2009-06-15 18:30       ` Brian Swetland
2009-06-15 18:34         ` Pavel Machek
2009-06-15 18:43           ` Brian Swetland
2009-06-15 18:50             ` Pavel Machek
2009-06-15  3:18   ` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral Ryan Mallon
2009-06-15  8:54     ` Alan Cox
2009-06-15  8:52   ` Pavel Machek
2009-06-15  8:58     ` Russell King - ARM Linux
2009-06-15  9:55     ` Brian Swetland
2009-06-16  7:35       ` Russell King - ARM Linux
2009-06-15  8:52   ` Alan Cox
2009-06-17  3:07     ` Brian Swetland
2009-06-15  9:05   ` Linus Walleij
2009-06-17 12:17   ` Robert Love
2009-06-15  8:40 ` Patches to get serial working on msm7k / htc dream Pavel Machek
2009-06-18  0:31 Revised patch series for minimal HTC Dream support Brian Swetland
2009-06-18  0:31 ` [PATCH 1/3] [ARM] msm_serial: serial driver for MSM7K onboard serial peripheral Brian Swetland
2009-06-18  9:20   ` Alan Cox
2009-06-18 19:29     ` Brian Swetland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.