All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add support for Samsung CF controller
@ 2010-06-08  9:06 ` Kukjin Kim
  0 siblings, 0 replies; 14+ messages in thread
From: Kukjin Kim @ 2010-06-08  9:06 UTC (permalink / raw)
  To: linux-ide, linux-arm-kernel, linux-samsung-soc; +Cc: ben-linux, jgarzik

This is v2 of the patchset adding support for Samsung's CF controller. 
Note: Depends on Ben Dook's platform_data helper patch

Changes since v1:

	- Made a seperate patch for plat-samsung changes
	- Moved CF true-ide configuration to driver code from
	  platform-specific setup code
	- Reduced memory allocated for CF device  
	- Renamed driver file to pata_samsung_cf.c
	- Used resource_size() function in ioremap
	- Used new dev_pm_ops

	- readl/writel functions consistently used
	- Used ata_pio_need_iordy, ata_timing_find_mode for setting up
	  pio mode instead of using own timing parameters
	- Removed useless checks in tf functions
	- Added overrides for sff_dev_select, sff_check_altstatus and
	  sff_set_devctl
	- Used platform_get_drvdata/platform_set_drvdata
	- Added request_mem_region which was missing 
	- Misc coding guideline changes - typos, extra includes,
	  parenthesis etc.

	- Changed the device naming override to follow onenand/iic style.

	- Removed the qc_prep override
	- Based the new patch on upstream branch of libata-dev

	- Used 'linux/gpio.h' in place of 'mach/gpio.h'

This patch set includes the following patches:

[PATCH v2 1/5] libata: pata_samsung: Add Samsung PATA controller driver
[PATCH v2 2/5] ARM: SAMSUNG: Add Compact Flash device support for Samsung SoCs
[PATCH v2 3/5] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410
[PATCH v2 4/5] ARM: S5PC100: Add support for Compact Flash driver on SMDKC100
[PATCH v2 5/5] ARM: S5PV210: Add support for Compact Flash driver on SMDKV210/C110

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

end of thread, other threads:[~2010-06-09 17:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-08  9:06 [PATCH v2 0/5] Add support for Samsung CF controller Kukjin Kim
2010-06-08  9:06 ` Kukjin Kim
2010-06-08  9:06 ` [PATCH v2 1/5] libata: pata_samsung: Add Samsung PATA controller driver Kukjin Kim
2010-06-08  9:06   ` Kukjin Kim
2010-06-09 17:31   ` Jeff Garzik
2010-06-09 17:31     ` Jeff Garzik
2010-06-08  9:06 ` [PATCH v2 2/5] ARM: SAMSUNG: Add Compact Flash device support for Samsung SoCs Kukjin Kim
2010-06-08  9:06   ` Kukjin Kim
2010-06-08  9:06 ` [PATCH v2 3/5] ARM: S3C64XX: Add support for Compact Flash driver on SMDK6410 Kukjin Kim
2010-06-08  9:06   ` Kukjin Kim
2010-06-08  9:06 ` [PATCH v2 4/5] ARM: S5PC100: Add support for Compact Flash driver on SMDKC100 Kukjin Kim
2010-06-08  9:06   ` Kukjin Kim
2010-06-08  9:07 ` [PATCH v2 5/5] ARM: S5PV210: Add support for Compact Flash driver on SMDKV210/C110 Kukjin Kim
2010-06-08  9:07   ` Kukjin Kim

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.